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 Jan  3 01:05:46 UTC 2019

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: builds just fine with python-3.7. Remove PYTHON_VERSIONS_ACCEPTED.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 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.70 pkgsrc/lang/rust/Makefile:1.71
--- pkgsrc/lang/rust/Makefile:1.70      Fri Dec 21 23:12:34 2018
+++ pkgsrc/lang/rust/Makefile   Thu Jan  3 01:05:46 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2018/12/21 23:12:34 he Exp $
+# $NetBSD: Makefile,v 1.71 2019/01/03 01:05:46 tnn Exp $
 
 DISTNAME=      rustc-1.31.1-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -103,8 +103,6 @@ CFLAGS.SunOS+=              -D_POSIX_PTHREAD_SEMANTI
 
 UNLIMIT_RESOURCES+=    cputime
 
-PYTHON_VERSIONS_ACCEPTED=      27
-
 TEST_TARGET=   check
 
 # bin/* lib/*, but names vary



Home | Main Index | Thread Index | Old Index