Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/
Date: Thu, 25 Oct 2018 17:29:41
Message-Id: 1540488568.897afd8248d60a0186c833915a67689d42dff515.whissi@gentoo
1 commit: 897afd8248d60a0186c833915a67689d42dff515
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 25 17:29:28 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 25 17:29:28 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=897afd82
7
8 www-client/firefox: synchronize with Gentoo repository
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 www-client/firefox/firefox-63.0.ebuild | 9 +++++++--
14 1 file changed, 7 insertions(+), 2 deletions(-)
15
16 diff --git a/www-client/firefox/firefox-63.0.ebuild b/www-client/firefox/firefox-63.0.ebuild
17 index 78eee6a..3b7c9d2 100644
18 --- a/www-client/firefox/firefox-63.0.ebuild
19 +++ b/www-client/firefox/firefox-63.0.ebuild
20 @@ -180,6 +180,9 @@ src_unpack() {
21 src_prepare() {
22 eapply "${WORKDIR}/firefox"
23
24 + # Allow user to apply any additional patches without modifing ebuild
25 + eapply_user
26 +
27 # Enable gnomebreakpad
28 if use debug ; then
29 sed -i -e "s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \
30 @@ -221,8 +224,10 @@ src_prepare() {
31 sed '/^MOZ_DEV_EDITION=1/d' \
32 -i "${S}"/browser/branding/aurora/configure.sh || die
33
34 - # Allow user to apply any additional patches without modifing ebuild
35 - eapply_user
36 + # rustfmt, a tool to format Rust code, is optional and not required to build Firefox.
37 + # However, when available, an unsupported version can cause problems, bug #669548
38 + sed -i -e "s@check_prog('RUSTFMT', add_rustup_path('rustfmt')@check_prog('RUSTFMT', add_rustup_path('rustfmt_do_not_use')@" \
39 + "${S}"/build/moz.configure/rust.configure || die
40
41 # Autotools configure is now called old-configure.in
42 # This works because there is still a configure.in that happens to be for the