diff options
author | Jory Pratt <anarchy@gentoo.org> | 2011-10-02 21:40:28 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2011-10-02 21:40:28 +0000 |
commit | c8339907adcf2390ff018bb7ebe809cbd7905659 (patch) | |
tree | 37dab9c7de031e14aabf364d7e403a76b2068fe8 /www-client | |
parent | Install missing ppd file, bug 261761 (diff) | |
download | gentoo-2-c8339907adcf2390ff018bb7ebe809cbd7905659.tar.gz gentoo-2-c8339907adcf2390ff018bb7ebe809cbd7905659.tar.bz2 gentoo-2-c8339907adcf2390ff018bb7ebe809cbd7905659.zip |
multiple bug fixes, actually use system-libffi, add support for mips,sparc,etc ...
(Portage version: 2.1.10.20/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/ChangeLog | 9 | ||||
-rw-r--r-- | www-client/firefox/firefox-7.0.1-r1.ebuild (renamed from www-client/firefox/firefox-7.0.1.ebuild) | 9 |
2 files changed, 13 insertions, 5 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index 6969189aff7f..8aafeb3f71f9 100644 --- a/www-client/firefox/ChangeLog +++ b/www-client/firefox/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for www-client/firefox # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.101 2011/10/01 11:51:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.102 2011/10/02 21:40:28 anarchy Exp $ + +*firefox-7.0.1-r1 (02 Oct 2011) + + 02 Oct 2011; Jory A. Pratt <anarchy@gentoo.org> -firefox-7.0.1.ebuild, + +firefox-7.0.1-r1.ebuild: + multiple bug fixes, actually use system-libffi, add support for + mips,sparc,etc ... 01 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> firefox-7.0.1.ebuild: Convert dev-libs/libffi to virtual/libffi again. diff --git a/www-client/firefox/firefox-7.0.1.ebuild b/www-client/firefox/firefox-7.0.1-r1.ebuild index 64b388ad130e..a51d04d42212 100644 --- a/www-client/firefox/firefox-7.0.1.ebuild +++ b/www-client/firefox/firefox-7.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-7.0.1.ebuild,v 1.2 2011/10/01 11:51:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-7.0.1-r1.ebuild,v 1.1 2011/10/02 21:40:28 anarchy Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -13,7 +13,7 @@ FF_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI FF_PV="${FF_PV/_beta/b}" # Handle beta for SRC_URI FF_PV="${FF_PV/_rc/rc}" # Handle rc for SRC_URI CHANGESET="e56ecd8b3a68" -PATCH="${PN}-7.0-patches-0.2" +PATCH="${PN}-7.0-patches-0.5" DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" @@ -25,7 +25,7 @@ IUSE="bindist +crashreporter +ipc pgo system-sqlite +webm" FTP_URI="ftp://ftp.mozilla.org/pub/firefox/releases/" # More URIs appended below... -SRC_URI="http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.bz2" +SRC_URI="http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz" ASM_DEPEND=">=dev-lang/yasm-1.1" @@ -163,7 +163,7 @@ src_prepare() { # Apply our patches EPATCH_SUFFIX="patch" \ EPATCH_FORCE="yes" \ - epatch "${WORKDIR}" + epatch "${WORKDIR}/firefox" # Allow user to apply any additional patches without modifing ebuild epatch_user @@ -227,6 +227,7 @@ src_configure() { mozconfig_annotate '' --enable-canvas mozconfig_annotate '' --enable-safe-browsing mozconfig_annotate '' --with-system-png + mozconfig_annotate '' --enable-system-ffi # Other ff-specific settings mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME} |