Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/argus-clients: ChangeLog argus-clients-3.0.7.18.ebuild
Date: Sat, 07 Dec 2013 16:25:02
Message-Id: 20131207162434.D882D2004E@flycatcher.gentoo.org
1 jer 13/12/07 16:24:34
2
3 Modified: ChangeLog argus-clients-3.0.7.18.ebuild
4 Log:
5 Fix building with USE=sasl. Add zlib dep.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.60 net-analyzer/argus-clients/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/ChangeLog?rev=1.60&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/ChangeLog?rev=1.60&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/ChangeLog?r1=1.59&r2=1.60
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v
19 retrieving revision 1.59
20 retrieving revision 1.60
21 diff -u -r1.59 -r1.60
22 --- ChangeLog 6 Dec 2013 16:35:38 -0000 1.59
23 +++ ChangeLog 7 Dec 2013 16:24:34 -0000 1.60
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-analyzer/argus-clients
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.59 2013/12/06 16:35:38 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.60 2013/12/07 16:24:34 jer Exp $
29 +
30 + 07 Dec 2013; Jeroen Roovers <jer@g.o> argus-clients-3.0.7.18.ebuild,
31 + +files/argus-clients-3.0.7.18-sasl.patch:
32 + Fix building with USE=sasl. Add zlib dep.
33
34 *argus-clients-3.0.7.18 (06 Dec 2013)
35
36
37
38
39 1.2 net-analyzer/argus-clients/argus-clients-3.0.7.18.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.7.18.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.7.18.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.7.18.ebuild?r1=1.1&r2=1.2
44
45 Index: argus-clients-3.0.7.18.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.7.18.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- argus-clients-3.0.7.18.ebuild 6 Dec 2013 16:35:38 -0000 1.1
52 +++ argus-clients-3.0.7.18.ebuild 7 Dec 2013 16:24:34 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.7.18.ebuild,v 1.1 2013/12/06 16:35:38 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.7.18.ebuild,v 1.2 2013/12/07 16:24:34 jer Exp $
58
59 EAPI=5
60 inherit autotools eutils toolchain-funcs
61 @@ -19,6 +19,7 @@
62 net-libs/libpcap
63 sys-libs/ncurses
64 sys-libs/readline
65 + sys-libs/zlib
66 ft? ( net-analyzer/flow-tools )
67 geoip? ( dev-libs/geoip )
68 mysql? ( virtual/mysql )
69 @@ -37,7 +38,8 @@
70
71 src_prepare() {
72 epatch \
73 - "${FILESDIR}"/${PN}-3.0.4.1-disable-tcp-wrappers-automagic.patch
74 + "${FILESDIR}"/${PN}-3.0.4.1-disable-tcp-wrappers-automagic.patch \
75 + "${FILESDIR}"/${PN}-3.0.7.18-sasl.patch
76
77 sed -i -e 's| ar | $(AR) |g' common/Makefile.in || die
78 tc-export AR RANLIB