jer         14/04/08 14:02:10

  Modified:             ChangeLog
  Added:                libnids-1.24-r5.ebuild libnids-1.18-r4.ebuild
  Log:
  Set -fno-strict-aliasing (bug #505026 by David).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.64                 net-libs/libnids/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/ChangeLog?rev=1.64&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/ChangeLog?rev=1.64&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   19 Mar 2014 15:47:03 -0000      1.63
+++ ChangeLog   8 Apr 2014 14:02:10 -0000       1.64
@@ -1,6 +1,13 @@
 # ChangeLog for net-libs/libnids
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v 1.63 
2014/03/19 15:47:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v 1.64 
2014/04/08 14:02:10 jer Exp $
+
+*libnids-1.24-r5 (08 Apr 2014)
+*libnids-1.18-r4 (08 Apr 2014)
+
+  08 Apr 2014; Jeroen Roovers <[email protected]> +libnids-1.18-r4.ebuild,
+  +libnids-1.24-r5.ebuild:
+  Set -fno-strict-aliasing (bug #505026 by David).
 
 *libnids-1.18-r3 (19 Mar 2014)
 



1.1                  net-libs/libnids/libnids-1.24-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/libnids-1.24-r5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/libnids-1.24-r5.ebuild?rev=1.1&content-type=text/plain

Index: libnids-1.24-r5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.24-r5.ebuild,v 
1.1 2014/04/08 14:02:10 jer Exp $

EAPI=5
inherit eutils flag-o-matic toolchain-funcs

DESCRIPTION="an implementation of an E-component of Network Intrusion Detection 
System"
HOMEPAGE="http://libnids.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="1.2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="+glib +libnet static-libs"

DEPEND="
        net-libs/libpcap
        glib? ( dev-libs/glib )
        libnet? ( >=net-libs/libnet-1.1.0-r3 )
"
RDEPEND="
        ${DEPEND}
        !net-libs/libnids:1.1
"

src_prepare() {
        epatch "${FILESDIR}/${P}-ldflags.patch"
        epatch "${FILESDIR}/${P}-static-libs.patch"
}

src_configure() {
        tc-export AR
        append-flags -fno-strict-aliasing

        econf \
                --enable-shared \
                $(use_enable glib libglib) \
                $(use_enable libnet libnet)
}

src_compile() {
        emake shared $(usex static-libs static '')
}

src_install() {
        local tgt
        for tgt in _installshared $(usex static-libs _install ''); do
                emake install_prefix="${D}" ${tgt}
        done

        dodoc CHANGES CREDITS MISC README doc/*
}



1.1                  net-libs/libnids/libnids-1.18-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/libnids-1.18-r4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/libnids-1.18-r4.ebuild?rev=1.1&content-type=text/plain

Index: libnids-1.18-r4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.18-r4.ebuild,v 
1.1 2014/04/08 14:02:10 jer Exp $

EAPI=5

inherit eutils flag-o-matic toolchain-funcs

DESCRIPTION="an implementation of an E-component of Network Intrusion Detection 
System"
HOMEPAGE="http://www.packetfactory.net/Projects/libnids/";
SRC_URI="http://www.packetfactory.net/Projects/libnids/dist/${P/_}.tar.gz";

LICENSE="GPL-2"
SLOT="1.1"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="static-libs"

DEPEND="
        net-libs/libpcap
        >=net-libs/libnet-1.1.0-r3
"
RDEPEND="${DEPEND}"

src_prepare() {
        epatch \
                "${FILESDIR}"/${P}-chksum.c-ebx.patch \
                "${FILESDIR}"/${P}-elif.patch \
                "${FILESDIR}"/${PN}-1.24-ldflags.patch \
                "${FILESDIR}"/${PN}-1.24-static-libs.patch
}

src_configure() {
        tc-export AR
        append-flags -fno-strict-aliasing

        econf --enable-shared
}

src_compile() {
        emake shared $(usex static-libs static '')
}

src_install() {
        local tgt
        for tgt in _installshared $(usex static-libs _install ''); do
                emake install_prefix="${D}" ${tgt}
        done

        dodoc CHANGES CREDITS MISC README
}




Reply via email to