summaryrefslogtreecommitdiff
path: root/Mk/Uses/qt-dist.mk
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2023-07-27 07:24:46 -0400
committerJason E. Hale <jhale@FreeBSD.org>2023-07-27 18:10:42 -0400
commit66b0e0515e2a1a737daf42f4a218d9ad715734ea (patch)
treecc3f9ef59dcaecd05279069a7df8c9934cd247e0 /Mk/Uses/qt-dist.mk
parentwww/firefox: update to 116.0 (rc2) (diff)
Qt: Update Qt6 to 6.5.2
As a patch release, Qt 6.5.2 does not introduce any new features but contains about 290 bug fixes, security updates, and other improvements to the top of the Qt 6.5.1 release. See more information about the most important changes and bug fixes from Qt 6.5.2 release note. Announcement: https://www.qt.io/blog/qt-6.5.2-released-1 Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.2/release-note.md
Diffstat (limited to 'Mk/Uses/qt-dist.mk')
-rw-r--r--Mk/Uses/qt-dist.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/Mk/Uses/qt-dist.mk b/Mk/Uses/qt-dist.mk
index b000cd2b038b..b55254b30447 100644
--- a/Mk/Uses/qt-dist.mk
+++ b/Mk/Uses/qt-dist.mk
@@ -21,14 +21,15 @@ qmake_ARGS?= # empty
.include "${USESDIR}/qmake.mk"
# Supported distribution arguments
-_COMMON_DISTS= 3d base charts datavis3d declarative imageformats multimedia \
+_COMMON_DISTS= 3d base charts datavis3d declarative imageformats location multimedia \
networkauth quick3d quicktimeline remoteobjects scxml sensors \
serialbus serialport speech svg tools translations virtualkeyboard \
wayland webchannel webengine websockets
-_QT5_DISTS= connectivity gamepad graphicaleffects location quickcontrols \
+_QT5_DISTS= connectivity gamepad graphicaleffects quickcontrols \
quickcontrols2 script webglplugin webview \
x11extras xmlpatterns
-_QT6_DISTS= 5compat doc languageserver lottie positioning shadertools
+_QT6_DISTS= 5compat doc httpserver languageserver lottie positioning \
+ quickeffectmaker shadertools
_QT_DISTS= ${_COMMON_DISTS} \
${_QT${_QT_VER}_DISTS}
@@ -459,9 +460,9 @@ _sub_need_clean= \#\#
. endif
# The Qt modules have an install- and deinstall-step for wrangling
# the qconfig-modules.h header, but qmake does not.
-. if ${PORTNAME} != "qmake"
+. if ${PORTNAME} != "qmake"
post-install: qt-post-install
-. endif # PORTNAME != qmake
+. endif # PORTNAME != qmake
qt-post-install:
# We can't use SUB_FILES with the shared pkg-change.in.
# We need it to be a script instead of a group of @unexecs.