diff options
author | Brad Laue <brad@gentoo.org> | 2004-07-04 04:53:24 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2004-07-04 04:53:24 +0000 |
commit | c77c517971cd7ce77c9b8b7dad0996a1f54261d2 (patch) | |
tree | 964e0770ad9881990b85c0d51bdd119208a5bdff /net-www/mozilla | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-c77c517971cd7ce77c9b8b7dad0996a1f54261d2.tar.gz gentoo-2-c77c517971cd7ce77c9b8b7dad0996a1f54261d2.tar.bz2 gentoo-2-c77c517971cd7ce77c9b8b7dad0996a1f54261d2.zip |
Remove mozaccess, mozxmlterm USE flags, finally.
Diffstat (limited to 'net-www/mozilla')
-rw-r--r-- | net-www/mozilla/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.7.ebuild | 27 |
2 files changed, 20 insertions, 13 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index cf93109e5274..538dd655961f 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mozilla # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.179 2004/06/26 01:42:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.180 2004/07/04 04:53:24 brad Exp $ + + 04 Jul 2004; Brad Laue <brad@gentoo.org> mozilla-1.7.ebuild: + Remove mozaccess, mozxmlterm USE flags, as these are a hazard. They're not for + end-use, and are broken or constantly moving around upstream as it is. 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> mozilla-1.7.ebuild: Fix bug 54519: stop using get_number_of_jobs diff --git a/net-www/mozilla/mozilla-1.7.ebuild b/net-www/mozilla/mozilla-1.7.ebuild index 69fdcbf4dc4e..761e0b3d13cd 100644 --- a/net-www/mozilla/mozilla-1.7.ebuild +++ b/net-www/mozilla/mozilla-1.7.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.ebuild,v 1.6 2004/06/26 01:42:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.ebuild,v 1.7 2004/07/04 04:53:24 brad Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug xinerama xprint" # Internal USE flags that I do not really want to advertise ... -IUSE="${IUSE} mozcalendar mozaccess mozxmlterm mozsvg" +IUSE="${IUSE} mozcalendar mozsvg" IUSE="${IUSE} moznoirc moznomail moznocompose moznoxft" unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 @@ -241,18 +241,21 @@ src_compile() { # typeaheadfind webservices spellcheck # Non-defaults are: # xmlterm access-builtin datetime finger cview - if use mozxmlterm || use mozaccess; then - ewarn "" - ewarn "NB!!: The use of the non-default extensions is considered" - ewarn "unsupported, and these may not always compile properly." - ewarn "Please do not use if you do not know what you're doing!" - ewarn "" - sleep 3 - fi + + # Remove access and xmlterm as options since they're preventing the build + # more than they work. (04 Jul 2004 brad) + #if use mozxmlterm || use mozaccess; then + # ewarn "" + # ewarn "NB!!: The use of the non-default extensions is considered" + # ewarn "unsupported, and these may not always compile properly." + # ewarn "Please do not use if you do not know what you're doing!" + # ewarn "" + # sleep 3 + #fi local myext="default" - use mozxmlterm && myext="${myext},xmlterm" - use mozaccess && myext="${myext},access-builtin" + #use mozxmlterm && myext="${myext},xmlterm" + #use mozaccess && myext="${myext},access-builtin" use moznoirc && myext="${myext},-irc" #################################### |