axs 14/10/16 21:12:28 Modified: firefox-33.0.ebuild ChangeLog Log: fixed bugs 524556 and 525522 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.2 www-client/firefox/firefox-33.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-33.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-33.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-33.0.ebuild?r1=1.1&r2=1.2 Index: firefox-33.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-33.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- firefox-33.0.ebuild 14 Oct 2014 18:17:47 -0000 1.1 +++ firefox-33.0.ebuild 16 Oct 2014 21:12:28 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-33.0.ebuild,v 1.1 2014/10/14 18:17:47 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-33.0.ebuild,v 1.2 2014/10/16 21:12:28 axs Exp $ EAPI="5" VIRTUALX_REQUIRED="pgo" @@ -147,6 +147,9 @@ EPATCH_EXCLUDE="8000_gcc49_mozbug999496_ff31.patch" \ epatch "${WORKDIR}/firefox" + epatch "${FILESDIR}"/${P}-jemalloc-configure.patch + epatch "${FILESDIR}"/${PN}-32.0-hppa-js-configure.patch # bug 524556 + # Allow user to apply any additional patches without modifing ebuild epatch_user @@ -182,6 +185,10 @@ # Must run autoconf in js/src cd "${S}"/js/src || die eautoconf + + # Need to update jemalloc's configure + cd "${S}"/memory/jemalloc/src || die + WANT_AUTOCONF= eautoconf } src_configure() { 1.362 www-client/firefox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.362&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.362&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.361&r2=1.362 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v retrieving revision 1.361 retrieving revision 1.362 diff -u -r1.361 -r1.362 --- ChangeLog 15 Oct 2014 15:10:47 -0000 1.361 +++ ChangeLog 16 Oct 2014 21:12:28 -0000 1.362 @@ -1,6 +1,11 @@ # ChangeLog for www-client/firefox # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.361 2014/10/15 15:10:47 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.362 2014/10/16 21:12:28 axs Exp $ + + 16 Oct 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +files/firefox-32.0-hppa-js-configure.patch, + +files/firefox-33.0-jemalloc-configure.patch, firefox-33.0.ebuild: + fixed bugs 524556 and 525522 *firefox-31.2.0 (15 Oct 2014)
