summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-www/memcached/ChangeLog6
-rw-r--r--net-www/memcached/memcached-1.1.10.ebuild4
-rw-r--r--net-www/memcached/memcached-1.1.9.ebuild4
-rw-r--r--net-www/mod_auth_pgsql/ChangeLog6
-rw-r--r--net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild4
-rw-r--r--sys-apps/mbuffer/ChangeLog7
-rw-r--r--sys-apps/mbuffer/mbuffer-20011008.ebuild6
-rw-r--r--sys-apps/mondo-rescue/ChangeLog8
-rw-r--r--sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild4
-rw-r--r--sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild4
-rw-r--r--sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild4
-rw-r--r--sys-apps/partimage/ChangeLog6
-rw-r--r--sys-apps/partimage/partimage-0.6.2.ebuild4
-rw-r--r--sys-apps/partimage/partimage-0.6.4.ebuild4
-rw-r--r--sys-apps/supersed/ChangeLog5
-rw-r--r--sys-apps/supersed/supersed-3.58-r1.ebuild4
-rw-r--r--sys-apps/supersed/supersed-3.58-r2.ebuild4
-rw-r--r--sys-apps/supersed/supersed-3.60.ebuild4
18 files changed, 55 insertions, 33 deletions
diff --git a/net-www/memcached/ChangeLog b/net-www/memcached/ChangeLog
index 04fbba68d0ab..ac5356743bc7 100644
--- a/net-www/memcached/ChangeLog
+++ b/net-www/memcached/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/memcached
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/memcached/ChangeLog,v 1.7 2004/01/11 00:14:01 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/memcached/ChangeLog,v 1.8 2004/04/26 14:28:14 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> memcached-1.1.10.ebuild,
+ memcached-1.1.9.ebuild:
+ Add die following econf for bug 48950
10 Jan 2004; Lisa Seelye <lisa@gentoo.org> memcached-1.1.9.ebuild:
1.1.9 has been ~x86 for so long. Bump it (and extend copyright to 2004 for
diff --git a/net-www/memcached/memcached-1.1.10.ebuild b/net-www/memcached/memcached-1.1.10.ebuild
index b8d8be9f923c..13ddfe08b306 100644
--- a/net-www/memcached/memcached-1.1.10.ebuild
+++ b/net-www/memcached/memcached-1.1.10.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-www/memcached/memcached-1.1.10.ebuild,v 1.1 2004/01/11 00:12:04 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/memcached/memcached-1.1.10.ebuild,v 1.2 2004/04/26 14:28:14 agriffis Exp $
DESCRIPTION="memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load."
@@ -28,7 +28,7 @@ S=${WORKDIR}/${P}
src_compile() {
local myconf=""
use static || myconf="--disable-static ${myconf} "
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die
}
diff --git a/net-www/memcached/memcached-1.1.9.ebuild b/net-www/memcached/memcached-1.1.9.ebuild
index 1828af76c03d..2f24a96c2f36 100644
--- a/net-www/memcached/memcached-1.1.9.ebuild
+++ b/net-www/memcached/memcached-1.1.9.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-www/memcached/memcached-1.1.9.ebuild,v 1.3 2004/01/11 00:14:01 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/memcached/memcached-1.1.9.ebuild,v 1.4 2004/04/26 14:28:14 agriffis Exp $
DESCRIPTION="memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load."
@@ -28,7 +28,7 @@ S=${WORKDIR}/${P}
src_compile() {
local myconf=""
use static || myconf="--disable-static ${myconf} "
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die
}
diff --git a/net-www/mod_auth_pgsql/ChangeLog b/net-www/mod_auth_pgsql/ChangeLog
index 6b76d3c1792b..c7ebcc482189 100644
--- a/net-www/mod_auth_pgsql/ChangeLog
+++ b/net-www/mod_auth_pgsql/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/mod_auth_pgsql
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.6 2004/04/02 18:42:59 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.7 2004/04/26 14:28:49 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org>
+ mod_auth_pgsql-0.9.12.ebuild:
+ Add die following econf for bug 48950
02 Apr 2004; Chuck Short <zul@gentoo.org> :
Added apache2 version.
diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild
index 0d46e23146ec..88509c6b8680 100644
--- a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild
+++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.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-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild,v 1.5 2004/04/02 18:42:59 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild,v 1.6 2004/04/26 14:28:49 agriffis Exp $
DESCRIPTION="This module allows user authentication (and can log authethication requests) against information stored in a PostgreSQL database."
SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/${P}.tar.gz"
@@ -13,7 +13,7 @@ DEPEND=">=net-www/apache-1.3.27
src_compile() {
econf --with-apxs=/usr/sbin/apxs --with-pgsql-lib=/usr/lib/postgresql \
- --with-pgsql-include=/usr/include/postgresql
+ --with-pgsql-include=/usr/include/postgresql || die "econf failed"
/usr/sbin/apxs -I/usr/include/postgresql \
-L/usr/lib/postgresql -lpq \
-o mod_auth_pgsql.so -c mod_auth_pgsql.c auth_pgsql_shared_stub.c || die
diff --git a/sys-apps/mbuffer/ChangeLog b/sys-apps/mbuffer/ChangeLog
index 53589147ad95..c24793d58387 100644
--- a/sys-apps/mbuffer/ChangeLog
+++ b/sys-apps/mbuffer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/mbuffer
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mbuffer/ChangeLog,v 1.2 2003/09/03 20:41:21 max Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mbuffer/ChangeLog,v 1.3 2004/04/26 14:29:47 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mbuffer-20011008.ebuild:
+ Add die following econf for bug 48950
03 Sep 2003; Max Kalika <max@gentoo.org> mbuffer-20011008.ebuild,
metadata.xml:
diff --git a/sys-apps/mbuffer/mbuffer-20011008.ebuild b/sys-apps/mbuffer/mbuffer-20011008.ebuild
index cd96c3f435e1..d83bdb132527 100644
--- a/sys-apps/mbuffer/mbuffer-20011008.ebuild
+++ b/sys-apps/mbuffer/mbuffer-20011008.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/sys-apps/mbuffer/mbuffer-20011008.ebuild,v 1.2 2003/09/03 20:41:21 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mbuffer/mbuffer-20011008.ebuild,v 1.3 2004/04/26 14:29:47 agriffis Exp $
DESCRIPTION="M(easuring)buffer is a replacement for buffer with additional functionality."
HOMEPAGE="http://www.rcs.ei.tum.de/~maierkom/privat/software/mbuffer/"
@@ -18,7 +18,7 @@ src_compile() {
myconf="${myconf} `use_enable debug`"
myconf="${myconf} `use_enable nls`"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "compile problem"
}
diff --git a/sys-apps/mondo-rescue/ChangeLog b/sys-apps/mondo-rescue/ChangeLog
index 88319c71f0d9..ebe5f454d7c1 100644
--- a/sys-apps/mondo-rescue/ChangeLog
+++ b/sys-apps/mondo-rescue/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/mondo-rescue
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/ChangeLog,v 1.7 2003/06/19 08:37:05 johnm Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/ChangeLog,v 1.8 2004/04/26 14:30:44 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mondo-rescue-1.47.ebuild,
+ mondo-rescue-1.61.ebuild, mondo-rescue-1.65.ebuild:
+ Add die following econf for bug 48950
*mondo-rescue-1.65 (19 Jun 2003)
diff --git a/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild b/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild
index 52135b806d31..dd7c3a865ea2 100644
--- a/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild
+++ b/sys-apps/mondo-rescue/mondo-rescue-1.47.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/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild,v 1.9 2004/02/23 17:40:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild,v 1.10 2004/04/26 14:30:44 agriffis Exp $
DESCRIPTION="a nice backup tool"
SRC_URI="http://www.microwerks.net/~hugo/download/daily/${PN/-rescue/}-${PV}_20021020.tgz"
@@ -24,7 +24,7 @@ DEPEND=">=app-arch/afio-2.4.7
S=${WORKDIR}/${PN/-rescue/}-${PV}_20021020
src_compile() {
- econf
+ econf || die "econf failed"
emake || die "make failed"
}
diff --git a/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild b/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild
index 36cc9b632a3b..0b33d9d6dbff 100644
--- a/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild
+++ b/sys-apps/mondo-rescue/mondo-rescue-1.61.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/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild,v 1.7 2004/02/23 17:40:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild,v 1.8 2004/04/26 14:30:44 agriffis Exp $
DESCRIPTION="a nice backup tool"
SRC_URI="http://www.microwerks.net/~hugo/download/stable/final/${PN/-rescue/}-${PV}.tgz"
@@ -23,7 +23,7 @@ DEPEND=">=app-arch/afio-2.4.7
S=${WORKDIR}/${PN/-rescue/}-${PV}
src_compile() {
- econf
+ econf || die "econf failed"
emake || die "make failed"
}
diff --git a/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild b/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild
index 1ff746035aff..961c6ac7f168 100644
--- a/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild
+++ b/sys-apps/mondo-rescue/mondo-rescue-1.65.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/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild,v 1.8 2004/02/23 17:40:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild,v 1.9 2004/04/26 14:30:44 agriffis Exp $
DESCRIPTION="a nice backup tool"
SRC_URI="http://www.microwerks.net/~hugo/download/stable/final/${PN/-rescue/}-${PV}.tgz"
@@ -23,7 +23,7 @@ DEPEND=">=app-arch/afio-2.4.7
S=${WORKDIR}/${PN/-rescue/}-${PV}
src_compile() {
- econf
+ econf || die "econf failed"
emake || die "make failed"
}
diff --git a/sys-apps/partimage/ChangeLog b/sys-apps/partimage/ChangeLog
index 2721d91dddfc..0171b219d1b8 100644
--- a/sys-apps/partimage/ChangeLog
+++ b/sys-apps/partimage/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/partimage
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/partimage/ChangeLog,v 1.7 2004/04/26 11:14:57 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/partimage/ChangeLog,v 1.8 2004/04/26 14:31:28 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> partimage-0.6.2.ebuild,
+ partimage-0.6.4.ebuild:
+ Add die following econf for bug 48950
26 Apr 2004; David Holm <dholm@gentoo.org> partimage-0.6.4.ebuild:
Added to ~ppc.
diff --git a/sys-apps/partimage/partimage-0.6.2.ebuild b/sys-apps/partimage/partimage-0.6.2.ebuild
index f1238333bf4e..f751f8a6648c 100644
--- a/sys-apps/partimage/partimage-0.6.2.ebuild
+++ b/sys-apps/partimage/partimage-0.6.2.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/sys-apps/partimage/partimage-0.6.2.ebuild,v 1.11 2004/04/26 09:33:04 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/partimage/partimage-0.6.2.ebuild,v 1.12 2004/04/26 14:31:28 agriffis Exp $
inherit gnuconfig
@@ -38,7 +38,7 @@ src_compile() {
use ssl || sslconf="--disable-ssl"
econf \
${sslconf} \
- --infodir=/usr/share/doc/${PF}
+ --infodir=/usr/share/doc/${PF} || die "econf failed"
cp Makefile Makefile.orig
sed -e "s/partimag\.root/root:root/g" Makefile.orig > Makefile
emake || die
diff --git a/sys-apps/partimage/partimage-0.6.4.ebuild b/sys-apps/partimage/partimage-0.6.4.ebuild
index aaea00f06bee..118db55afd98 100644
--- a/sys-apps/partimage/partimage-0.6.4.ebuild
+++ b/sys-apps/partimage/partimage-0.6.4.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/sys-apps/partimage/partimage-0.6.4.ebuild,v 1.3 2004/04/26 11:14:57 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/partimage/partimage-0.6.4.ebuild,v 1.4 2004/04/26 14:31:28 agriffis Exp $
inherit gnuconfig
@@ -61,7 +61,7 @@ src_compile() {
use nologin && myconf="${myconf} --disable-login"
econf \
${myconf} \
- --infodir=/usr/share/doc/${PF}
+ --infodir=/usr/share/doc/${PF} || die "econf failed"
cp Makefile Makefile.orig
sed -e "s/partimag\.root/root:root/g" Makefile.orig > Makefile
emake || die
diff --git a/sys-apps/supersed/ChangeLog b/sys-apps/supersed/ChangeLog
index 7fb8ef297ebe..36b224d05119 100644
--- a/sys-apps/supersed/ChangeLog
+++ b/sys-apps/supersed/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/supersed
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/supersed/ChangeLog,v 1.9 2004/03/07 13:15:06 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/supersed/ChangeLog,v 1.10 2004/04/26 14:32:54 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> supersed-3.60.ebuild:
+ Add die following econf for bug 48950
07 Mar 2004; Gustavo Zacarias <gustavoz@gentoo.org> supersed-3.60.ebuild:
stable on sparc, tests pass
diff --git a/sys-apps/supersed/supersed-3.58-r1.ebuild b/sys-apps/supersed/supersed-3.58-r1.ebuild
index e1f17eff2b6a..b57551ba798c 100644
--- a/sys-apps/supersed/supersed-3.58-r1.ebuild
+++ b/sys-apps/supersed/supersed-3.58-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/sys-apps/supersed/supersed-3.58-r1.ebuild,v 1.9 2003/09/07 00:57:02 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/supersed/supersed-3.58-r1.ebuild,v 1.10 2004/04/26 14:32:54 agriffis Exp $
IUSE="nls static build"
diff --git a/sys-apps/supersed/supersed-3.58-r2.ebuild b/sys-apps/supersed/supersed-3.58-r2.ebuild
index 8fc117c802ee..b6314882caf8 100644
--- a/sys-apps/supersed/supersed-3.58-r2.ebuild
+++ b/sys-apps/supersed/supersed-3.58-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/sys-apps/supersed/supersed-3.58-r2.ebuild,v 1.11 2003/09/07 00:57:02 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/supersed/supersed-3.58-r2.ebuild,v 1.12 2004/04/26 14:32:54 agriffis Exp $
IUSE="nls static build"
diff --git a/sys-apps/supersed/supersed-3.60.ebuild b/sys-apps/supersed/supersed-3.60.ebuild
index 724234528a55..80ce90b96c00 100644
--- a/sys-apps/supersed/supersed-3.60.ebuild
+++ b/sys-apps/supersed/supersed-3.60.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/sys-apps/supersed/supersed-3.60.ebuild,v 1.4 2004/03/07 13:15:06 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/supersed/supersed-3.60.ebuild,v 1.5 2004/04/26 14:32:54 agriffis Exp $
IUSE="nls static"
@@ -32,7 +32,7 @@ src_unpack() {
src_compile() {
econf --program-prefix=s \
- `use_enable nls`
+ `use_enable nls` || die "econf failed"
if use static; then
emake LDFLAGS="-static" || die "make failed"