pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/rust-bin rust-bin: sync with rust
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f37cc76b11d
branches: trunk
changeset: 378233:3f37cc76b11d
user: nia <nia%pkgsrc.org@localhost>
date: Sat Apr 30 21:12:17 2022 +0000
description:
rust-bin: sync with rust
diffstat:
lang/rust-bin/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r 66a60cfe90ca -r 3f37cc76b11d lang/rust-bin/Makefile
--- a/lang/rust-bin/Makefile Sat Apr 30 21:04:01 2022 +0000
+++ b/lang/rust-bin/Makefile Sat Apr 30 21:12:17 2022 +0000
@@ -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 @@
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 @@
.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