pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox128



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 19 19:17:42 UTC 2025

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

Log Message:
firefox128: does not build with Python 3.14


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/firefox128/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/firefox128/mozilla-common.mk
diff -u pkgsrc/www/firefox128/mozilla-common.mk:1.2 pkgsrc/www/firefox128/mozilla-common.mk:1.3
--- pkgsrc/www/firefox128/mozilla-common.mk:1.2 Sun Oct 12 12:04:21 2025
+++ pkgsrc/www/firefox128/mozilla-common.mk     Sun Oct 19 19:17:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.2 2025/10/12 12:04:21 leot Exp $
+# $NetBSD: mozilla-common.mk,v 1.3 2025/10/19 19:17:42 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 314
 PYTHON_FOR_BUILD_ONLY=         tool
 ALL_ENV+=                      PYTHON3=${PYTHONBIN}
 



Home | Main Index | Thread Index | Old Index