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: triaxx
Date: Sun May 24 16:58:44 UTC 2020
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
rust: revert after hasty commit
I seen a pkglint error about ggrep and I did not verify if it was a valid
tool for USE_TOOLS. Sorry.
To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 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.169 pkgsrc/lang/rust/Makefile:1.170
--- pkgsrc/lang/rust/Makefile:1.169 Sun May 24 06:51:24 2020
+++ pkgsrc/lang/rust/Makefile Sun May 24 16:58:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.169 2020/05/24 06:51:24 triaxx Exp $
+# $NetBSD: Makefile,v 1.170 2020/05/24 16:58:43 triaxx Exp $
DISTNAME= rustc-1.43.1-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -14,7 +14,7 @@ LICENSE= mit OR apache-2.0
USE_GCC_RUNTIME= yes
USE_LANGUAGES= c c++11
USE_LIBTOOL= yes
-USE_TOOLS+= bash grep gmake perl:build pkg-config
+USE_TOOLS+= bash ggrep gmake perl:build pkg-config
# The NetBSD bootstraps are built for NetBSD 8 (because rust doesn't
# build on 7). Mark earlier versions as broken.
@@ -130,8 +130,8 @@ CONFIGURE_ARGS+= --debuginfo-level-tests
CONFIGURE_ARGS+= --set llvm.targets="ARM;X86"
.endif
-.if (${OPSYS} == "NetBSD" && !empty(MACHINE_PLATFORM:MNetBSD-9.99.*) && \
- !empty(MACHINE_PLATFORM:MNetBSD-[1-9][0-9].*)) || ${OPSYS} == "FreeBSD"
+.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