pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/rust Mark various NetBSD-8.* versions as broken, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/046133767ee0
branches:  trunk
changeset: 444202:046133767ee0
user:      he <he%pkgsrc.org@localhost>
date:      Sun Jan 03 16:46:18 2021 +0000

description:
Mark various NetBSD-8.* versions as broken, as the corresponding
bootstrap is built for NetBSD-9.*.

diffstat:

 lang/rust/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r ca9251d4ca52 -r 046133767ee0 lang/rust/Makefile
--- a/lang/rust/Makefile        Sun Jan 03 16:06:57 2021 +0000
+++ b/lang/rust/Makefile        Sun Jan 03 16:46:18 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.212 2021/01/03 08:53:11 jperkin Exp $
+# $NetBSD: Makefile,v 1.213 2021/01/03 16:46:18 he Exp $
 
 DISTNAME=      rustc-1.48.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -23,6 +23,10 @@
 # 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].*-*
+# Bootstrap is built for NetBSD 9.x on these platforms:
+BROKEN_ON_PLATFORM+=   NetBSD-8.*-*arm*
+BROKEN_ON_PLATFORM+=   NetBSD-8.*-aarch64
+BROKEN_ON_PLATFORM+=   NetBSD-8.*-sparc64
 
 HAS_CONFIGURE=                 yes
 PYTHON_FOR_BUILD_ONLY=         yes



Home | Main Index | Thread Index | Old Index