pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Mark lang/rust BROKEN on various NetBSD-8 platforms.
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Sun Jan 3 15:55:10 2021 +0100
Changeset: 4306d600386afac00130a45abfd500f6c2df6d2b
Modified Files:
rust/Makefile
Log Message:
Mark lang/rust BROKEN on various NetBSD-8 platforms.
The corresponding bootstrap kits target NetBSD-9.x.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4306d600386afac00130a45abfd500f6c2df6d2b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diffs:
diff --git a/rust/Makefile b/rust/Makefile
index 02d25c976d..b10f0f335a 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -23,6 +23,10 @@ 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.
BROKEN_ON_PLATFORM+= NetBSD-[1-7].*-*
+# Bootstrap is built for NetBSD 9.x:
+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