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: Sun Dec 4 10:34:07 UTC 2022
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
Log Message:
firefox: does not build with python 3.11, mark as such
To generate a diff of this commit:
cvs rdiff -u -r1.241 -r1.242 pkgsrc/www/firefox/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/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.241 pkgsrc/www/firefox/mozilla-common.mk:1.242
--- pkgsrc/www/firefox/mozilla-common.mk:1.241 Wed Oct 12 01:02:39 2022
+++ pkgsrc/www/firefox/mozilla-common.mk Sun Dec 4 10:34:07 2022
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.241 2022/10/12 01:02:39 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.242 2022/12/04 10:34:07 wiz Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -7,6 +7,12 @@
.include "../../mk/bsd.prefs.mk"
PYTHON_VERSIONS_INCOMPATIBLE= 27
+# ERROR: .../firefox-105.0.3/xpcom/idl-parser/xpidl/xpidl.py:1620: Invalid regular expression for rule 't_multilinecomment'. global flags not at the start of the expression at position 26
+# ERROR: .../firefox/work/firefox-105.0.3/xpcom/idl-parser/xpidl/xpidl.py:1626: Invalid regular expression for rule 't_singlelinecomment'. global flags not at the start of the expression at position
24
+# ERROR: .../firefox/work/firefox-105.0.3/xpcom/idl-parser/xpidl/xpidl.py:1639: Invalid regular expression for rule 't_LCDATA'. global flags not at the start of the expression at position 13
+# leading to:
+# SyntaxError: Can't build lexer
+PYTHON_VERSIONS_INCOMPATIBLE+= 311
PYTHON_FOR_BUILD_ONLY= tool
ALL_ENV+= PYTHON3=${PYTHONBIN}
Home |
Main Index |
Thread Index |
Old Index