From 7e1c668438150f6e3ecfc3129a430fb26059c8f3 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Mon, 26 Apr 2004 12:47:43 +0000 Subject: Add die following econf for bug 48950 --- net-misc/socat/ChangeLog | 8 ++++++-- net-misc/socat/socat-1.3.0.1.ebuild | 6 +++--- net-misc/socat/socat-1.3.1.0.ebuild | 6 +++--- net-misc/socat/socat-1.3.2.0.ebuild | 6 +++--- net-misc/socat/socat-1.3.2.1.ebuild | 6 +++--- 5 files changed, 18 insertions(+), 14 deletions(-) (limited to 'net-misc/socat') diff --git a/net-misc/socat/ChangeLog b/net-misc/socat/ChangeLog index 9a733c8203d7..adad1a79d4bd 100644 --- a/net-misc/socat/ChangeLog +++ b/net-misc/socat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/socat -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.7 2003/09/13 18:05:43 port001 Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.8 2004/04/26 12:44:02 agriffis Exp $ + + 26 Apr 2004; Aron Griffis socat-1.3.0.1.ebuild, + socat-1.3.1.0.ebuild, socat-1.3.2.0.ebuild, socat-1.3.2.1.ebuild: + Add die following econf for bug 48950 *socat-1.3.2.1 (13 Sep 2003) diff --git a/net-misc/socat/socat-1.3.0.1.ebuild b/net-misc/socat/socat-1.3.0.1.ebuild index b2674fa89761..c47f15a9d13d 100644 --- a/net-misc/socat/socat-1.3.0.1.ebuild +++ b/net-misc/socat/socat-1.3.0.1.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-misc/socat/socat-1.3.0.1.ebuild,v 1.4 2003/09/05 22:01:49 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.3.0.1.ebuild,v 1.5 2004/04/26 12:44:02 agriffis Exp $ DESCRIPTION="Multipurpose relay (SOcket CAT)" HOMEPAGE="http://www.dest-unreach.org/socat/" @@ -31,7 +31,7 @@ src_compile() { einfo "Sed" sed -e "s:-Wall:${CFLAGS} -Wall:" Makefile.in.org > Makefile.in einfo "Sed fertgi" - econf ${myconf} + econf ${myconf} || die "econf failed" # Calculating dependencies # (this seems to error out (due to gcc3?) but compiles work diff --git a/net-misc/socat/socat-1.3.1.0.ebuild b/net-misc/socat/socat-1.3.1.0.ebuild index 8fb80d5aa778..6e895106f24f 100644 --- a/net-misc/socat/socat-1.3.1.0.ebuild +++ b/net-misc/socat/socat-1.3.1.0.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-misc/socat/socat-1.3.1.0.ebuild,v 1.2 2003/09/05 22:01:49 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.3.1.0.ebuild,v 1.3 2004/04/26 12:44:02 agriffis Exp $ DESCRIPTION="Multipurpose relay (SOcket CAT)" HOMEPAGE="http://www.dest-unreach.org/socat/" @@ -31,7 +31,7 @@ src_compile() { einfo "Sed" sed -e "s:-Wall:${CFLAGS} -Wall:" Makefile.in.org > Makefile.in einfo "Sed fertgi" - econf ${myconf} + econf ${myconf} || die "econf failed" # Calculating dependencies # (this seems to error out (due to gcc3?) but compiles work diff --git a/net-misc/socat/socat-1.3.2.0.ebuild b/net-misc/socat/socat-1.3.2.0.ebuild index b40c9f0f7d7d..49844147377d 100644 --- a/net-misc/socat/socat-1.3.2.0.ebuild +++ b/net-misc/socat/socat-1.3.2.0.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-misc/socat/socat-1.3.2.0.ebuild,v 1.3 2003/09/05 22:01:49 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.3.2.0.ebuild,v 1.4 2004/04/26 12:44:02 agriffis Exp $ DESCRIPTION="Multipurpose relay (SOcket CAT)" HOMEPAGE="http://www.dest-unreach.org/socat/" @@ -28,7 +28,7 @@ src_compile() { use ipv6 || myconf="${myconf} --disable-ip6" sed -i "s:-Wall:${CFLAGS} -Wall:" Makefile.in - econf ${myconf} + econf ${myconf} || die "econf failed" # Calculating dependencies # (this seems to error out (due to gcc3?) but compiles work diff --git a/net-misc/socat/socat-1.3.2.1.ebuild b/net-misc/socat/socat-1.3.2.1.ebuild index 19aebf69064f..b339717f3c0f 100644 --- a/net-misc/socat/socat-1.3.2.1.ebuild +++ b/net-misc/socat/socat-1.3.2.1.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-misc/socat/socat-1.3.2.1.ebuild,v 1.2 2004/02/23 00:16:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.3.2.1.ebuild,v 1.3 2004/04/26 12:44:02 agriffis Exp $ DESCRIPTION="Multipurpose relay (SOcket CAT)" HOMEPAGE="http://www.dest-unreach.org/socat/" @@ -28,7 +28,7 @@ src_compile() { use ipv6 || myconf="${myconf} --disable-ip6" sed -i "s:-Wall:${CFLAGS} -Wall:" Makefile.in - econf ${myconf} + econf ${myconf} || die "econf failed" # Calculating dependencies # (this seems to error out (due to gcc3?) but compiles work -- cgit v1.2.3-65-gdbad