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: he
Date: Sun Jan 3 16:46:18 UTC 2021
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
Mark various NetBSD-8.* versions as broken, as the corresponding
bootstrap is built for NetBSD-9.*.
To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 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.212 pkgsrc/lang/rust/Makefile:1.213
--- pkgsrc/lang/rust/Makefile:1.212 Sun Jan 3 08:53:11 2021
+++ pkgsrc/lang/rust/Makefile Sun Jan 3 16:46:18 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.212 2021/01/03 08:53:11 jperkin Exp $
+# $NetBSD: Makefile,v 1.213 2021/01/03 16:46:18 he Exp $
DISTNAME= rustc-1.48.0-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -23,6 +23,10 @@ USE_TOOLS+= bash ggrep gmake perl:build
# 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].*-*
+# Bootstrap is built for NetBSD 9.x on these platforms:
+BROKEN_ON_PLATFORM+= NetBSD-8.*-*arm*
+BROKEN_ON_PLATFORM+= NetBSD-8.*-aarch64
+BROKEN_ON_PLATFORM+= NetBSD-8.*-sparc64
HAS_CONFIGURE= yes
PYTHON_FOR_BUILD_ONLY= yes
Home |
Main Index |
Thread Index |
Old Index