pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/rust lang/rust: Mark BROKEN_ON_PLATFORM for NetBS...
details: https://anonhg.NetBSD.org/pkgsrc/rev/10c9cab8e394
branches: trunk
changeset: 332096:10c9cab8e394
user: gdt <gdt%pkgsrc.org@localhost>
date: Wed Apr 03 15:36:48 2019 +0000
description:
lang/rust: Mark BROKEN_ON_PLATFORM for NetBSD-7*-i386
As discussed on pkgsrc-users, mark rust as BROKEN_ON for NetBSD 7
i386. The bootstrap is built for 8, apparently because it doens't
build on 7. This is BROKEN_ON not NOT_FOR because it does make sense
to want rust on 7 -- it just won't build.
(Probably this should be expanded to all arches and all versions < 8.)
diffstat:
lang/rust/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r a5d896a168d5 -r 10c9cab8e394 lang/rust/Makefile
--- a/lang/rust/Makefile Wed Apr 03 15:23:43 2019 +0000
+++ b/lang/rust/Makefile Wed Apr 03 15:36:48 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2019/03/07 20:19:11 jperkin Exp $
+# $NetBSD: Makefile,v 1.90 2019/04/03 15:36:48 gdt Exp $
DISTNAME= rustc-1.33.0-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -17,6 +17,10 @@
# For internal llvm
BUILD_DEPENDS+= cmake-[0-9]*:../../devel/cmake
+# The NetBSD/i386 bootstrap are built for NetBSD 8 (because rust
+# doesn't build on 7).
+BROKEN_ON_PLATFORM+= NetBSD-7*-i386
+
CHECK_PORTABILITY_SKIP+=vendor/openssl-src/openssl/.travis-create-release.sh
HAS_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index