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: abs
Date: Mon Nov 20 16:02:59 UTC 2017
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
Fails with Python > 2.7 - add PYTHON_VERSIONS_ACCEPTED=27
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 pkgsrc/lang/rust/Makefile:1.19
--- pkgsrc/lang/rust/Makefile:1.18 Thu Nov 16 19:48:24 2017
+++ pkgsrc/lang/rust/Makefile Mon Nov 20 16:02:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/11/16 19:48:24 jperkin Exp $
+# $NetBSD: Makefile,v 1.19 2017/11/20 16:02:59 abs Exp $
DISTNAME= rustc-1.21.0-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -36,6 +36,8 @@ CONFIGURE_ARGS+= --enable-vendor
UNLIMIT_RESOURCES+= cputime
+PYTHON_VERSIONS_ACCEPTED= 27
+
TEST_TARGET= check
# bin/* lib/*, but names vary
Home |
Main Index |
Thread Index |
Old Index