summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns')
-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
-rw-r--r--net-dns/pdns/ChangeLog6
-rw-r--r--net-dns/pdns/pdns-2.9.12.ebuild4
-rw-r--r--net-dns/pdns/pdns-2.9.8.ebuild4
10 files changed, 32 insertions, 23 deletions
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"
diff --git a/net-dns/pdns/ChangeLog b/net-dns/pdns/ChangeLog
index 977d4ff8e75d..370ac71098ef 100644
--- a/net-dns/pdns/ChangeLog
+++ b/net-dns/pdns/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/pdns
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.9 2004/03/10 16:47:58 jhhudso Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.10 2004/04/26 04:34:30 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> pdns-2.9.12.ebuild,
+ pdns-2.9.8.ebuild:
+ Add die following econf for bug 48950
*pdns-2.9.16 (10 Mar 2004)
diff --git a/net-dns/pdns/pdns-2.9.12.ebuild b/net-dns/pdns/pdns-2.9.12.ebuild
index 2455a667c132..a718c6eb3c2f 100644
--- a/net-dns/pdns/pdns-2.9.12.ebuild
+++ b/net-dns/pdns/pdns-2.9.12.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-dns/pdns/pdns-2.9.12.ebuild,v 1.4 2004/01/03 19:04:01 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.12.ebuild,v 1.5 2004/04/26 04:34:30 agriffis Exp $
DESCRIPTION="The PowerDNS Daemon."
SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.gz"
@@ -25,7 +25,7 @@ src_compile() {
use mysql && modules="gmysql $modules"
myconf="$myconf --with-modules=$modules"
- econf $myconf
+ econf $myconf || die "econf failed"
emake || die "emake failed"
}
diff --git a/net-dns/pdns/pdns-2.9.8.ebuild b/net-dns/pdns/pdns-2.9.8.ebuild
index 81bde56af258..7b5b98fed8d0 100644
--- a/net-dns/pdns/pdns-2.9.8.ebuild
+++ b/net-dns/pdns/pdns-2.9.8.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-dns/pdns/pdns-2.9.8.ebuild,v 1.4 2004/01/03 19:04:01 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.8.ebuild,v 1.5 2004/04/26 04:34:30 agriffis Exp $
DESCRIPTION="The PowerDNS Daemon."
SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.gz"
@@ -25,7 +25,7 @@ src_compile() {
use mysql && modules="gmysql $modules"
myconf="$myconf --with-modules=$modules"
- econf $myconf
+ econf $myconf || die "econf failed"
emake || die "emake failed"
}