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:           Thu Sep 10 21:05:45 UTC 2026

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

Log Message:
firefox: remove SUBST to fix build on aarch64

ERROR: [subst.mk:sve2] The filename pattern "media/libyuv/libyuv/source/scale_argb.cc"

Not obvious to me why this SUBST existed and the build completed w/o
it on -current.


To generate a diff of this commit:
cvs rdiff -u -r1.324 -r1.325 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/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.324 pkgsrc/www/firefox/mozilla-common.mk:1.325
--- pkgsrc/www/firefox/mozilla-common.mk:1.324  Sat Sep  5 03:51:59 2026
+++ pkgsrc/www/firefox/mozilla-common.mk        Thu Sep 10 21:05:45 2026
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.324 2026/09/05 03:51:59 tsutsui Exp $
+# $NetBSD: mozilla-common.mk,v 1.325 2026/09/10 21:05:45 tnn Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -164,15 +164,6 @@ SUBST_MESSAGE.sqlite3-opt= Fixing segfau
 SUBST_FILES.sqlite3-opt+=      ${MOZILLA_DIR}third_party/sqlite3/src/moz.build
 SUBST_VARS.sqlite3-opt+=       SQLITE3OPTFLAG
 
-.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "aarch64"
-SUBST_CLASSES+=                        sve2
-SUBST_STAGE.sve2=              pre-configure
-SUBST_FILES.sve2=              media/libyuv/libyuv/source/convert.cc
-SUBST_FILES.sve2+=             media/libyuv/libyuv/source/scale_argb.cc
-SUBST_FILES.sve2+=             media/libyuv/libyuv/source/convert_argb.cc
-SUBST_SED.sve2=                        -e 's/_SVE2/_NEON/g'
-.endif
-
 # Do not pass '-j1 -j1' for MAKE_JOBS=1 for NetBSD 9.3 or earlier.
 RUST_MAKE_JOBS=                # empty by default
 .if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 090400



Home | Main Index | Thread Index | Old Index