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:56:01 UTC 2020
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
rust: add new CHECK_PORTABILITY_SKIP
vendor/libssh2-sys/libssh2/Makefile.am not relevant to patch because
it's related to win32 build only.
To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 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.149 pkgsrc/lang/rust/Makefile:1.150
--- pkgsrc/lang/rust/Makefile:1.149 Thu Mar 12 12:48:17 2020
+++ pkgsrc/lang/rust/Makefile Thu Mar 12 12:56:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.149 2020/03/12 12:48:17 tnn Exp $
+# $NetBSD: Makefile,v 1.150 2020/03/12 12:56:01 tnn Exp $
DISTNAME= rustc-1.41.1-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -20,6 +20,8 @@ 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/libssh2-sys/libssh2/Makefile.am
+
HAS_CONFIGURE= yes
PYTHON_FOR_BUILD_ONLY= yes
CONFIG_SHELL= ${PYTHONBIN}
Home |
Main Index |
Thread Index |
Old Index