Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/snort: snort-2.8.4-r2.ebuild
Date: Mon, 04 May 2009 08:16:49
Message-Id: E1M0s75-0002D6-4m@stork.gentoo.org
1 mr_bones_ 09/05/04 06:57:19
2
3 Modified: snort-2.8.4-r2.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.6.11/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 net-analyzer/snort/snort-2.8.4-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snort/snort-2.8.4-r2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snort/snort-2.8.4-r2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snort/snort-2.8.4-r2.ebuild?r1=1.1&r2=1.2
14
15 Index: snort-2.8.4-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.4-r2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- snort-2.8.4-r2.ebuild 30 Apr 2009 11:26:06 -0000 1.1
22 +++ snort-2.8.4-r2.ebuild 4 May 2009 06:57:19 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.4-r2.ebuild,v 1.1 2009/04/30 11:26:06 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.4-r2.ebuild,v 1.2 2009/05/04 06:57:19 mr_bones_ Exp $
28
29 inherit eutils autotools multilib
30
31 @@ -79,7 +79,7 @@
32 epause
33 fi
34
35 - # pre_inst() is a better place but we need it here for the
36 + # pre_inst() is a better place but we need it here for the
37 #'fowners' statements in src_install()
38 enewgroup snort
39 enewuser snort -1 -1 /dev/null snort
40 @@ -158,7 +158,7 @@
41 #are used. Here is the error...
42 #ERROR! --enable-react cannot be used with --enable-flexresp
43 #because it is AUTOMATICALLY enabled with --enable-flexresp
44 - #Given that --enable-flexresp is enable we know that
45 + #Given that --enable-flexresp is enable we know that
46 #--disable-flexresp2 should be used
47 if use react; then
48 myconf="${myconf} --enable-react --disable-flexresp2"
49 @@ -172,7 +172,6 @@
50 myconf="${myconf} --disable-dynamicplugin"
51 fi
52
53 -
54 # USE flages 'targetbased' and 'inline-init-failopen' require threads
55 #Only 'threads' is set here. 'targetbased' and 'inline-init-failopen' are set below via econf.
56 if use targetbased || use inline-init-failopen || use threads; then
57 @@ -204,8 +203,7 @@
58 myconf="${myconf} --disable-prelude --disable-ipv6"
59 fi
60
61 -
62 -#The --enable-<feature> options...
63 +#The --enable-<feature> options...
64 #'static' 'threads' 'react' 'flexresp' 'flexresp2' 'inline' 'dynamicplugin'
65 # are configured above due to dependancy/conflict issues.
66
67 @@ -276,7 +274,6 @@
68 newinitd "${FILESDIR}/snort.rc9" snort || die "Failed to add snort.rc9"
69 newconfd "${FILESDIR}/snort.confd" snort || die "Failed to add snort.confd"
70
71 -
72 # Make some changes to snort.conf.distrib
73
74 # Set the correct lib path for dynamicengine, dynamicpreprocessor, and dynamicdetection