Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/lang/rust/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/lang/rust/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.89 retrieving revision 1.90 diff -u -p -r1.89 -r1.90 --- pkgsrc/lang/rust/Makefile 2019/03/07 20:19:11 1.89 +++ pkgsrc/lang/rust/Makefile 2019/04/03 15:36:48 1.90 @@ -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