pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc mozilla packages based on firefox78 are incompatible w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a414d0ae2a8
branches:  trunk
changeset: 381418:9a414d0ae2a8
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jul 06 20:37:55 2022 +0000

description:
mozilla packages based on firefox78 are incompatible with python 3.10
due to a change to the collections library. Right now commit a workaround
until a proper fix appears.

diffstat:

 lang/mozjs78/Makefile           |  4 ++--
 www/firefox78/mozilla-common.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 3cc6f936126c -r 9a414d0ae2a8 lang/mozjs78/Makefile
--- a/lang/mozjs78/Makefile     Wed Jul 06 19:17:50 2022 +0000
+++ b/lang/mozjs78/Makefile     Wed Jul 06 20:37:55 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2022/06/28 11:34:14 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2022/07/06 20:37:55 nia Exp $
 
 DISTNAME=      mozjs78_78.15.0.orig
 PKGNAME=       ${DISTNAME:S/_/-/:S/.orig//}
@@ -60,7 +60,7 @@
 PKGCONFIG_OVERRIDE+=   js/src/build/js.pc.in
 PKGCONFIG_OVERRIDE+=   js/src/ctypes/libffi/libffi.pc.in
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_ACCEPTED=      39 38 37
 PYTHON_FOR_BUILD_ONLY=         tool
 TOOL_DEPENDS+=                 ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
diff -r 3cc6f936126c -r 9a414d0ae2a8 www/firefox78/mozilla-common.mk
--- a/www/firefox78/mozilla-common.mk   Wed Jul 06 19:17:50 2022 +0000
+++ b/www/firefox78/mozilla-common.mk   Wed Jul 06 20:37:55 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.14 2022/01/26 12:00:18 wiz Exp $
+# $NetBSD: mozilla-common.mk,v 1.15 2022/07/06 20:37:55 nia Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -6,7 +6,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-PYTHON_VERSIONS_INCOMPATIBLE+= 27
+PYTHON_VERSIONS_ACCEPTED+=     39 38 37
 PYTHON_FOR_BUILD_ONLY=         tool
 ALL_ENV+=                      PYTHON3=${PYTHONBIN}
 



Home | Main Index | Thread Index | Old Index