pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   snj
Date:           Thu Nov 23 05:03:38 UTC 2023

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

Log Message:
fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.270 -r1.271 pkgsrc/www/firefox/mozilla-common.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/firefox115/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.270 pkgsrc/www/firefox/mozilla-common.mk:1.271
--- pkgsrc/www/firefox/mozilla-common.mk:1.270  Wed Nov 22 13:32:12 2023
+++ pkgsrc/www/firefox/mozilla-common.mk        Thu Nov 23 05:03:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.270 2023/11/22 13:32:12 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.271 2023/11/23 05:03:38 snj Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -146,7 +146,7 @@ SUBST_MESSAGE.sqlite3-opt=  Fixing segfau
 SUBST_FILES.sqlite3-opt+=      ${MOZILLA_DIR}third_party/sqlite3/src/moz.build
 SUBST_VARS.sqlite3-opt+=       SQLITE3OPTFLAG
 
-# Do not pass '-j1 -j1' for MAKE_JOBS=1 for NetBSD 9.3 or rearlier.
+# 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
 .  if defined(MAKE_JOBS) && !empty(MAKE_JOBS) && !(defined(MAKE_JOBS_SAFE) && ${MAKE_JOBS_SAFE:U:tl} == no)

Index: pkgsrc/www/firefox115/mozilla-common.mk
diff -u pkgsrc/www/firefox115/mozilla-common.mk:1.2 pkgsrc/www/firefox115/mozilla-common.mk:1.3
--- pkgsrc/www/firefox115/mozilla-common.mk:1.2 Mon Oct 23 06:37:56 2023
+++ pkgsrc/www/firefox115/mozilla-common.mk     Thu Nov 23 05:03:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.2 2023/10/23 06:37:56 wiz Exp $
+# $NetBSD: mozilla-common.mk,v 1.3 2023/11/23 05:03:38 snj Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -145,7 +145,7 @@ SUBST_MESSAGE.sqlite3-opt=          Fixing segfa
 SUBST_FILES.sqlite3-opt+=              ${MOZILLA_DIR}third_party/sqlite3/src/moz.build
 SUBST_VARS.sqlite3-opt+=               SQLITE3OPTFLAG
 
-# Do not pass '-j1 -j1' for MAKE_JOBS=1 for NetBSD 9.3 or rearlier.
+# 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
 .  if defined(MAKE_JOBS) && !empty(MAKE_JOBS) && !(defined(MAKE_JOBS_SAFE) && ${MAKE_JOBS_SAFE:U:tl} == no)



Home | Main Index | Thread Index | Old Index