summaryrefslogtreecommitdiff
path: root/lang/rust
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2021-01-03 16:46:18 +0000
committerhe <he@pkgsrc.org>2021-01-03 16:46:18 +0000
commit191f364556e561b7aa64179eb7391cd118679583 (patch)
treea9ad1625b545aded5d6b8558ae225c9a0b9046ee /lang/rust
parent27070df20c9061fd2c4962b88b43530eff47f877 (diff)
downloadpkgsrc-191f364556e561b7aa64179eb7391cd118679583.tar.gz
Mark various NetBSD-8.* versions as broken, as the corresponding
bootstrap is built for NetBSD-9.*.
Diffstat (limited to 'lang/rust')
-rw-r--r--lang/rust/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 0f51f0200be..65f4f0fe5e3 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -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 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 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