summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-12-04 10:34:07 +0000
committerwiz <wiz@pkgsrc.org>2022-12-04 10:34:07 +0000
commit6adfa5ed7cae08e9f4fb81bb7619ea9ed1d74e51 (patch)
treebbcb90076b285a8451afc031b23510b6b46338cb /www
parent5dfee37e0a8f1bce1511e550df65c9ca3ff3294e (diff)
downloadpkgsrc-6adfa5ed7cae08e9f4fb81bb7619ea9ed1d74e51.tar.gz
firefox: does not build with python 3.11, mark as such
Diffstat (limited to 'www')
-rw-r--r--www/firefox/mozilla-common.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk
index 863fe954f17..6cb2856f961 100644
--- a/www/firefox/mozilla-common.mk
+++ b/www/firefox/mozilla-common.mk
@@ -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}