diff options
author | Daniel Black <dragonheart@gentoo.org> | 2007-02-21 12:23:31 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2007-02-21 12:23:31 +0000 |
commit | 194046eef5a5c32c3407ab812f727c2457c0fe0f (patch) | |
tree | e2f95b938a513e533fd435c491a5d64e953dcf0a /net-analyzer/snort | |
parent | Stable for HPPA (bug #167816). (diff) | |
download | gentoo-2-194046eef5a5c32c3407ab812f727c2457c0fe0f.tar.gz gentoo-2-194046eef5a5c32c3407ab812f727c2457c0fe0f.tar.bz2 gentoo-2-194046eef5a5c32c3407ab812f727c2457c0fe0f.zip |
gre patches included in the latest. Fix ebuild error with USE=gre too. Thanks Tobias bug #167730
(Portage version: 2.1.2-r10)
Diffstat (limited to 'net-analyzer/snort')
-rw-r--r-- | net-analyzer/snort/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/snort/snort-2.6.1.2.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/snort/snort-2.6.1.3.ebuild | 5 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-analyzer/snort/ChangeLog b/net-analyzer/snort/ChangeLog index 14e4d7b8d825..8596f76b7cf1 100644 --- a/net-analyzer/snort/ChangeLog +++ b/net-analyzer/snort/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/snort # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/ChangeLog,v 1.120 2007/02/20 19:29:52 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/ChangeLog,v 1.121 2007/02/21 12:23:31 dragonheart Exp $ + + 21 Feb 2007; Daniel Black <dragonheart@gentoo.org> snort-2.6.1.2.ebuild, + snort-2.6.1.3.ebuild: + gre patches included in the latest. Fix ebuild error with USE=gre too. + Thanks Tobias bug #167730 20 Feb 2007; Markus Rothe <corsair@gentoo.org> snort-2.6.1.3.ebuild: Stable on ppc64; bug #167730 diff --git a/net-analyzer/snort/snort-2.6.1.2.ebuild b/net-analyzer/snort/snort-2.6.1.2.ebuild index 3d4731d088eb..6b1e2beec1e6 100644 --- a/net-analyzer/snort/snort-2.6.1.2.ebuild +++ b/net-analyzer/snort/snort-2.6.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.6.1.2.ebuild,v 1.6 2007/02/11 12:44:17 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.6.1.2.ebuild,v 1.7 2007/02/21 12:23:31 dragonheart Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -96,7 +96,7 @@ src_compile() { myconf="${myconf} --enable-react" fi - use gre && --enable-gre + use gre && myconf="${myconf} --enable-gre" myconf="${myconf} --with-libipq-includes=/usr/include/libipq" diff --git a/net-analyzer/snort/snort-2.6.1.3.ebuild b/net-analyzer/snort/snort-2.6.1.3.ebuild index 568f9eee7441..a9a741cd00c7 100644 --- a/net-analyzer/snort/snort-2.6.1.3.ebuild +++ b/net-analyzer/snort/snort-2.6.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.6.1.3.ebuild,v 1.3 2007/02/20 19:29:52 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.6.1.3.ebuild,v 1.4 2007/02/21 12:23:31 dragonheart Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -62,7 +62,6 @@ src_unpack() { epatch "${FILESDIR}/${PN}-2.6.1.2-libdir.patch" epatch "${FILESDIR}/${PN}-2.6.1.1-libnet.patch" - use gre && epatch "${FILESDIR}/${PN}-2.6.1.1-gre.patch" use react && epatch "${FILESDIR}/${PN}-2.6.1.2-react.patch" sed -i "s:var RULE_PATH ../rules:var RULE_PATH /etc/snort/rules:" \ etc/snort.conf @@ -96,7 +95,7 @@ src_compile() { myconf="${myconf} --enable-react" fi - use gre && --enable-gre + use gre && myconf="${myconf} --enable-gre" myconf="${myconf} --with-libipq-includes=/usr/include/libipq" |