pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/spidermonkey185



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Thu Mar 16 10:18:52 UTC 2017

Modified Files:
        pkgsrc/lang/spidermonkey185: Makefile

Log Message:
Doesn't support Python 3. Confirms and fixes pkg/52079.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/spidermonkey185/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/spidermonkey185/Makefile
diff -u pkgsrc/lang/spidermonkey185/Makefile:1.1 pkgsrc/lang/spidermonkey185/Makefile:1.2
--- pkgsrc/lang/spidermonkey185/Makefile:1.1    Wed Nov 16 13:13:43 2016
+++ pkgsrc/lang/spidermonkey185/Makefile        Thu Mar 16 10:18:52 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/11/16 13:13:43 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2017/03/16 10:18:52 fhajny Exp $
 #
 
 DISTNAME=      js185-1.0.0
@@ -22,6 +22,8 @@ CONFIGURE_ARGS+=      --enable-threadsafe
 CONFIGURE_ARGS+=       --with-pthreads
 CONFIGURE_ARGS+=       --with-system-nspr
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 SUBST_CLASSES+=                        incdir
 SUBST_STAGE.incdir=            pre-configure
 SUBST_MESSAGE.incdir=          Adjust include path



Home | Main Index | Thread Index | Old Index