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 15:36:48 UTC 2019
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
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.)
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 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.89 pkgsrc/lang/rust/Makefile:1.90
--- pkgsrc/lang/rust/Makefile:1.89 Thu Mar 7 20:19:11 2019
+++ pkgsrc/lang/rust/Makefile Wed Apr 3 15:36:48 2019
@@ -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 @@ 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
+
CHECK_PORTABILITY_SKIP+=vendor/openssl-src/openssl/.travis-create-release.sh
HAS_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index