pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/mozjs78



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 15 22:03:10 UTC 2024

Modified Files:
        pkgsrc/lang/mozjs78: Makefile

Log Message:
mozjs78: mark as BROKEN

Needs porting to Python 3.10+


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/lang/mozjs78/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/mozjs78/Makefile
diff -u pkgsrc/lang/mozjs78/Makefile:1.36 pkgsrc/lang/mozjs78/Makefile:1.37
--- pkgsrc/lang/mozjs78/Makefile:1.36   Mon Jun 10 12:22:09 2024
+++ pkgsrc/lang/mozjs78/Makefile        Thu Aug 15 22:03:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2024/06/10 12:22:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.37 2024/08/15 22:03:10 wiz Exp $
 
 DISTNAME=      mozjs78_78.15.0.orig
 PKGNAME=       ${DISTNAME:S/_/-/:S/.orig//}
@@ -68,7 +68,8 @@ SUBST_VARS.conf=      PREFIX
 PKGCONFIG_OVERRIDE+=   js/src/build/js.pc.in
 PKGCONFIG_OVERRIDE+=   js/src/ctypes/libffi/libffi.pc.in
 
-PYTHON_VERSIONS_ACCEPTED=      39 38
+BROKEN=                "Needs porting to Python 3.10+"
+#PYTHON_VERSIONS_ACCEPTED=     39 38
 PYTHON_FOR_BUILD_ONLY=         tool
 
 TEST_DEPENDS+=                 ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six



Home | Main Index | Thread Index | Old Index