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
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
-rw-r--r--net-analyzer/nessus-libraries/ChangeLog9
-rw-r--r--net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild4
-rw-r--r--net-analyzer/nessus-libraries/nessus-libraries-2.0.7.ebuild6
-rw-r--r--net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild6
-rw-r--r--net-analyzer/nessus-libraries/nessus-libraries-2.0.9.ebuild6
-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
-rw-r--r--net-analyzer/ucd-snmp/ChangeLog5
-rw-r--r--net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild4
-rw-r--r--net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild4
-rw-r--r--net-dns/bind/ChangeLog7
-rw-r--r--net-dns/bind/bind-9.2.2-r1.ebuild6
-rw-r--r--net-dns/bind/bind-9.2.2-r2.ebuild6
-rw-r--r--net-dns/bind/bind-9.2.2-r3.ebuild6
-rw-r--r--net-dns/bind/bind-9.2.2.ebuild6
-rw-r--r--net-dns/bind/bind-9.2.2_rc1-r2.ebuild6
-rw-r--r--net-dns/bind/bind-9.2.3.ebuild4
20 files changed, 62 insertions, 45 deletions
diff --git a/net-analyzer/nessus-libraries/ChangeLog b/net-analyzer/nessus-libraries/ChangeLog
index 4cd483f5f93c..5e3818f793f9 100644
--- a/net-analyzer/nessus-libraries/ChangeLog
+++ b/net-analyzer/nessus-libraries/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/nessus-libraries
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/ChangeLog,v 1.19 2004/02/09 14:20:51 phosphan Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/ChangeLog,v 1.20 2004/04/26 04:26:05 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org>
+ nessus-libraries-2.0.10a.ebuild, nessus-libraries-2.0.7.ebuild,
+ nessus-libraries-2.0.8a.ebuild, nessus-libraries-2.0.9.ebuild:
+ Add die following econf for bug 48950
*nessus-libraries-2.0.10a (09 Feb 2004)
diff --git a/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild
index c2f67681c262..c0ba44512967 100644
--- a/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild
+++ b/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.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/nessus-libraries/nessus-libraries-2.0.10a.ebuild,v 1.2 2004/04/01 14:41:20 jhuebel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild,v 1.3 2004/04/26 04:26:05 agriffis Exp $
DESCRIPTION="A remote security scanner for Linux (nessus-libraries)"
HOMEPAGE="http://www.nessus.org/"
@@ -16,7 +16,7 @@ src_compile() {
local myconf=""
use ssl && myconf="--with-ssl=/usr/lib" \
|| myconf="--without-ssl"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "emake failed"
}
diff --git a/net-analyzer/nessus-libraries/nessus-libraries-2.0.7.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-2.0.7.ebuild
index b07b047fb47f..8a887b7634aa 100644
--- a/net-analyzer/nessus-libraries/nessus-libraries-2.0.7.ebuild
+++ b/net-analyzer/nessus-libraries/nessus-libraries-2.0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.0.7.ebuild,v 1.4 2003/09/15 16:55:48 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.0.7.ebuild,v 1.5 2004/04/26 04:26:05 agriffis Exp $
DESCRIPTION="A remote security scanner for Linux (nessus-libraries)"
HOMEPAGE="http://www.nessus.org/"
@@ -16,7 +16,7 @@ src_compile() {
local myconf=""
use ssl && myconf="--with-ssl=/usr/lib" \
|| myconf="--without-ssl"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "emake failed"
}
diff --git a/net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild
index b2ad2d2b2ca8..c4d58655fb71 100644
--- a/net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild
+++ b/net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild,v 1.2 2003/11/19 07:53:48 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild,v 1.3 2004/04/26 04:26:05 agriffis Exp $
DESCRIPTION="A remote security scanner for Linux (nessus-libraries)"
HOMEPAGE="http://www.nessus.org/"
@@ -16,7 +16,7 @@ src_compile() {
local myconf=""
use ssl && myconf="--with-ssl=/usr/lib" \
|| myconf="--without-ssl"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "emake failed"
}
diff --git a/net-analyzer/nessus-libraries/nessus-libraries-2.0.9.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-2.0.9.ebuild
index 53c5170fd07f..b4237139ccee 100644
--- a/net-analyzer/nessus-libraries/nessus-libraries-2.0.9.ebuild
+++ b/net-analyzer/nessus-libraries/nessus-libraries-2.0.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.0.9.ebuild,v 1.3 2004/02/27 06:51:43 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.0.9.ebuild,v 1.4 2004/04/26 04:26:05 agriffis Exp $
DESCRIPTION="A remote security scanner for Linux (nessus-libraries)"
HOMEPAGE="http://www.nessus.org/"
@@ -16,7 +16,7 @@ src_compile() {
local myconf=""
use ssl && myconf="--with-ssl=/usr/lib" \
|| myconf="--without-ssl"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "emake failed"
}
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"
diff --git a/net-analyzer/ucd-snmp/ChangeLog b/net-analyzer/ucd-snmp/ChangeLog
index edd3512fcc36..1152dc6cf2bb 100644
--- a/net-analyzer/ucd-snmp/ChangeLog
+++ b/net-analyzer/ucd-snmp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ucd-snmp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ChangeLog,v 1.19 2004/04/09 07:17:55 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ChangeLog,v 1.20 2004/04/26 04:29:21 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> ucd-snmp-4.2.6-r2.ebuild:
+ Add die following econf for bug 48950
09 Apr 2004; Brian Jackson <iggy@gentoo.org> ucd-snmp-4.2.6-r2.ebuild:
added s390 keyword
diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild
index 59dbc4e8f941..6ac853b60f2f 100644
--- a/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild
+++ b/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild,v 1.4 2003/09/24 04:40:17 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild,v 1.5 2004/04/26 04:29:21 agriffis Exp $
IUSE="ssl ipv6 tcpd"
PROVIDE="virtual/snmp"
diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild
index 348b3c7a2b80..103790c09485 100644
--- a/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild
+++ b/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.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/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild,v 1.4 2004/04/09 07:17:55 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild,v 1.5 2004/04/26 04:29:21 agriffis Exp $
inherit flag-o-matic
@@ -55,7 +55,7 @@ src_compile() {
--with-logfile=/var/log/ucd-snmpd.log \
--with-persistent-directory=/var/lib/ucd-snmp \
--with-zlib \
- ${myconf}
+ ${myconf} || die "econf failed"
emake || die "compile problem"
}
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog
index b1eb1c96b4ef..8c0c7e2194b0 100644
--- a/net-dns/bind/ChangeLog
+++ b/net-dns/bind/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-dns/bind
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.38 2004/01/12 21:48:54 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.39 2004/04/26 04:30:37 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> bind-9.2.2-r1.ebuild,
+ bind-9.2.2-r2.ebuild, bind-9.2.2-r3.ebuild, bind-9.2.2.ebuild,
+ bind-9.2.2_rc1-r2.ebuild:
+ Add die following econf for bug 48950
12 Jan 2004; Martin Holzer <mholzer@gentoo.org> files/named.rc6:
changed rc script. this should really close 31125.
diff --git a/net-dns/bind/bind-9.2.2-r1.ebuild b/net-dns/bind/bind-9.2.2-r1.ebuild
index fc29c15f1b57..fa965af30b82 100644
--- a/net-dns/bind/bind-9.2.2-r1.ebuild
+++ b/net-dns/bind/bind-9.2.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2-r1.ebuild,v 1.6 2004/02/22 22:39:33 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2-r1.ebuild,v 1.7 2004/04/26 04:30:37 agriffis Exp $
IUSE="ssl ipv6 doc"
@@ -41,7 +41,7 @@ src_compile() {
--localstatedir=/var \
--enable-threads \
--with-libtool \
- ${myconf}
+ ${myconf} || die "econf failed"
MAKEOPTS="${MAKEOPTS} -j1" emake || die "failed to compile bind"
}
diff --git a/net-dns/bind/bind-9.2.2-r2.ebuild b/net-dns/bind/bind-9.2.2-r2.ebuild
index d2801cf0b613..40992f5a4914 100644
--- a/net-dns/bind/bind-9.2.2-r2.ebuild
+++ b/net-dns/bind/bind-9.2.2-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2-r2.ebuild,v 1.9 2004/02/22 22:39:33 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2-r2.ebuild,v 1.10 2004/04/26 04:30:37 agriffis Exp $
IUSE="ssl ipv6 doc"
@@ -41,7 +41,7 @@ src_compile() {
--localstatedir=/var \
--enable-threads \
--with-libtool \
- ${myconf}
+ ${myconf} || die "econf failed"
MAKEOPTS="${MAKEOPTS} -j1" emake || die "failed to compile bind"
}
diff --git a/net-dns/bind/bind-9.2.2-r3.ebuild b/net-dns/bind/bind-9.2.2-r3.ebuild
index b4592a8dc083..6606298e35e2 100644
--- a/net-dns/bind/bind-9.2.2-r3.ebuild
+++ b/net-dns/bind/bind-9.2.2-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2-r3.ebuild,v 1.5 2004/02/22 22:39:33 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2-r3.ebuild,v 1.6 2004/04/26 04:30:37 agriffis Exp $
IUSE="ssl ipv6 doc"
@@ -43,7 +43,7 @@ src_compile() {
--localstatedir=/var \
--enable-threads \
--with-libtool \
- ${myconf}
+ ${myconf} || die "econf failed"
MAKEOPTS="${MAKEOPTS} -j1" emake || die "failed to compile bind"
}
diff --git a/net-dns/bind/bind-9.2.2.ebuild b/net-dns/bind/bind-9.2.2.ebuild
index 523df5731559..f5472b8bf608 100644
--- a/net-dns/bind/bind-9.2.2.ebuild
+++ b/net-dns/bind/bind-9.2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2.ebuild,v 1.11 2004/02/22 22:39:33 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2.ebuild,v 1.12 2004/04/26 04:30:37 agriffis Exp $
IUSE="ssl ipv6 doc"
@@ -41,7 +41,7 @@ src_compile() {
--localstatedir=/var \
--enable-threads \
--with-libtool \
- ${myconf}
+ ${myconf} || die "econf failed"
MAKEOPTS="${MAKEOPTS} -j1" emake || die "failed to compile bind"
}
diff --git a/net-dns/bind/bind-9.2.2_rc1-r2.ebuild b/net-dns/bind/bind-9.2.2_rc1-r2.ebuild
index a87647f25b15..c359a527d3cb 100644
--- a/net-dns/bind/bind-9.2.2_rc1-r2.ebuild
+++ b/net-dns/bind/bind-9.2.2_rc1-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2_rc1-r2.ebuild,v 1.4 2003/11/30 22:22:14 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2_rc1-r2.ebuild,v 1.5 2004/04/26 04:30:37 agriffis Exp $
IUSE="ssl ipv6 doc"
@@ -43,7 +43,7 @@ src_compile() {
--localstatedir=/var \
--enable-threads \
--with-libtool \
- ${myconf}
+ ${myconf} || die "econf failed"
make || die "failed to compile bind"
}
diff --git a/net-dns/bind/bind-9.2.3.ebuild b/net-dns/bind/bind-9.2.3.ebuild
index 907116c9e1d8..b0e8b8d9f7e0 100644
--- a/net-dns/bind/bind-9.2.3.ebuild
+++ b/net-dns/bind/bind-9.2.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.3.ebuild,v 1.10 2004/02/22 22:39:33 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.3.ebuild,v 1.11 2004/04/26 04:30:37 agriffis Exp $
IUSE="ssl ipv6 doc"