pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/rust rust: add new CHECK_PORTABILITY_SKIP
details: https://anonhg.NetBSD.org/pkgsrc/rev/7889cbb47446
branches: trunk
changeset: 412810:7889cbb47446
user: tnn <tnn%pkgsrc.org@localhost>
date: Thu Mar 12 12:56:01 2020 +0000
description:
rust: add new CHECK_PORTABILITY_SKIP
vendor/libssh2-sys/libssh2/Makefile.am not relevant to patch because
it's related to win32 build only.
diffstat:
lang/rust/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 52e9e2aaa078 -r 7889cbb47446 lang/rust/Makefile
--- a/lang/rust/Makefile Thu Mar 12 12:51:29 2020 +0000
+++ b/lang/rust/Makefile Thu Mar 12 12:56:01 2020 +0000
@@ -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 @@
# 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