diff options
author | 2003-10-25 17:19:16 +0000 | |
---|---|---|
committer | 2003-10-25 17:19:16 +0000 | |
commit | 186ae372744c5f19a4ca43413442c59b9d8be535 (patch) | |
tree | 6815b5e7ebf39af1cddbcc5cdb073bee3a82cd3d /net-www/mozilla | |
parent | DEPEND on ffmpeg (diff) | |
download | gentoo-2-186ae372744c5f19a4ca43413442c59b9d8be535.tar.gz gentoo-2-186ae372744c5f19a4ca43413442c59b9d8be535.tar.bz2 gentoo-2-186ae372744c5f19a4ca43413442c59b9d8be535.zip |
Since access-builtin now fails to work, warn people about using the non-default extensions
Diffstat (limited to 'net-www/mozilla')
-rw-r--r-- | net-www/mozilla/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/mozilla/Manifest | 4 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.5.ebuild | 10 |
3 files changed, 17 insertions, 4 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index d35b20e11091..187c740f1391 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/mozilla # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.126 2003/10/20 09:25:53 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.127 2003/10/25 17:19:11 brad Exp $ + + 25 Oct 2003; Brad Laue <brad@gentoo.org> mozilla-1.5.ebuild: + Add a warning about the non-default extensions, as they're not guaranteed to + build and will break the mozilla compile from time to time. Use at your own + risk. 20 Oct 2003; Brad Laue <brad@gentoo.org> mozilla-1.5.ebuild: Re-enable support for SMP, clean up some commentary in the ebuild, fix moz* diff --git a/net-www/mozilla/Manifest b/net-www/mozilla/Manifest index 98c377430667..eab7901d13ae 100644 --- a/net-www/mozilla/Manifest +++ b/net-www/mozilla/Manifest @@ -1,4 +1,3 @@ -MD5 ed1a752f0eb071a9f64f01ed8c72eebe ChangeLog 21682 MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160 MD5 46cc36ca1e203a4555aed9840f8a3635 mozilla-1.0.1-r3.ebuild 15212 MD5 d9f06faf9990f4b5f890a127046de9a8 mozilla-1.1-r1.ebuild 14822 @@ -6,7 +5,8 @@ MD5 4e16e2e2e9d548e73eeedd01fef661f8 mozilla-1.2.1-r5.ebuild 20917 MD5 3d428c2cf97c36c769ff7ac419996aa5 mozilla-1.3-r2.ebuild 16750 MD5 b8927e21936c0e256ea02de796173f0d mozilla-1.4-r3.ebuild 16724 MD5 ae6f8c3a96767d491dd65c111d6340cc mozilla-1.4-r4.ebuild 17265 -MD5 666b9378a089385b42d1d8f519f6e7db mozilla-1.5.ebuild 16139 +MD5 842e7b91927cd3b30fc6782b9e605665 ChangeLog 21911 +MD5 6e8e847d464feea0e901b10f7e321099 mozilla-1.5.ebuild 16429 MD5 2245cc4f37902e2c6dd188f72874fbb3 files/10mozilla 60 MD5 cf872ecce56e05c488ae7f41b50dec31 files/digest-mozilla-1.0.1-r3 281 MD5 eccaf421f7e91faad5f835cadca4263e files/digest-mozilla-1.1-r1 202 diff --git a/net-www/mozilla/mozilla-1.5.ebuild b/net-www/mozilla/mozilla-1.5.ebuild index 14945d1c44d4..8e6040868625 100644 --- a/net-www/mozilla/mozilla-1.5.ebuild +++ b/net-www/mozilla/mozilla-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.5.ebuild,v 1.7 2003/10/20 09:25:53 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.5.ebuild,v 1.8 2003/10/25 17:19:11 brad Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug" # Internal USE flags that I do not really want to advertise ... @@ -248,6 +248,14 @@ src_compile() { # spellcheck # Non-defaults are: # xmlterm access-builtin datetime finger cview + use mozxmlterm || use mozaccess && \ + ewarn "" && \ + ewarn "The use of the non-default extensions is considered unsupported, and these" && \ + ewarn "may not always compile properly." && \ + ewarn "Please do not use if you do not know what you're doing!" && \ + ewarn "" && \ + sleep 3 + local myext="default" if [ -n "`use mozxmlterm`" ] then |