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: Extend BROKEN to all NetBSD before 8
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ac0274fb757
branches: trunk
changeset: 332098:1ac0274fb757
user: gdt <gdt%pkgsrc.org@localhost>
date: Wed Apr 03 18:34:01 2019 +0000
description:
lang/rust: Extend BROKEN to all NetBSD before 8
As discussed on pkgsrc-users, rust does not work on any NetBSD before
8, for any architecture. Omit NetBSD 1 from the broken list, so that
this doesn't match NetBSD 10.
diffstat:
lang/rust/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 47cf8ddcad47 -r 1ac0274fb757 lang/rust/Makefile
--- a/lang/rust/Makefile Wed Apr 03 15:41:06 2019 +0000
+++ b/lang/rust/Makefile Wed Apr 03 18:34:01 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2019/04/03 15:36:48 gdt Exp $
+# $NetBSD: Makefile,v 1.91 2019/04/03 18:34:01 gdt Exp $
DISTNAME= rustc-1.33.0-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -17,9 +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
+# The NetBSD bootstraps are built for NetBSD 8 (because rust doesn't
+# build on 7). Mark 2-7 as broken (leave 1 out, because 10 will be
+# here soon).
+BROKEN_ON_PLATFORM+= NetBSD-[2-7]*-*
CHECK_PORTABILITY_SKIP+=vendor/openssl-src/openssl/.travis-create-release.sh
Home |
Main Index |
Thread Index |
Old Index