summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2021-01-05 15:08:43 +0000
committergdt <gdt@pkgsrc.org>2021-01-05 15:08:43 +0000
commita790840bdb8f4c1c2b6b558abe516d90cde64796 (patch)
tree0aa0bba78920a5bde45368c4dca7ee808cd8d311 /x11
parent984e0c9ce12a332e0e3c35908fe57b4502bf0fe7 (diff)
downloadpkgsrc-a790840bdb8f4c1c2b6b558abe516d90cde64796.tar.gz
qt5-qtwebkit: Mark as not for python 3.9
There's a mysterious error with 3.9, but it builds fine with 3.8. This is a build dependency only, so it isn't particularly important which version is used. Assume/hope that this is an upstream bug that will be fixed before we change the defautl python to 3.9. Reported by Aymeric Vincent.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt5-qtwebkit/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qt5-qtwebkit/Makefile b/x11/qt5-qtwebkit/Makefile
index cdef30932ab..cb61fd98cd7 100644
--- a/x11/qt5-qtwebkit/Makefile
+++ b/x11/qt5-qtwebkit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2020/12/31 20:04:14 nia Exp $
+# $NetBSD: Makefile,v 1.86 2021/01/05 15:08:43 gdt Exp $
QTWKVERSION= 5.212.0-alpha4
DISTNAME= qtwebkit-${QTWKVERSION}
@@ -96,6 +96,8 @@ post-install:
.include "../../x11/qt5-qtlocation/buildlink3.mk"
.include "../../x11/qt5-qtsensors/buildlink3.mk"
.include "../../x11/qt5-qtwebchannel/buildlink3.mk"
+# Source/JavaScriptCore/bytecode/BytecodeList.json unexpected keyword 'encoding'
+PYTHON_VERSIONS_INCOMPATIBLE= 39
PYTHON_FOR_BUILD_ONLY= tool
.include "../../lang/python/tool.mk"
.include "../../lang/ruby/buildlink3.mk"