diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 01:42:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 01:42:31 +0000 |
commit | e194e964284fd66afa2b1422900b091b4698c1f8 (patch) | |
tree | ca764a47af5a8e193cc3a0c1116a581c13870fcd /dev-tcltk | |
parent | Fix bug 45698 (mozilla-firefox forces downgrade to gtk+-2.2*) (diff) | |
download | historical-e194e964284fd66afa2b1422900b091b4698c1f8.tar.gz historical-e194e964284fd66afa2b1422900b091b4698c1f8.tar.bz2 historical-e194e964284fd66afa2b1422900b091b4698c1f8.zip |
Add die following econf for bug 48950
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tclx/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tcltk/tclx/Manifest | 6 | ||||
-rw-r--r-- | dev-tcltk/tclx/tclx-8.3-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-tcltk/tclx/tclx-8.3.ebuild | 8 |
4 files changed, 16 insertions, 12 deletions
diff --git a/dev-tcltk/tclx/ChangeLog b/dev-tcltk/tclx/ChangeLog index 6db7b82b5ebe..5b95c726e76f 100644 --- a/dev-tcltk/tclx/ChangeLog +++ b/dev-tcltk/tclx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/tclx # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.11 2004/04/14 11:32:38 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.12 2004/04/26 01:42:31 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> tclx-8.3-r1.ebuild, + tclx-8.3.ebuild: + Add die following econf for bug 48950 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> tclx-8.3-r1.ebuild, tclx-8.3.ebuild: diff --git a/dev-tcltk/tclx/Manifest b/dev-tcltk/tclx/Manifest index 857df3413475..f653b5208e00 100644 --- a/dev-tcltk/tclx/Manifest +++ b/dev-tcltk/tclx/Manifest @@ -1,6 +1,6 @@ -MD5 ff2500f34ac96412be32114871122933 tclx-8.3.ebuild 1594 -MD5 05a95c8babd9a9a941f065c8cc39a0de tclx-8.3-r1.ebuild 1921 -MD5 2350acc517830dcb3ebb8af2c9fc074f ChangeLog 1916 +MD5 91fb44e3bfb4798ccad015a502b246e0 tclx-8.3.ebuild 1664 +MD5 f5ad4e3e08bdfd12d1bd11b7ac573848 tclx-8.3-r1.ebuild 1991 +MD5 0398734d43f3ecf08a6467d9568e01cc ChangeLog 2050 MD5 1d4e6ad4bf55d13d432197bc480ac445 files/digest-tclx-8.3-r1 188 MD5 3c218afaa0edc44f1195d0c013f7d85c files/digest-tclx-8.3 180 MD5 fa76370803a64a3cf2f0d01a5d1ac3b5 files/tclx-8.3-argv.patch 802 diff --git a/dev-tcltk/tclx/tclx-8.3-r1.ebuild b/dev-tcltk/tclx/tclx-8.3-r1.ebuild index 27f9396bb09e..59032c2b60e6 100644 --- a/dev-tcltk/tclx/tclx-8.3-r1.ebuild +++ b/dev-tcltk/tclx/tclx-8.3-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/dev-tcltk/tclx/tclx-8.3-r1.ebuild,v 1.8 2004/04/14 11:32:38 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3-r1.ebuild,v 1.9 2004/04/26 01:42:31 agriffis Exp $ inherit flag-o-matic eutils @@ -45,7 +45,7 @@ src_unpack() { src_compile() { # we have to configure and build tcl before we can do tclx cd ${WORKDIR}/tcl8.4.2/unix - econf + econf || die "econf failed" emake CFLAGS="${CFLAGS}" || die "emake in tcl/unix failed" local myconf="--with-tcl=${WORKDIR}/tcl8.4.2/unix --enable-shared" @@ -53,7 +53,7 @@ src_compile() { if [ `use X` ] ; then # configure and build tk cd ${WORKDIR}/tk8.4.2/unix - econf + econf || die "econf failed" emake CFLAGS="${CFLAGS}" || die myconf="${myconf} --with-tk=${WORKDIR}/tk8.4.2/unix" else @@ -62,7 +62,7 @@ src_compile() { # configure and build tclx cd ${S}/unix - econf ${myconf} + econf ${myconf} || die "econf failed" make CFLAGS="${CFLAGS}" || die } diff --git a/dev-tcltk/tclx/tclx-8.3.ebuild b/dev-tcltk/tclx/tclx-8.3.ebuild index 46a88e2df7a3..225648e58f47 100644 --- a/dev-tcltk/tclx/tclx-8.3.ebuild +++ b/dev-tcltk/tclx/tclx-8.3.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/dev-tcltk/tclx/tclx-8.3.ebuild,v 1.11 2004/04/14 11:32:38 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3.ebuild,v 1.12 2004/04/26 01:42:31 agriffis Exp $ inherit flag-o-matic eutils @@ -33,7 +33,7 @@ src_unpack() { src_compile() { # we have to configure and build tcl before we can do tclx cd ${WORKDIR}/tcl8.3.3/unix - econf + econf || die "econf failed" emake CFLAGS="${CFLAGS}" || die "emake in tcl/unix failed" local myconf="--with-tcl=${WORKDIR}/tcl8.3.3/unix --enable-shared" @@ -41,7 +41,7 @@ src_compile() { if [ `use X` ] ; then # configure and build tk cd ${WORKDIR}/tk8.3.3/unix - econf + econf || die "econf failed" emake CFLAGS="${CFLAGS}" || die myconf="${myconf} --with-tk=${WORKDIR}/tk8.3.3/unix" else @@ -50,7 +50,7 @@ src_compile() { # configure and build tclx cd ${S}/unix - econf ${myconf} + econf ${myconf} || die "econf failed" make CFLAGS="${CFLAGS}" || die } |