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:   joerg
Date:           Thu May 21 19:47:54 UTC 2020

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
Restrict MAKE_JOBS_SAFE=no to older-than-current NetBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 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.166 pkgsrc/lang/rust/Makefile:1.167
--- pkgsrc/lang/rust/Makefile:1.166     Tue May 19 09:53:28 2020
+++ pkgsrc/lang/rust/Makefile   Thu May 21 19:47:54 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.166 2020/05/19 09:53:28 jperkin Exp $
+# $NetBSD: Makefile,v 1.167 2020/05/21 19:47:54 joerg Exp $
 
 DISTNAME=      rustc-1.43.1-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -129,8 +129,8 @@ CONFIGURE_ARGS+=    --debuginfo-level-tests
 CONFIGURE_ARGS+=       --set llvm.targets="ARM;X86"
 .endif
 
-# toolchain/54192, induces rtld issues
-.if ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "NetBSD" && !empty(MACHINE_PLATFORM:MNetBSD-9.99.*) && \
+    !empty(MACHINE_PLATFORM:MNetBSD-[1-9][0-9].*)
 MAKE_JOBS_SAFE=        no
 .endif
 



Home | Main Index | Thread Index | Old Index