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:   tnn
Date:           Fri Mar 13 21:49:32 UTC 2020

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
revert my change for now

Was able to reproduce the hang again. Working on reduced test case.


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 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.155 pkgsrc/lang/rust/Makefile:1.156
--- pkgsrc/lang/rust/Makefile:1.155     Fri Mar 13 18:34:53 2020
+++ pkgsrc/lang/rust/Makefile   Fri Mar 13 21:49:32 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.155 2020/03/13 18:34:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.156 2020/03/13 21:49:32 tnn Exp $
 
 DISTNAME=      rustc-1.42.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -130,7 +130,7 @@ CONFIGURE_ARGS+=    --set llvm.targets="ARM
 .endif
 
 # toolchain/54192, induces rtld issues
-.if ${OPSYS} == "NetBSD" && (defined(BATCH) || ${PKG_DEVELOPER:Uno} == "no")
+.if ${OPSYS} == "NetBSD"
 MAKE_JOBS_SAFE=        no
 .endif
 



Home | Main Index | Thread Index | Old Index