From a790840bdb8f4c1c2b6b558abe516d90cde64796 Mon Sep 17 00:00:00 2001 From: gdt Date: Tue, 5 Jan 2021 15:08:43 +0000 Subject: 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. --- x11/qt5-qtwebkit/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11/qt5-qtwebkit') 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" -- cgit v1.2.3