pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox91 firefox91: does not build with Python 3.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2adf2938fa31
branches:  trunk
changeset: 389780:2adf2938fa31
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 09 21:28:04 2022 +0000

description:
firefox91: does not build with Python 3.11

diffstat:

 www/firefox91/mozilla-common.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 067db895e98b -r 2adf2938fa31 www/firefox91/mozilla-common.mk
--- a/www/firefox91/mozilla-common.mk   Fri Dec 09 16:14:12 2022 +0000
+++ b/www/firefox91/mozilla-common.mk   Fri Dec 09 21:28:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.6 2022/11/02 20:33:07 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.7 2022/12/09 21:28:04 wiz 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_INCOMPATIBLE=  27 311
 PYTHON_FOR_BUILD_ONLY=         tool
 ALL_ENV+=                      PYTHON3=${PYTHONBIN}
 



Home | Main Index | Thread Index | Old Index