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: tnn
Date: Thu Mar 12 12:13:51 UTC 2020
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
remove stale CHECK_PORTABILITY_SKIP entries
To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 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.147 pkgsrc/lang/rust/Makefile:1.148
--- pkgsrc/lang/rust/Makefile:1.147 Sun Mar 8 16:50:20 2020
+++ pkgsrc/lang/rust/Makefile Thu Mar 12 12:13:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.147 2020/03/08 16:50:20 wiz Exp $
+# $NetBSD: Makefile,v 1.148 2020/03/12 12:13:51 tnn Exp $
DISTNAME= rustc-1.41.1-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -20,8 +20,6 @@ USE_TOOLS+= bash ggrep gmake perl:build
# 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
-
HAS_CONFIGURE= yes
PYTHON_FOR_BUILD_ONLY= yes
CONFIG_SHELL= ${PYTHONBIN}
@@ -109,8 +107,6 @@ TEST_TARGET= check
CHECK_RELRO_SUPPORTED= no
CHECK_SSP_SUPPORTED= no
-CHECK_PORTABILITY_SKIP+= src/vendor/openssl-src/openssl/.travis-create-release.sh
-
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_PLATFORM:MNetBSD-*-powerpc) || \
Home |
Main Index |
Thread Index |
Old Index