pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/scons
Module Name: pkgsrc
Committed By: wiz
Date: Wed Oct 4 13:13:59 UTC 2017
Modified Files:
pkgsrc/devel/scons: Makefile
Log Message:
scons: re-limit this to 2.7
builds with 3.6 have even more errors
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/scons/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/scons/Makefile
diff -u pkgsrc/devel/scons/Makefile:1.38 pkgsrc/devel/scons/Makefile:1.39
--- pkgsrc/devel/scons/Makefile:1.38 Wed Oct 4 11:52:28 2017
+++ pkgsrc/devel/scons/Makefile Wed Oct 4 13:13:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2017/10/04 11:52:28 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2017/10/04 13:13:59 wiz Exp $
DISTNAME= scons-3.0.0
CATEGORIES= devel
@@ -12,6 +12,10 @@ LICENSE= mit
REPLACE_PYTHON+= script/scons script/scons-configure-cache
REPLACE_PYTHON+= script/scons-time script/sconsign
+# scons-3.0.0 works with python-3.x, but not the many packages
+# that have SConstruct files that only work with python-2.x
+PYTHON_VERSIONS_ACCEPTED= 27
+
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index