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:   nia
Date:           Tue May 24 09:37:44 UTC 2022

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: Use OPSYS_VERSION.


To generate a diff of this commit:
cvs rdiff -u -r1.256 -r1.257 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.256 pkgsrc/lang/rust/Makefile:1.257
--- pkgsrc/lang/rust/Makefile:1.256     Wed May 18 20:57:28 2022
+++ pkgsrc/lang/rust/Makefile   Tue May 24 09:37:43 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.256 2022/05/18 20:57:28 he Exp $
+# $NetBSD: Makefile,v 1.257 2022/05/24 09:37:43 nia Exp $
 
 DISTNAME=      rustc-1.59.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -153,16 +153,9 @@ CONFIGURE_ARGS+=   --set llvm.targets="ARM
 #
 # 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.
-.  if ${MACHINE_PLATFORM:MNetBSD-[1-9].*} && !${MACHINE_PLATFORM:MNetBSD-9.99.*}
+.  if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099957
 MAKE_JOBS_SAFE?=       no
 .  endif
-
-# Open PRs
-#
-# Broken package with PREFIX not /usr/pkg:
-#   http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=54453
-#
-
 .endif
 
 #



Home | Main Index | Thread Index | Old Index