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:   wiz
Date:           Sun Nov  9 21:31:37 UTC 2025

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

Log Message:
firefox115: does not build with Python 3.14 either


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/www/firefox115/mozilla-common.mk:1.13
--- pkgsrc/www/firefox115/mozilla-common.mk:1.12        Wed Nov 13 23:41:14 2024
+++ pkgsrc/www/firefox115/mozilla-common.mk     Sun Nov  9 21:31:37 2025
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.12 2024/11/13 23:41:14 wiz Exp $
+# $NetBSD: mozilla-common.mk,v 1.13 2025/11/09 21:31:37 wiz Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -7,7 +7,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 # 3.13: ModuleNotFoundError: No module named 'pipes'
-PYTHON_VERSIONS_INCOMPATIBLE=  27 313
+PYTHON_VERSIONS_INCOMPATIBLE=  27 313 314
 PYTHON_FOR_BUILD_ONLY=         tool
 ALL_ENV+=                      PYTHON3=${PYTHONBIN}
 



Home | Main Index | Thread Index | Old Index