Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/net-snmp: net-snmp-5.7.2_rc1.ebuild net-snmp-5.7.2_rc1-r1.ebuild ChangeLog
Date: Mon, 27 Aug 2012 16:17:18
Message-Id: 20120827161705.D5CD420925@flycatcher.gentoo.org
1 flameeyes 12/08/27 16:17:05
2
3 Modified: net-snmp-5.7.2_rc1.ebuild
4 net-snmp-5.7.2_rc1-r1.ebuild ChangeLog
5 Log:
6 Hopefully fix race condition reported in bug #432982 by Luis Ferreira; make sure that there is no automagic dependency over libnl on the stable version.
7
8 (Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 net-analyzer/net-snmp/net-snmp-5.7.2_rc1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.2_rc1.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.2_rc1.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.2_rc1.ebuild?r1=1.8&r2=1.9
16
17 Index: net-snmp-5.7.2_rc1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.2_rc1.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- net-snmp-5.7.2_rc1.ebuild 26 Aug 2012 14:14:42 -0000 1.8
24 +++ net-snmp-5.7.2_rc1.ebuild 27 Aug 2012 16:17:05 -0000 1.9
25 @@ -1,13 +1,13 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.2_rc1.ebuild,v 1.8 2012/08/26 14:14:42 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.2_rc1.ebuild,v 1.9 2012/08/27 16:17:05 flameeyes Exp $
30
31 EAPI=4
32 PYTHON_DEPEND="python? 2"
33
34 WANT_AUTOMAKE=none
35
36 -PATCHSET=1
37 +PATCHSET=3
38
39 inherit eutils perl-module python autotools
40
41 @@ -100,7 +100,9 @@
42 $(use_with tcpd libwrap) \
43 $(use_with bzip2) \
44 $(use_with zlib) \
45 - $(use_with rpm)
46 + $(use_with rpm) \
47 + --without-nl \
48 + --with-pci
49 }
50
51 src_compile() {
52
53
54
55 1.2 net-analyzer/net-snmp/net-snmp-5.7.2_rc1-r1.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.2_rc1-r1.ebuild?rev=1.2&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.2_rc1-r1.ebuild?rev=1.2&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.2_rc1-r1.ebuild?r1=1.1&r2=1.2
60
61 Index: net-snmp-5.7.2_rc1-r1.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.2_rc1-r1.ebuild,v
64 retrieving revision 1.1
65 retrieving revision 1.2
66 diff -u -r1.1 -r1.2
67 --- net-snmp-5.7.2_rc1-r1.ebuild 27 Aug 2012 15:28:20 -0000 1.1
68 +++ net-snmp-5.7.2_rc1-r1.ebuild 27 Aug 2012 16:17:05 -0000 1.2
69 @@ -1,13 +1,13 @@
70 # Copyright 1999-2012 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.2_rc1-r1.ebuild,v 1.1 2012/08/27 15:28:20 flameeyes Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.2_rc1-r1.ebuild,v 1.2 2012/08/27 16:17:05 flameeyes Exp $
74
75 EAPI=4
76 PYTHON_DEPEND="python? 2"
77
78 WANT_AUTOMAKE=none
79
80 -PATCHSET=1
81 +PATCHSET=3
82
83 inherit eutils perl-module python autotools
84
85 @@ -79,11 +79,6 @@
86
87 use python && export PYTHON_DIR="$(python_get_sitedir)"
88
89 - if ! use pci; then
90 - export ac_cv_header_pci_pci_h=no
91 - export netsnmp_cv_func_pci_lookup_name_LMIBLIBS=no
92 - fi
93 -
94 econf \
95 --with-install-prefix="${D}" \
96 --with-sys-location="Unknown" \
97 @@ -107,7 +102,8 @@
98 $(use_with bzip2) \
99 $(use_with zlib) \
100 $(use_with rpm) \
101 - $(use_with netlink libnl)
102 + $(use_with netlink nl) \
103 + $(use_with pci)
104 }
105
106 src_compile() {
107
108
109
110 1.240 net-analyzer/net-snmp/ChangeLog
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?rev=1.240&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?rev=1.240&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?r1=1.239&r2=1.240
115
116 Index: ChangeLog
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v
119 retrieving revision 1.239
120 retrieving revision 1.240
121 diff -u -r1.239 -r1.240
122 --- ChangeLog 27 Aug 2012 15:28:20 -0000 1.239
123 +++ ChangeLog 27 Aug 2012 16:17:05 -0000 1.240
124 @@ -1,6 +1,11 @@
125 # ChangeLog for net-analyzer/net-snmp
126 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
127 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.239 2012/08/27 15:28:20 flameeyes Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.240 2012/08/27 16:17:05 flameeyes Exp $
129 +
130 + 27 Aug 2012; Diego E. Pettenò <flameeyes@g.o>
131 + net-snmp-5.7.2_rc1-r1.ebuild, net-snmp-5.7.2_rc1.ebuild:
132 + Hopefully fix race condition reported in bug #432982 by Luis Ferreira; make
133 + sure that there is no automagic dependency over libnl on the stable version.
134
135 *net-snmp-5.7.2_rc1-r1 (27 Aug 2012)