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: Adjust BROKEN pattern per pkglint



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a976fa90049e
branches:  trunk
changeset: 322102:a976fa90049e
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Apr 08 14:18:39 2019 +0000

description:
lang/rust: Adjust BROKEN pattern per pkglint

diffstat:

 lang/rust/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r df83f45b9966 -r a976fa90049e lang/rust/Makefile
--- a/lang/rust/Makefile        Mon Apr 08 10:41:22 2019 +0000
+++ b/lang/rust/Makefile        Mon Apr 08 14:18:39 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2019/04/04 11:11:06 he Exp $
+# $NetBSD: Makefile,v 1.93 2019/04/08 14:18:39 gdt Exp $
 
 DISTNAME=      rustc-1.33.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -18,9 +18,8 @@
 BUILD_DEPENDS+=                cmake-[0-9]*:../../devel/cmake
 
 # 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]*-*
+# build on 7).  Mark earlier versions as broken.
+BROKEN_ON_PLATFORM+=   NetBSD-[1-7].*-*
 
 CHECK_PORTABILITY_SKIP+=vendor/openssl-src/openssl/.travis-create-release.sh
 



Home | Main Index | Thread Index | Old Index