head 1.3; access; symbols 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.3 date 2025.11.11.12.34.17; author adam; state dead; branches; next 1.2; commitid h52x4P1rBTAtl8iG; 1.2 date 2023.04.07.18.28.03; author nros; state Exp; branches; next 1.1; commitid Zuue0Q2pwKWeOckE; 1.1 date 2022.11.30.20.57.35; author nros; state Exp; branches; next ; commitid Ykxou58WFVUDKL3E; desc @@ 1.3 log @qt6: updated to 6.10.0 Qt 6.10 is now available, with new features and improvements for application developers and device creators! Highlights for UI builders include a new flex-box layout system for Qt Quick, and support for more vector animations in SVG and Lottie format. And we have listened to your feedback and made it easier to exchange data between C++ code and a Qt Quick UI developed in QML. Such data can then be used with the new SearchField control, or with a new FilledSurface graph from the Qt Graphs module. If you prefer to maintain your existing codebase, upgrading to Qt 6.10 ensures your application automatically aligns with high-contrast system settings on both desktop and mobile platforms. This and other improvements in our accessibility implementation directly benefits users reliant on assistive technologies, improving usability and inclusivity without requiring any additional development effort. In addition to these highlights, new APIs across the Qt modules bring increased flexibility and productivity for both QML and C++ developers, and for users of Qt Widgets and Qt Quick. @ text @$NetBSD: patch-src_linguist_lupdate_CMakeLists.txt,v 1.2 2023/04/07 18:28:03 nros Exp $ Clang is compiled without rtti so when compiling with gcc turn of rtti this fixes problems with undefined reference to things such as "typeinfo for clang::ASTConsumer" --- src/linguist/lupdate/CMakeLists.txt.orig 2023-04-06 13:55:42.012557541 +0000 +++ src/linguist/lupdate/CMakeLists.txt @@@@ -106,4 +106,6 @@@@ qt_internal_extend_target(${target_name} if(QT_FEATURE_clangcpp) set_property(SOURCE clangtoolastreader.cpp PROPERTY SKIP_AUTOMOC ON) + set_source_files_properties(cpp_clang.cpp lupdatepreprocessoraction.cpp + PROPERTIES COMPILE_OPTIONS "-fno-rtti") endif() @ 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 @d1 1 a1 1 $NetBSD: patch-src_linguist_lupdate_CMakeLists.txt,v 1.1 2022/11/30 20:57:35 nros Exp $ @ 1.1 log @Add qt6-qttools version 6.4.1 to pkgsrc-current Qt6 development tools for translations, gui design and more. @ text @d1 1 a1 1 $NetBSD$ d7 1 a7 1 --- src/linguist/lupdate/CMakeLists.txt.orig 2021-02-25 02:26:59.000000000 +0000 d9 2 a10 2 @@@@ -99,6 +99,8 @@@@ qt_internal_extend_target(${target_name} CONDITION QT_ # special case begin a15 2 # special case end @