pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox115



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat May 18 02:34:12 UTC 2024

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

Log Message:
firefox115: verified now able to build with Python 3.12 too


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/firefox115/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/firefox115/mozilla-common.mk
diff -u pkgsrc/www/firefox115/mozilla-common.mk:1.9 pkgsrc/www/firefox115/mozilla-common.mk:1.10
--- pkgsrc/www/firefox115/mozilla-common.mk:1.9 Fri May 10 08:29:38 2024
+++ pkgsrc/www/firefox115/mozilla-common.mk     Sat May 18 02:34:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.9 2024/05/10 08:29:38 jperkin Exp $
+# $NetBSD: mozilla-common.mk,v 1.10 2024/05/18 02:34:12 gutteridge 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 312
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 PYTHON_FOR_BUILD_ONLY=         tool
 ALL_ENV+=                      PYTHON3=${PYTHONBIN}
 



Home | Main Index | Thread Index | Old Index