pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/nss



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Jul 16 19:14:51 UTC 2022

Modified Files:
        pkgsrc/devel/nss: Makefile

Log Message:
nss: drop MAKE_JOBS_SAFE=no

I cannot recall the reason it was set; seems to work without it now.


To generate a diff of this commit:
cvs rdiff -u -r1.231 -r1.232 pkgsrc/devel/nss/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/nss/Makefile
diff -u pkgsrc/devel/nss/Makefile:1.231 pkgsrc/devel/nss/Makefile:1.232
--- pkgsrc/devel/nss/Makefile:1.231     Tue Jun 28 11:31:49 2022
+++ pkgsrc/devel/nss/Makefile   Sat Jul 16 19:14:51 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.231 2022/06/28 11:31:49 wiz Exp $
+# $NetBSD: Makefile,v 1.232 2022/07/16 19:14:51 tnn Exp $
 #
 # release notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
@@ -23,7 +23,6 @@ CTF_SUPPORTED=                no # https://smartos.org
 USE_GCC_RUNTIME=       yes
 USE_LANGUAGES=         c99
 USE_TOOLS+=            gmake perl pax pkg-config
-MAKE_JOBS_SAFE=                no
 
 BUILD_DIRS=            nss
 



Home | Main Index | Thread Index | Old Index