From d7fb4da4db94138386ef11108b376929f91e0282 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Mon, 26 Apr 2004 04:34:30 +0000 Subject: Add die following econf for bug 48950 --- net-dns/bind/ChangeLog | 7 ++++++- net-dns/bind/bind-9.2.2-r1.ebuild | 6 +++--- net-dns/bind/bind-9.2.2-r2.ebuild | 6 +++--- net-dns/bind/bind-9.2.2-r3.ebuild | 6 +++--- net-dns/bind/bind-9.2.2.ebuild | 6 +++--- net-dns/bind/bind-9.2.2_rc1-r2.ebuild | 6 +++--- net-dns/bind/bind-9.2.3.ebuild | 4 ++-- 7 files changed, 23 insertions(+), 18 deletions(-) (limited to 'net-dns/bind') 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 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 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" -- cgit v1.2.3-65-gdbad