pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox91



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec  9 21:28:04 UTC 2022

Modified Files:
        pkgsrc/www/firefox91: mozilla-common.mk

Log Message:
firefox91: does not build with Python 3.11


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/firefox91/mozilla-common.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox91/mozilla-common.mk
diff -u pkgsrc/www/firefox91/mozilla-common.mk:1.6 pkgsrc/www/firefox91/mozilla-common.mk:1.7
--- pkgsrc/www/firefox91/mozilla-common.mk:1.6  Wed Nov  2 20:33:07 2022
+++ pkgsrc/www/firefox91/mozilla-common.mk      Fri Dec  9 21:28:04 2022
@@ -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