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:   tnn
Date:           Tue Jan 18 18:48:28 UTC 2022

Modified Files:
        pkgsrc/www/firefox: Makefile mozilla-common.mk

Log Message:
firefox: revert enable RLBox on aarch64

It worked in Firefox 95 but browser spins at 100% CPU in Firefox 96 ...


To generate a diff of this commit:
cvs rdiff -u -r1.508 -r1.509 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.223 -r1.224 pkgsrc/www/firefox/mozilla-common.mk

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.508 pkgsrc/www/firefox/Makefile:1.509
--- pkgsrc/www/firefox/Makefile:1.508   Sat Jan 15 15:57:37 2022
+++ pkgsrc/www/firefox/Makefile Tue Jan 18 18:48:28 2022
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.508 2022/01/15 15:57:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.509 2022/01/18 18:48:28 tnn Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            96.0
 MOZ_BRANCH_MINOR=      .1
+PKGREVISION=           1
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.223 pkgsrc/www/firefox/mozilla-common.mk:1.224
--- pkgsrc/www/firefox/mozilla-common.mk:1.223  Sun Jan 16 20:07:49 2022
+++ pkgsrc/www/firefox/mozilla-common.mk        Tue Jan 18 18:48:28 2022
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.223 2022/01/16 20:07:49 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.224 2022/01/18 18:48:28 tnn Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -111,7 +111,7 @@ CONFIGURE_ARGS+=    --with-clang-path=${PRE
 CONFIGURE_ARGS+=       --with-libclang-path=${PREFIX}/lib
 
 # RLBox WASM sandbox
-.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "aarch64"
+.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
 # For wasm-ld command
 BUILD_DEPENDS+=                lld-[0-9]*:../../devel/lld
 .include "../../lang/wasi-libc/buildlink3.mk"



Home | Main Index | Thread Index | Old Index