Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: force disable WebGL. It is curren...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03e3ba013b2c
branches:  trunk
changeset: 430659:03e3ba013b2c
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat May 02 22:24:24 2020 +0000

description:
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++

diffstat:

 www/firefox/Makefile                                     |  4 ++--
 www/firefox/distinfo                                     |  4 ++--
 www/firefox/patches/patch-browser_app_profile_firefox.js |  6 ++++--
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs (58 lines):

diff -r f4b11e3fc0ec -r 03e3ba013b2c www/firefox/Makefile
--- a/www/firefox/Makefile      Sat May 02 20:45:50 2020 +0000
+++ b/www/firefox/Makefile      Sat May 02 22:24:24 2020 +0000
@@ -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 @@
 
 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
diff -r f4b11e3fc0ec -r 03e3ba013b2c www/firefox/distinfo
--- a/www/firefox/distinfo      Sat May 02 20:45:50 2020 +0000
+++ b/www/firefox/distinfo      Sat May 02 22:24:24 2020 +0000
@@ -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
diff -r f4b11e3fc0ec -r 03e3ba013b2c www/firefox/patches/patch-browser_app_profile_firefox.js
--- a/www/firefox/patches/patch-browser_app_profile_firefox.js  Sat May 02 20:45:50 2020 +0000
+++ b/www/firefox/patches/patch-browser_app_profile_firefox.js  Sat May 02 22:24:24 2020 +0000
@@ -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 @@
 +
 +// 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