summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 18:38:25 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 18:38:25 +0000
commit86d36009c6d161e7b209e0b5ddcd00076fc6a773 (patch)
treedcced439998360ddc4bf16b01e9e5492c992f50f
parentFix bug 47870 (mozilla fails to compile with gcc 3.4) with one-line patch. Th... (diff)
downloadgentoo-2-86d36009c6d161e7b209e0b5ddcd00076fc6a773.tar.gz
gentoo-2-86d36009c6d161e7b209e0b5ddcd00076fc6a773.tar.bz2
gentoo-2-86d36009c6d161e7b209e0b5ddcd00076fc6a773.zip
Add die following econf for bug 48950
-rw-r--r--media-plugins/xmms-itouch/ChangeLog5
-rw-r--r--media-plugins/xmms-itouch/xmms-itouch-0.1.2.ebuild4
-rw-r--r--media-sound/darkice/ChangeLog6
-rw-r--r--media-sound/darkice/darkice-0.13.2.ebuild4
-rw-r--r--media-sound/darkice/darkice-0.13.ebuild4
-rw-r--r--media-tv/mythfrontend/ChangeLog6
-rw-r--r--media-tv/mythfrontend/mythfrontend-0.10.ebuild4
-rw-r--r--media-tv/mythfrontend/mythfrontend-0.11.ebuild4
-rw-r--r--media-tv/mythfrontend/mythfrontend-0.14-r1.ebuild4
-rw-r--r--media-tv/mythtv/ChangeLog6
-rw-r--r--media-tv/mythtv/mythtv-0.11.ebuild4
-rw-r--r--media-tv/mythtv/mythtv-0.14-r1.ebuild4
12 files changed, 35 insertions, 20 deletions
diff --git a/media-plugins/xmms-itouch/ChangeLog b/media-plugins/xmms-itouch/ChangeLog
index f4c037fb66a6..60b553765ff3 100644
--- a/media-plugins/xmms-itouch/ChangeLog
+++ b/media-plugins/xmms-itouch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/xmms-itouch
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-itouch/ChangeLog,v 1.6 2004/04/22 06:22:52 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-itouch/ChangeLog,v 1.7 2004/04/26 18:33:42 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> xmms-itouch-0.1.2.ebuild:
+ Add die following econf for bug 48950
21 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
xmms-itouch-0.1.2-r1.ebuild:
diff --git a/media-plugins/xmms-itouch/xmms-itouch-0.1.2.ebuild b/media-plugins/xmms-itouch/xmms-itouch-0.1.2.ebuild
index 04597e2344f0..9feed162baa7 100644
--- a/media-plugins/xmms-itouch/xmms-itouch-0.1.2.ebuild
+++ b/media-plugins/xmms-itouch/xmms-itouch-0.1.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/media-plugins/xmms-itouch/xmms-itouch-0.1.2.ebuild,v 1.4 2004/04/20 17:53:33 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-itouch/xmms-itouch-0.1.2.ebuild,v 1.5 2004/04/26 18:33:42 agriffis Exp $
IUSE=""
@@ -25,7 +25,7 @@ src_compile() {
use nls || myconf="${myconf} --disable-nls"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die
}
diff --git a/media-sound/darkice/ChangeLog b/media-sound/darkice/ChangeLog
index c09c455fca3a..f19bcb52efdb 100644
--- a/media-sound/darkice/ChangeLog
+++ b/media-sound/darkice/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/darkice
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/darkice/ChangeLog,v 1.9 2004/04/08 07:28:37 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/darkice/ChangeLog,v 1.10 2004/04/26 18:35:04 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> darkice-0.13.2.ebuild,
+ darkice-0.13.ebuild:
+ Add die following econf for bug 48950
08 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> darkice-0.14.ebuild:
Stable x86.
diff --git a/media-sound/darkice/darkice-0.13.2.ebuild b/media-sound/darkice/darkice-0.13.2.ebuild
index 2325c3eb3570..b4bd60d20aa3 100644
--- a/media-sound/darkice/darkice-0.13.2.ebuild
+++ b/media-sound/darkice/darkice-0.13.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/media-sound/darkice/darkice-0.13.2.ebuild,v 1.2 2004/03/31 18:08:47 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/darkice/darkice-0.13.2.ebuild,v 1.3 2004/04/26 18:35:04 agriffis Exp $
IUSE="encode oggvorbis"
@@ -34,7 +34,7 @@ src_compile() {
use encode || myconf="--without-lame"
use oggvorbis || myconf="--without-vorbis"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "Compilation failed"
}
diff --git a/media-sound/darkice/darkice-0.13.ebuild b/media-sound/darkice/darkice-0.13.ebuild
index 0bf8dcd2a85e..cf95b84a8f8a 100644
--- a/media-sound/darkice/darkice-0.13.ebuild
+++ b/media-sound/darkice/darkice-0.13.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/media-sound/darkice/darkice-0.13.ebuild,v 1.8 2004/03/31 18:08:47 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/darkice/darkice-0.13.ebuild,v 1.9 2004/04/26 18:35:04 agriffis Exp $
IUSE="encode oggvorbis"
@@ -34,7 +34,7 @@ src_compile() {
use encode || myconf="--without-lame"
use oggvorbis || myconf="--without-vorbis"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "Compilation failed"
}
diff --git a/media-tv/mythfrontend/ChangeLog b/media-tv/mythfrontend/ChangeLog
index 424a036f5a01..d3c83f048fbe 100644
--- a/media-tv/mythfrontend/ChangeLog
+++ b/media-tv/mythfrontend/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/mythfrontend
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/ChangeLog,v 1.13 2004/04/26 04:07:44 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/ChangeLog,v 1.14 2004/04/26 18:36:23 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mythfrontend-0.10.ebuild,
+ mythfrontend-0.11.ebuild, mythfrontend-0.14-r1.ebuild:
+ Add die following econf for bug 48950
26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mythfrontend-0.12.ebuild,
mythfrontend-0.13.ebuild:
diff --git a/media-tv/mythfrontend/mythfrontend-0.10.ebuild b/media-tv/mythfrontend/mythfrontend-0.10.ebuild
index d3def49dab35..ac9fae146d5b 100644
--- a/media-tv/mythfrontend/mythfrontend-0.10.ebuild
+++ b/media-tv/mythfrontend/mythfrontend-0.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/media-tv/mythfrontend/mythfrontend-0.10.ebuild,v 1.6 2004/01/15 18:03:50 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/mythfrontend-0.10.ebuild,v 1.7 2004/04/26 18:36:23 agriffis Exp $
inherit flag-o-matic
@@ -41,7 +41,7 @@ src_compile() {
qmake -o "${S}/Makefile" "${S}/mythtv.pro"
- econf `use_enable lcd`
+ econf `use_enable lcd` || die "econf failed"
# Parallel build doesn't work.
make || die "compile problem"
diff --git a/media-tv/mythfrontend/mythfrontend-0.11.ebuild b/media-tv/mythfrontend/mythfrontend-0.11.ebuild
index f5bf8101b0b5..f861e7bf8497 100644
--- a/media-tv/mythfrontend/mythfrontend-0.11.ebuild
+++ b/media-tv/mythfrontend/mythfrontend-0.11.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/media-tv/mythfrontend/mythfrontend-0.11.ebuild,v 1.5 2004/01/15 18:03:50 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/mythfrontend-0.11.ebuild,v 1.6 2004/04/26 18:36:23 agriffis Exp $
inherit flag-o-matic
@@ -41,7 +41,7 @@ src_compile() {
qmake -o "${S}/Makefile" "${S}/mythtv.pro"
- econf "`use_enable lcd`"
+ econf "`use_enable lcd`" || die "econf failed"
make || die "compile problem"
}
diff --git a/media-tv/mythfrontend/mythfrontend-0.14-r1.ebuild b/media-tv/mythfrontend/mythfrontend-0.14-r1.ebuild
index 6bacbbcb1063..2b55e94a6564 100644
--- a/media-tv/mythfrontend/mythfrontend-0.14-r1.ebuild
+++ b/media-tv/mythfrontend/mythfrontend-0.14-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/media-tv/mythfrontend/mythfrontend-0.14-r1.ebuild,v 1.2 2004/03/10 19:00:35 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/mythfrontend-0.14-r1.ebuild,v 1.3 2004/04/26 18:36:23 agriffis Exp $
inherit flag-o-matic
@@ -114,7 +114,7 @@ src_compile() {
qmake -o "Makefile" "mythtv.pro"
- econf
+ econf || die "econf failed"
emake -j1 || die "compile problem"
}
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog
index 115ba50c4e13..70e2211f4fe0 100644
--- a/media-tv/mythtv/ChangeLog
+++ b/media-tv/mythtv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/mythtv
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.18 2004/04/26 04:08:33 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.19 2004/04/26 18:38:25 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mythtv-0.11.ebuild,
+ mythtv-0.14-r1.ebuild:
+ Add die following econf for bug 48950
26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mythtv-0.12.ebuild,
mythtv-0.13-r1.ebuild:
diff --git a/media-tv/mythtv/mythtv-0.11.ebuild b/media-tv/mythtv/mythtv-0.11.ebuild
index c533aa54a66d..16cec1f5cc64 100644
--- a/media-tv/mythtv/mythtv-0.11.ebuild
+++ b/media-tv/mythtv/mythtv-0.11.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/media-tv/mythtv/mythtv-0.11.ebuild,v 1.4 2004/01/15 18:03:59 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.11.ebuild,v 1.5 2004/04/26 18:38:25 agriffis Exp $
inherit flag-o-matic
@@ -40,7 +40,7 @@ src_compile() {
qmake -o "${S}/Makefile" "${S}/${PN}.pro"
- econf "`use_enable lcd`"
+ econf "`use_enable lcd`" || die "econf failed"
make || die "compile problem"
}
diff --git a/media-tv/mythtv/mythtv-0.14-r1.ebuild b/media-tv/mythtv/mythtv-0.14-r1.ebuild
index 3064d9615393..2d4ffcb76d54 100644
--- a/media-tv/mythtv/mythtv-0.14-r1.ebuild
+++ b/media-tv/mythtv/mythtv-0.14-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/media-tv/mythtv/mythtv-0.14-r1.ebuild,v 1.4 2004/03/10 18:56:18 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.14-r1.ebuild,v 1.5 2004/04/26 18:38:25 agriffis Exp $
inherit flag-o-matic
@@ -113,7 +113,7 @@ src_compile() {
qmake -o "Makefile" "${PN}.pro"
- econf
+ econf || die "econf failed"
emake -j1 || die "compile problem"
}