summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 04:30:37 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 04:30:37 +0000
commit2b4eeb2d5b1bfdb4126fc63ee8a937c2e3b82c3a (patch)
treee1aa7161416812bc93b4d8e01b3179a9f6fb365f /net-analyzer/net-snmp
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-2b4eeb2d5b1bfdb4126fc63ee8a937c2e3b82c3a.tar.gz
gentoo-2-2b4eeb2d5b1bfdb4126fc63ee8a937c2e3b82c3a.tar.bz2
gentoo-2-2b4eeb2d5b1bfdb4126fc63ee8a937c2e3b82c3a.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-analyzer/net-snmp')
-rw-r--r--net-analyzer/net-snmp/ChangeLog6
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild4
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild4
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.1.1.ebuild4
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.1.ebuild4
5 files changed, 13 insertions, 9 deletions
diff --git a/net-analyzer/net-snmp/ChangeLog b/net-analyzer/net-snmp/ChangeLog
index 06c573c8d5c5..5298f2389ab8 100644
--- a/net-analyzer/net-snmp/ChangeLog
+++ b/net-analyzer/net-snmp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/net-snmp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.41 2004/04/10 14:14:56 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.42 2004/04/26 04:28:20 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> net-snmp-5.0.9-r1.ebuild,
+ net-snmp-5.0.9-r3.ebuild, net-snmp-5.1.1.ebuild, net-snmp-5.1.ebuild:
+ Add die following econf for bug 48950
*net-snmp-5.1.1 (10 Apr 2004)
diff --git a/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild b/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild
index f6acff73ec7c..5f0fd97786c7 100644
--- a/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild,v 1.9 2004/02/22 22:35:38 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild,v 1.10 2004/04/26 04:28:20 agriffis Exp $
DESCRIPTION="Software for generating and retrieving SNMP data."
HOMEPAGE="http://net-snmp.sourceforge.net/"
@@ -37,7 +37,7 @@ src_compile() {
--with-persistent-directory=/var/lib/net-snmp \
--enable-ucd-snmp-compatibility \
--with-zlib \
- ${myconf}
+ ${myconf} || die "econf failed"
# Parallel build doesn't work.
make || die "compile problem"
diff --git a/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild b/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild
index 521839a95615..8970dd895793 100644
--- a/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild,v 1.4 2004/02/22 22:35:38 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild,v 1.5 2004/04/26 04:28:20 agriffis Exp $
inherit eutils fixheadtails
@@ -52,7 +52,7 @@ src_compile() {
--enable-ucd-snmp-compatibility \
--enable-shared \
--with-zlib \
- ${myconf}
+ ${myconf} || die "econf failed"
emake -j1 || die "compile problem"
diff --git a/net-analyzer/net-snmp/net-snmp-5.1.1.ebuild b/net-analyzer/net-snmp/net-snmp-5.1.1.ebuild
index b5fda312b865..c1760077387c 100644
--- a/net-analyzer/net-snmp/net-snmp-5.1.1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.1.1.ebuild,v 1.1 2004/04/10 14:14:56 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.1.1.ebuild,v 1.2 2004/04/26 04:28:20 agriffis Exp $
inherit eutils
@@ -46,7 +46,7 @@ src_compile() {
--enable-ucd-snmp-compatibility \
--enable-shared \
--with-zlib \
- ${myconf}
+ ${myconf} || die "econf failed"
emake -j1 || die "compile problem"
diff --git a/net-analyzer/net-snmp/net-snmp-5.1.ebuild b/net-analyzer/net-snmp/net-snmp-5.1.ebuild
index e63e6cdf4687..d326cd9c8754 100644
--- a/net-analyzer/net-snmp/net-snmp-5.1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.1.ebuild,v 1.5 2004/02/22 22:35:38 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.1.ebuild,v 1.6 2004/04/26 04:28:20 agriffis Exp $
inherit eutils
@@ -46,7 +46,7 @@ src_compile() {
--enable-ucd-snmp-compatibility \
--enable-shared \
--with-zlib \
- ${myconf}
+ ${myconf} || die "econf failed"
emake -j1 || die "compile problem"