pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust-bin
Module Name: pkgsrc
Committed By: nia
Date: Sat Apr 30 21:12:17 UTC 2022
Modified Files:
pkgsrc/lang/rust-bin: Makefile
Log Message:
rust-bin: sync with rust
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/lang/rust-bin/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-bin/Makefile
diff -u pkgsrc/lang/rust-bin/Makefile:1.35 pkgsrc/lang/rust-bin/Makefile:1.36
--- pkgsrc/lang/rust-bin/Makefile:1.35 Sat Apr 30 21:04:01 2022
+++ pkgsrc/lang/rust-bin/Makefile Sat Apr 30 21:12:17 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2022/04/30 21:04:01 nia Exp $
+# $NetBSD: Makefile,v 1.36 2022/04/30 21:12:17 nia Exp $
DISTNAME= rust-1.59.0
PKGNAME= ${DISTNAME:S/rust/rust-bin/1}
@@ -32,10 +32,6 @@ NETBSD_REPO= https://cdn.NetBSD.org/pub/
CHECK_RELRO_SKIP+= lib/rustlib/*/bin/*
-# The NetBSD bootstraps are built for NetBSD 8 (because rust doesn't
-# build on 7). Mark earlier versions as broken.
-BROKEN_ON_PLATFORM+= NetBSD-[1-7].*-*
-
# Bootstraps built for 9.0.
BROKEN_ON_PLATFORM+= NetBSD-8.*-earmv7hf
@@ -53,6 +49,10 @@ INSTALLATION_DIRS= bin ${PKGMANDIR} shar
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 080000
+BROKEN+= "Bootstrap unavailable for old NetBSD version"
+.endif
+
DISTFILES:= # empty
# Rust upstream provided binaries
Home |
Main Index |
Thread Index |
Old Index