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:           Wed Nov 13 23:41:15 UTC 2024

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

Log Message:
firefox115: mark as not for Python 3.13


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



Home | Main Index | Thread Index | Old Index