head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.16 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.14 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.12 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.10 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.8 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.6 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.4 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.2 pkgsrc-2024Q2-base:1.2 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.2 date 2024.05.20.19.38.25; author adam; state Exp; branches; next 1.1; commitid jhFzEDoF3PqY2MaF; 1.1 date 2023.08.03.20.01.30; author adam; state Exp; branches; next ; commitid 1qiub9GIIo2NwnzE; desc @@ 1.2 log @qt6: updated to 6.7.1 6.7.1 Bug fix release @ text @$NetBSD: patch-CMakeLists.txt,v 1.1 2023/08/03 20:01:30 adam Exp $ Allow symbolic links in paths. --- CMakeLists.txt.orig 2024-05-08 09:42:08.000000000 +0000 +++ CMakeLists.txt @@@@ -14,7 +14,6 @@@@ include(.cmake.conf) include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/QtBaseHelpers.cmake) -qt_internal_check_if_path_has_symlinks("${CMAKE_BINARY_DIR}") # This needs to be called before the first project() call. qt_internal_qtbase_run_autodetect() @ 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 --- CMakeLists.txt.orig 2023-07-06 10:02:03.000000000 +0000 d7 4 a10 4 @@@@ -62,7 +62,6 @@@@ function(qt_internal_check_if_path_has_s endif() endif() endfunction() d13 2 a14 2 # Run auto detection routines, but not when doing standalone tests. In that case, the detection # results are taken from either QtBuildInternals or the qt.toolchain.cmake file. Also, inhibit @