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:59:01 UTC 2020

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
revert previous since it got patched meanwhile


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 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.150 pkgsrc/lang/rust/Makefile:1.151
--- pkgsrc/lang/rust/Makefile:1.150     Thu Mar 12 12:56:01 2020
+++ pkgsrc/lang/rust/Makefile   Thu Mar 12 12:59:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.150 2020/03/12 12:56:01 tnn Exp $
+# $NetBSD: Makefile,v 1.151 2020/03/12 12:59:01 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/libssh2-sys/libssh2/Makefile.am
-
 HAS_CONFIGURE=                 yes
 PYTHON_FOR_BUILD_ONLY=         yes
 CONFIG_SHELL=                  ${PYTHONBIN}



Home | Main Index | Thread Index | Old Index