pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: revert enable RLBox on aarch64



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eea477064f85
branches:  trunk
changeset: 372058:eea477064f85
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Jan 18 18:48:28 2022 +0000

description:
firefox: revert enable RLBox on aarch64

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

diffstat:

 www/firefox/Makefile          |  3 ++-
 www/firefox/mozilla-common.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 8b876d2eaeac -r eea477064f85 www/firefox/Makefile
--- a/www/firefox/Makefile      Tue Jan 18 17:42:25 2022 +0000
+++ b/www/firefox/Makefile      Tue Jan 18 18:48:28 2022 +0000
@@ -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//}
diff -r 8b876d2eaeac -r eea477064f85 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Tue Jan 18 17:42:25 2022 +0000
+++ b/www/firefox/mozilla-common.mk     Tue Jan 18 18:48:28 2022 +0000
@@ -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-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