* [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
@ 2012-08-27 16:17 Diego Petteno (flameeyes)
0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2012-08-27 16:17 UTC (permalink / raw
To: gentoo-commits
flameeyes 12/08/27 16:17:05
Modified: net-snmp-5.7.2_rc1.ebuild
net-snmp-5.7.2_rc1-r1.ebuild ChangeLog
Log:
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.
(Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
Revision Changes Path
1.9 net-analyzer/net-snmp/net-snmp-5.7.2_rc1.ebuild
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
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
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
Index: net-snmp-5.7.2_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.2_rc1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- net-snmp-5.7.2_rc1.ebuild 26 Aug 2012 14:14:42 -0000 1.8
+++ net-snmp-5.7.2_rc1.ebuild 27 Aug 2012 16:17:05 -0000 1.9
@@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=4
PYTHON_DEPEND="python? 2"
WANT_AUTOMAKE=none
-PATCHSET=1
+PATCHSET=3
inherit eutils perl-module python autotools
@@ -100,7 +100,9 @@
$(use_with tcpd libwrap) \
$(use_with bzip2) \
$(use_with zlib) \
- $(use_with rpm)
+ $(use_with rpm) \
+ --without-nl \
+ --with-pci
}
src_compile() {
1.2 net-analyzer/net-snmp/net-snmp-5.7.2_rc1-r1.ebuild
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
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
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
Index: net-snmp-5.7.2_rc1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.2_rc1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- net-snmp-5.7.2_rc1-r1.ebuild 27 Aug 2012 15:28:20 -0000 1.1
+++ net-snmp-5.7.2_rc1-r1.ebuild 27 Aug 2012 16:17:05 -0000 1.2
@@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=4
PYTHON_DEPEND="python? 2"
WANT_AUTOMAKE=none
-PATCHSET=1
+PATCHSET=3
inherit eutils perl-module python autotools
@@ -79,11 +79,6 @@
use python && export PYTHON_DIR="$(python_get_sitedir)"
- if ! use pci; then
- export ac_cv_header_pci_pci_h=no
- export netsnmp_cv_func_pci_lookup_name_LMIBLIBS=no
- fi
-
econf \
--with-install-prefix="${D}" \
--with-sys-location="Unknown" \
@@ -107,7 +102,8 @@
$(use_with bzip2) \
$(use_with zlib) \
$(use_with rpm) \
- $(use_with netlink libnl)
+ $(use_with netlink nl) \
+ $(use_with pci)
}
src_compile() {
1.240 net-analyzer/net-snmp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?rev=1.240&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?rev=1.240&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?r1=1.239&r2=1.240
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- ChangeLog 27 Aug 2012 15:28:20 -0000 1.239
+++ ChangeLog 27 Aug 2012 16:17:05 -0000 1.240
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/net-snmp
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.239 2012/08/27 15:28:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.240 2012/08/27 16:17:05 flameeyes Exp $
+
+ 27 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+ net-snmp-5.7.2_rc1-r1.ebuild, net-snmp-5.7.2_rc1.ebuild:
+ 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.
*net-snmp-5.7.2_rc1-r1 (27 Aug 2012)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-27 16:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-27 16:17 [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 Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox