pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/spidermonkey185 Doesn't support Python 3. Confirm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/248b401e1ec4
branches:  trunk
changeset: 359678:248b401e1ec4
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Thu Mar 16 10:18:52 2017 +0000

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

diffstat:

 lang/spidermonkey185/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0fb82beedb24 -r 248b401e1ec4 lang/spidermonkey185/Makefile
--- a/lang/spidermonkey185/Makefile     Thu Mar 16 10:07:27 2017 +0000
+++ b/lang/spidermonkey185/Makefile     Thu Mar 16 10:18:52 2017 +0000
@@ -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+=       --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