pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtwebkit qt5-qtwebkit: Mark as not for python 3.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b996c52533e4
branches:  trunk
changeset: 444353:b996c52533e4
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Jan 05 15:08:43 2021 +0000

description:
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:

 x11/qt5-qtwebkit/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8ae73fbf8f9e -r b996c52533e4 x11/qt5-qtwebkit/Makefile
--- a/x11/qt5-qtwebkit/Makefile Tue Jan 05 13:29:41 2021 +0000
+++ b/x11/qt5-qtwebkit/Makefile Tue Jan 05 15:08:43 2021 +0000
@@ -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 @@
 .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"



Home | Main Index | Thread Index | Old Index