pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtwebkit



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Jan  5 15:08:43 UTC 2021

Modified Files:
        pkgsrc/x11/qt5-qtwebkit: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/x11/qt5-qtwebkit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/qt5-qtwebkit/Makefile
diff -u pkgsrc/x11/qt5-qtwebkit/Makefile:1.85 pkgsrc/x11/qt5-qtwebkit/Makefile:1.86
--- pkgsrc/x11/qt5-qtwebkit/Makefile:1.85       Thu Dec 31 20:04:14 2020
+++ pkgsrc/x11/qt5-qtwebkit/Makefile    Tue Jan  5 15:08:43 2021
@@ -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"



Home | Main Index | Thread Index | Old Index