head 1.3; access; symbols pkgsrc-2026Q1:1.2.0.4 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.2 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.1.0.18 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.16 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.14 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.12 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.10 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.8 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.6 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.4 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.2 pkgsrc-2023Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2026.04.30.06.38.41; author adam; state Exp; branches; next 1.2; commitid nIoyarLNs03FUWDG; 1.2 date 2025.11.11.12.34.17; author adam; state Exp; branches; next 1.1; commitid h52x4P1rBTAtl8iG; 1.1 date 2023.08.03.20.01.32; author adam; state Exp; branches; next ; commitid 1qiub9GIIo2NwnzE; desc @@ 1.3 log @qt6: updated to 6.11.0 The 6.11 release for Qt Framework is now available, with improved performance, newly supported techniques and capabilities on graphics, connectivity and languages, not to mention a whole new approach to asynchronous C++ coding. Take a closer look. https://www.qt.io/blog/qt-6.11-released @ text @$NetBSD: patch-src_linguist_linguist_CMakeLists.txt,v 1.2 2025/11/11 12:34:17 adam Exp $ On Darwin, do not build application bundle. --- src/linguist/linguist/CMakeLists.txt.orig 2026-03-10 05:07:41.000000000 +0000 +++ src/linguist/linguist/CMakeLists.txt @@@@ -323,7 +323,7 @@@@ if(QT_INSTALL_XDG_DESKTOP_ENTRIES) endif() endif() -if(APPLE) +if(FALSE) set_target_properties(linguist PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Info_mac.plist" MACOSX_BUNDLE TRUE @@@@ -336,7 +336,7 @@@@ if(APPLE) target_sources(linguist PRIVATE linguist.icns ) -else() +elif(NOT APPLE) set_property(SOURCE main.cpp PROPERTY SKIP_AUTOMOC ON) endif() @ 1.2 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 @d1 1 a1 1 $NetBSD: patch-src_linguist_linguist_CMakeLists.txt,v 1.1 2023/08/03 20:01:32 adam Exp $ d5 1 a5 1 --- src/linguist/linguist/CMakeLists.txt.orig 2025-10-01 22:59:56.000000000 +0000 d7 1 a7 1 @@@@ -289,7 +289,7 @@@@ if(QT_INSTALL_XDG_DESKTOP_ENTRIES) d16 1 a16 1 @@@@ -302,7 +302,7 @@@@ if(APPLE) d24 1 a24 1 qt_internal_add_docs(linguist @ 1.1 log @qt6: updated to 6.5.2 Qt 6.5.2 release is a patch release made on the top of Qt 6.5.1. As a patch release, Qt 6.5.2 does not add any new functionality but provides bug fixes and other improvements and maintains both forward and backward compatibility (source and binary) with Qt 6.5.1. https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.2/release-note.md @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- src/linguist/linguist/CMakeLists.txt.orig 2023-07-07 12:29:26.000000000 +0000 d7 2 a8 2 @@@@ -156,7 +156,7 @@@@ if(UNIX) ) d16 1 a16 1 @@@@ -169,7 +169,7 @@@@ if(APPLE) @