pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  9 14:32:07 UTC 2025

Modified Files:
        pkgsrc/www/firefox: Makefile

Log Message:
firefox: mark as not ready for Python 3.14


To generate a diff of this commit:
cvs rdiff -u -r1.644 -r1.645 pkgsrc/www/firefox/Makefile

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

Modified files:

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.644 pkgsrc/www/firefox/Makefile:1.645
--- pkgsrc/www/firefox/Makefile:1.644   Tue Sep 30 15:38:06 2025
+++ pkgsrc/www/firefox/Makefile Thu Oct  9 14:32:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.644 2025/09/30 15:38:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.645 2025/10/09 14:32:07 wiz Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            143.0
@@ -20,6 +20,9 @@ HOMEPAGE=     https://www.mozilla.org/en-US/
 COMMENT=       Web browser with support for extensions (version ${FIREFOX_VER:tu:C/\\.[[:digit:]\.]*//})
 LICENSE=       mpl-1.1
 
+# AttributeError: module 'ast' has no attribute 'Str'
+PYTHON_VERSIONS_INCOMPATIBLE=  314
+
 # -------- BEFORE UPDATING THIS PACKAGE PLEASE READ & UNDERSTAND: -------
 #
 # This package works around a (stupid) build time dependency on nodejs



Home | Main Index | Thread Index | Old Index