pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtwebengine



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Feb 10 09:08:05 UTC 2024

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

Log Message:
x11/qt5-qtwebengine: Incompatible with Python 3.12 yet


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/x11/qt5-qtwebengine/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-qtwebengine/Makefile
diff -u pkgsrc/x11/qt5-qtwebengine/Makefile:1.61 pkgsrc/x11/qt5-qtwebengine/Makefile:1.62
--- pkgsrc/x11/qt5-qtwebengine/Makefile:1.61    Tue Jan 30 14:22:43 2024
+++ pkgsrc/x11/qt5-qtwebengine/Makefile Sat Feb 10 09:08:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2024/01/30 14:22:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.62 2024/02/10 09:08:05 ryoon Exp $
 # FIXME: build fails when protobuf and abseil packages are installed.
 
 DISTNAME=      qtwebengine-everywhere-opensource-src-${QTVERSION}
@@ -12,6 +12,8 @@ INSTALLATION_DIRS+=   lib/pkgconfig
 
 .include "../../x11/qt5-qtbase/Makefile.common"
 
+PYTHON_VERSIONS_INCOMPATIBLE=  312
+
 BUILD_TARGET=  first
 QMAKE_ARGS+=   -- -webengine-icu
 



Home | Main Index | Thread Index | Old Index