pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox
Module Name: pkgsrc
Committed By: maya
Date: Sat May 2 22:24:24 UTC 2020
Modified Files:
pkgsrc/www/firefox: Makefile distinfo
pkgsrc/www/firefox/patches: patch-browser_app_profile_firefox.js
Log Message:
firefox: force disable WebGL. It is currently broken unless multiprocess
windows are enabled, and we disable them unconditionally.
Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=1610395
PKGREVISION++
To generate a diff of this commit:
cvs rdiff -u -r1.421 -r1.422 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.389 -r1.390 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.13 -r1.14 \
pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.421 pkgsrc/www/firefox/Makefile:1.422
--- pkgsrc/www/firefox/Makefile:1.421 Fri Apr 24 13:24:21 2020
+++ pkgsrc/www/firefox/Makefile Sat May 2 22:24:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.421 2020/04/24 13:24:21 nia Exp $
+# $NetBSD: Makefile,v 1.422 2020/05/02 22:24:24 maya Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 75.0
@@ -6,7 +6,7 @@ MOZ_BRANCH_MINOR=
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.389 pkgsrc/www/firefox/distinfo:1.390
--- pkgsrc/www/firefox/distinfo:1.389 Thu Apr 30 19:08:50 2020
+++ pkgsrc/www/firefox/distinfo Sat May 2 22:24:24 2020
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.389 2020/04/30 19:08:50 maya Exp $
+$NetBSD: distinfo,v 1.390 2020/05/02 22:24:24 maya Exp $
SHA1 (firefox-75.0.source.tar.xz) = df7904c16d525eb791728d655258b7d1fe064db9
RMD160 (firefox-75.0.source.tar.xz) = e75ffcf93adab1198a93b42a6d2f8722be3745ce
SHA512 (firefox-75.0.source.tar.xz) = 29c9e3455251ab5f5a3e8f2d0ad6f8b43f710d15605bf169fd5cd7ade3555da6b2df66ec26af5624c0f4bb46d5e7e3527351f648fee79f5defcb926fa6ae382a
Size (firefox-75.0.source.tar.xz) = 324614064 bytes
SHA1 (patch-aa) = 11060461fdaca5661e89651b8ded4a59d2abc4d7
-SHA1 (patch-browser_app_profile_firefox.js) = 076cc2892547bac07fe907533f4e821f13f5738e
+SHA1 (patch-browser_app_profile_firefox.js) = 74ef7612c6164aaf06bff353b32793435b021bf4
SHA1 (patch-browser_components_BrowserGlue.jsm) = dcbf01db8b06db3376f0545ccfbba9dde5790c82
SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8
SHA1 (patch-config_gcc-stl-wrapper.template.h) = 781a063fa6ab345face53fd88404ead11ab335b2
Index: pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js
diff -u pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js:1.13 pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js:1.14
--- pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js:1.13 Thu Jul 11 11:32:40 2019
+++ pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js Sat May 2 22:24:24 2020
@@ -1,8 +1,8 @@
-$NetBSD: patch-browser_app_profile_firefox.js,v 1.13 2019/07/11 11:32:40 ryoon Exp $
+$NetBSD: patch-browser_app_profile_firefox.js,v 1.14 2020/05/02 22:24:24 maya Exp $
--- browser/app/profile/firefox.js.orig 2019-07-06 01:48:29.000000000 +0000
+++ browser/app/profile/firefox.js
-@@ -1865,6 +1865,15 @@ pref("prio.publicKeyB", "26E6674E65425B8
+@@ -1851,6 +1851,17 @@ pref("fission.frontend.simulate-messages
pref("toolkit.coverage.enabled", false);
pref("toolkit.coverage.endpoint.base", "https://coverage.mozilla.org");
@@ -14,6 +14,8 @@ $NetBSD: patch-browser_app_profile_firef
+
+// Disable multiprocess window support. Workaround for PR 53273.
+pref("browser.tabs.remote.autostart", false);
++// WebGL broken without multiprocess window: https://bugzilla.mozilla.org/show_bug.cgi?id=1610395
++pref("webgl.disabled", true);
+
// Discovery prefs
pref("browser.discovery.enabled", true);
Home |
Main Index |
Thread Index |
Old Index