Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/zabbix: ChangeLog zabbix-1.8.2.ebuild
Date: Mon, 03 May 2010 18:21:26
Message-Id: 20100503181617.44B252C3CF@corvid.gentoo.org
1 patrick 10/05/03 18:16:17
2
3 Modified: ChangeLog zabbix-1.8.2.ebuild
4 Log:
5 as-needed fix for #313707, thanks to Yuri Vasilevski for the fixed patch
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.26 net-analyzer/zabbix/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/ChangeLog?rev=1.26&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/ChangeLog?rev=1.26&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/ChangeLog?r1=1.25&r2=1.26
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v
18 retrieving revision 1.25
19 retrieving revision 1.26
20 diff -u -r1.25 -r1.26
21 --- ChangeLog 7 Apr 2010 13:09:01 -0000 1.25
22 +++ ChangeLog 3 May 2010 18:16:17 -0000 1.26
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-analyzer/zabbix
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.25 2010/04/07 13:09:01 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.26 2010/05/03 18:16:17 patrick Exp $
28 +
29 + 03 May 2010; Patrick Lauer <patrick@g.o> zabbix-1.8.2.ebuild,
30 + +files/zabbix-1.8.2-as-needed.patch:
31 + as-needed fix for #313707, thanks to Yuri Vasilevski for the fixed patch
32
33 *zabbix-1.8.2 (07 Apr 2010)
34
35
36
37
38 1.2 net-analyzer/zabbix/zabbix-1.8.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.2.ebuild?r1=1.1&r2=1.2
43
44 Index: zabbix-1.8.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- zabbix-1.8.2.ebuild 7 Apr 2010 13:09:01 -0000 1.1
51 +++ zabbix-1.8.2.ebuild 3 May 2010 18:16:17 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.2.ebuild,v 1.1 2010/04/07 13:09:01 patrick Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.2.ebuild,v 1.2 2010/05/03 18:16:17 patrick Exp $
57
58 EAPI="2"
59
60 @@ -179,6 +179,11 @@
61 fi
62 }
63
64 +src_prepare() {
65 + epatch "${FILESDIR}/${P}-as-needed.patch"
66 +}
67 +
68 +
69 src_configure() {
70 econf \
71 $(use_enable server) \