head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.11.17.10.23.50; author hauke; state Exp; branches; next ; commitid xUV3W8SbKUIfoTiG; desc @@ 1.1 log @QT 6.10+ expects GuiPrivate in package list if used. Depend on x11/kf6-kguiaddons, getting rid of warnings. Leave out devel/kf6-kio dependency, it appears to rope in most of KDE. While here, update to 3.17.3 - 4.x is a bit of a mess, still. For the numerous changes between 3.16.4 and 3.17.3, see upstream's changelog at . @ text @$NetBSD$ As of QT 6.10, GuiPrivate needs to be in the find_package() list, see --- src/gui/CMakeLists.txt.orig 2025-11-17 09:59:37.481497190 +0000 +++ src/gui/CMakeLists.txt @@@@ -2,7 +2,7 @@@@ # SPDX-FileCopyrightText: 2014 ownCloud GmbH # SPDX-License-Identifier: GPL-2.0-or-later project(gui) -find_package(Qt${QT_MAJOR_VERSION} REQUIRED COMPONENTS Widgets Svg Qml Quick QuickControls2 QuickWidgets Xml Network) +find_package(Qt${QT_MAJOR_VERSION} REQUIRED COMPONENTS Widgets Svg Qml Quick QuickControls2 QuickWidgets Xml Network GuiPrivate) find_package(KF6Archive REQUIRED) find_package(KF6GuiAddons) @