summaryrefslogtreecommitdiff
path: root/Mk/Uses/qt-dist.mk
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-01-05 19:38:48 +0100
committerTobias C. Berner <tcberner@FreeBSD.org>2023-01-14 22:15:14 +0100
commit1fe9749d833c521b518e1190086ef02c7f3e31da (patch)
treef72d3f85487988374e61760fe06a0b0a35c79ef5 /Mk/Uses/qt-dist.mk
parentwww/nextcloud-appointments: Update to 1.14.9 (diff)
Qt: Update Qt 5 to 5.15.8
- update distfiles to be rebased on the Qt 5.15.8 branch PR: 268773 Exp-run by: antoine
Diffstat (limited to 'Mk/Uses/qt-dist.mk')
-rw-r--r--Mk/Uses/qt-dist.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/Mk/Uses/qt-dist.mk b/Mk/Uses/qt-dist.mk
index c8cf63ef5bae..e935ddf35bc5 100644
--- a/Mk/Uses/qt-dist.mk
+++ b/Mk/Uses/qt-dist.mk
@@ -99,12 +99,12 @@ DIST_SUBDIR= KDE/Qt/${_QT_VERSION}
. if ${_QT_VER:M5}
# KDE maintains a repository with a patched Qt5 distribution.
-_KDE_3d= 6
-_KDE_base= 177
+_KDE_3d= 0
+_KDE_base= 157
_KDE_charts= 0
_KDE_connectivity= 5
_KDE_datavis3d= 0
-_KDE_declarative= 25
+_KDE_declarative= 21
_KDE_gamepad= 0
_KDE_graphicaleffects= 0
_KDE_imageformats= 6
@@ -124,11 +124,11 @@ _KDE_sensors= 0
_KDE_serialbus= 0
_KDE_serialport= 0
_KDE_speech= 1
-_KDE_svg= 9
+_KDE_svg= 8
_KDE_tools= 1
_KDE_translations= 0
_KDE_virtualkeyboard= 0
-_KDE_wayland= 58
+_KDE_wayland= 57
_KDE_webchannel= 3
_KDE_webglplugin= 0
_KDE_websockets= 2
@@ -436,10 +436,10 @@ _sub_need_add=
_sub_need_remove= \#\#
. else
_sub_need_add= \#\#
-_sub_need_remove=
+_sub_need_remove=
. endif
-# If a port installs Qt version-specific binaries (e.g. "designer" which
-# existed as a Qt4 application and exists as a Qt5 application and will
+# If a port installs Qt version-specific binaries (e.g. "designer" which
+# existed as a Qt4 application and exists as a Qt5 application and will
# probably be a Qt6 application) the port should set `QT_BINARIES=yes`.
. if defined(QT_BINARIES)
_sub_need_bin=
@@ -449,7 +449,7 @@ _sub_need_bin= \#\#
. if ${QT_MODNAME} == core
# QtCore (e.g. devel/qt5-core) is the one that starts the header,
# and is also the one that can clean it up when deinstalled.
-_sub_need_clean=
+_sub_need_clean=
. else
_sub_need_clean= \#\#
. endif