head 1.3; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2026.05.13.05.31.25; author adam; state Exp; branches; next 1.2; commitid Wi1M7Akcbrtf7CFG; 1.2 date 2026.04.30.06.39.34; author adam; state Exp; branches; next 1.1; commitid EBfLiYmrAFQ3VWDG; 1.1 date 2025.12.21.09.38.12; author markd; state Exp; branches; next ; commitid ZfanUK26xXgf5gnG; desc @@ 1.3 log @qt6: updated to 6.11.1 6.11.1 Bug fixes @ text @$NetBSD: patch-cmake_Functions.cmake,v 1.2 2026/04/30 06:39:34 adam Exp $ * Based on OpenBSD's qt6-qtwebengine patches, and pkgsrc's qt5-qtwebengine patches --- cmake/Functions.cmake.orig 2026-05-08 07:54:08.000000000 +0000 +++ cmake/Functions.cmake @@@@ -103,7 +103,7 @@@@ function(add_linker_options target build set(ldir_rsp "${buildDir}/${ninjaTarget}_ldir.rsp") set(lflags_rsp "${buildDir}/${ninjaTarget}_lflags.rsp") set_target_properties(${cmakeTarget} PROPERTIES STATIC_LIBRARY_OPTIONS "@@${objects_rsp}") - if(LINUX OR ANDROID) + if(UNIX OR ANDROID) get_gn_arch(cpu ${TEST_architecture_arch}) #QTBUG-145054# @ 1.2 log @qt6-qtwebengine: 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 @d1 1 a1 1 $NetBSD: patch-cmake_Functions.cmake,v 1.1 2025/12/21 09:38:12 markd Exp $ d6 1 a6 1 --- cmake/Functions.cmake.orig 2026-03-16 11:40:07.000000000 +0000 d15 2 a16 2 if(CMAKE_CROSSCOMPILING AND cpu STREQUAL "arm" AND ${config} STREQUAL "Debug") target_link_options(${cmakeTarget} PRIVATE "LINKER:--long-plt") @ 1.1 log @qt6-qtwebengine: add version 6.10.1 Chromium-based web engine for Qt6 @ text @d1 1 a1 1 $NetBSD$ d6 1 a6 1 --- cmake/Functions.cmake.orig 2025-05-29 01:27:28.000000000 +0000 a8 1 set(libs_rsp "${buildDir}/${ninjaTarget}_libs.rsp") d10 1 @