pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Mar 28 09:06:15 UTC 2023

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
(lang/rust) MAKE_JOBS_SAFE?=  yes for NetBSD/9.1 .. 9.8


To generate a diff of this commit:
cvs rdiff -u -r1.277 -r1.278 pkgsrc/lang/rust/Makefile

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

Modified files:

Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.277 pkgsrc/lang/rust/Makefile:1.278
--- pkgsrc/lang/rust/Makefile:1.277     Mon Jan 23 18:49:03 2023
+++ pkgsrc/lang/rust/Makefile   Tue Mar 28 09:06:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.277 2023/01/23 18:49:03 he Exp $
+# $NetBSD: Makefile,v 1.278 2023/03/28 09:06:15 mef Exp $
 
 DISTNAME=      rustc-1.66.1-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -175,6 +175,10 @@ CHECK_INTERPRETER_SKIP+=   lib/rustlib/src
 #
 # If we aren't on 9-current, and are on 8.x or 9.x, avoid parallel.
 # \todo Consider avoiding setting this on netbsd-9 past the fix.
+# Release 9.x and 9.1 or later is OK
+.  if ${OPSYS} == "NetBSD" &&  090099 < ${OPSYS_VERSION} && ${OPSYS_VERSION} < 090900
+MAKE_JOBS_SAFE?=       yes
+.  endif
 .  if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099957
 MAKE_JOBS_SAFE?=       no
 .  endif



Home | Main Index | Thread Index | Old Index