pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust
Module Name: pkgsrc
Committed By: gdt
Date: Wed Apr 3 18:34:01 UTC 2019
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/lang/rust/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.90 pkgsrc/lang/rust/Makefile:1.91
--- pkgsrc/lang/rust/Makefile:1.90 Wed Apr 3 15:36:48 2019
+++ pkgsrc/lang/rust/Makefile Wed Apr 3 18:34:01 2019
@@ -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 @@ USE_TOOLS+= bash ggrep gmake perl:build
# 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