pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust176



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  8 14:46:23 UTC 2024

Modified Files:
        pkgsrc/lang/rust176: Makefile

Log Message:
rust176: pkglint fix


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/rust176/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/rust176/Makefile
diff -u pkgsrc/lang/rust176/Makefile:1.1 pkgsrc/lang/rust176/Makefile:1.2
--- pkgsrc/lang/rust176/Makefile:1.1    Sun Jul  7 10:41:20 2024
+++ pkgsrc/lang/rust176/Makefile        Mon Jul  8 14:46:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/07/07 10:41:20 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/07/08 14:46:23 wiz Exp $
 
 DISTNAME=      rustc-1.76.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -179,7 +179,7 @@ CHECK_PORTABILITY_SKIP+=    tests/run-make/
 #
 # If we aren't on 9-current, and are on 8.x or 9.x, avoid parallel.
 # Release 9.x and 9.1 or later is OK.
-.  if ${OPSYS} == "NetBSD" && 090999 < ${OPSYS_VERSION} && ${OPSYS_VERSION} < 090900
+.  if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} > 090999 && ${OPSYS_VERSION} < 090900
 MAKE_JOBS_SAFE?=       no
 .  endif
 



Home | Main Index | Thread Index | Old Index