diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-15 16:38:19 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-15 16:38:19 +0000 |
commit | 53dd73e3454aae83246e49ef90fe54b8eac625a0 (patch) | |
tree | c902b5b992b1e261dfdc7b7b94a9362344a49614 /net-analyzer/nagios-plugins | |
parent | Version bump, fixed RPATH issues, couple of QA notices still left (diff) | |
download | historical-53dd73e3454aae83246e49ef90fe54b8eac625a0.tar.gz historical-53dd73e3454aae83246e49ef90fe54b8eac625a0.tar.bz2 historical-53dd73e3454aae83246e49ef90fe54b8eac625a0.zip |
QA: stop parallel build as the build system is unsafe. I'll provide a fix asap.
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/nagios-plugins')
-rw-r--r-- | net-analyzer/nagios-plugins/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-1.4.16.ebuild | 7 |
2 files changed, 12 insertions, 3 deletions
diff --git a/net-analyzer/nagios-plugins/ChangeLog b/net-analyzer/nagios-plugins/ChangeLog index 43d2bf5e2cb1..068f601a781f 100644 --- a/net-analyzer/nagios-plugins/ChangeLog +++ b/net-analyzer/nagios-plugins/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/nagios-plugins # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.145 2012/07/31 21:53:01 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.146 2012/08/15 16:38:19 flameeyes Exp $ + + 15 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> + nagios-plugins-1.4.16.ebuild: + QA: stop parallel build as the build system is unsafe. I'll provide a fix + asap. *nagios-plugins-1.4.16 (31 Jul 2012) @@ -274,4 +279,3 @@ +files/nagios-plugins-1.4.11-autoconf-2.62.patch, +nagios-plugins-1.4.11-r1.ebuild: Fix for autoconf-2.62, bug #218704 - diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.4.16.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.4.16.ebuild index d37f53e46cbc..6728b193868d 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.4.16.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.4.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.16.ebuild,v 1.1 2012/07/31 21:53:01 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.16.ebuild,v 1.2 2012/08/15 16:38:19 flameeyes Exp $ EAPI=4 @@ -86,6 +86,11 @@ src_configure() { sed -i -e 's:/bin/ps -axwo:/bin/ps axwo:g' config.h || die "sed failed" } +src_compile() { + # fails parallel build, fix is non-trivial + emake -j1 +} + src_install() { mv "${S}"/contrib/check_compaq_insight.pl "${S}"/contrib/check_compaq_insight.pl.msg chmod +x "${S}"/contrib/*.pl |