head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.24 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.22 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.20 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.18 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.16 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.14 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.12 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.10 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.8 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.6 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.4 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.2 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.1.0.4 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.2 pkgsrc-2022Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2023.04.07.18.28.05; author nros; state Exp; branches; next 1.1; commitid Zuue0Q2pwKWeOckE; 1.1 date 2022.11.24.11.11.38; author nros; state Exp; branches; next ; commitid n1BbXXSKAeVzHW2E; desc @@ 1.2 log @Update qt6 to version 6.5.0 Remove alot of the patches taken from or sent upstream. Add qt6-qtserialport to qt6 meta-pkg. This release has more PLIST files since header files for features for different OS:s are not installed on the ones not having them. Changes: More than a thousand bug fixes including some pkgsrc patches. @ text @$NetBSD$ * support avoiding the cmake archiving api using configure cmakes archiving api needs to be avoided since pkgsrc libarchive that cmake uses is built without zstd support --- src/corelib/qt_cmdline.cmake.orig 2023-03-14 08:29:43.000000000 +0000 +++ src/corelib/qt_cmdline.cmake @@@@ -16,3 +16,4 @@@@ qt_commandline_option(pps TYPE boolean N qt_commandline_option(slog2 TYPE boolean) qt_commandline_option(syslog TYPE boolean) qt_commandline_option(trace TYPE optionalString VALUES etw lttng ctf no yes) +qt_commandline_option(avoid_cmake_archiving_api TYPE boolean) @ 1.1 log @Add qt6-qtbase version 6.4.1 to pkgsrc-current Qt6-qtbase is version 6 of the qtbase package of the Qt C++ GUI framework. This commit also adds qt6 meta-package needed for versioning and to be filled with more packages. @ text @d7 1 a7 1 --- src/corelib/qt_cmdline.cmake.orig 2021-02-11 10:23:05.000000000 +0000 d9 1 a9 1 @@@@ -12,3 +12,4 @@@@ qt_commandline_option(pps TYPE boolean N d12 1 a12 1 qt_commandline_option(trace TYPE optionalString VALUES etw lttng no yes) @