head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2026.04.30.06.39.36; author adam; state Exp; branches; next 1.1; commitid EBfLiYmrAFQ3VWDG; 1.1 date 2025.12.21.09.38.18; author markd; state Exp; branches; next ; commitid ZfanUK26xXgf5gnG; desc @@ 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 @$NetBSD: patch-src_3rdparty_chromium_build_toolchain_toolchain.gni,v 1.1 2025/12/21 09:38:18 markd Exp $ * Based on OpenBSD's qt6-qtwebengine patches, and pkgsrc's qt5-qtwebengine patches --- src/3rdparty/chromium/build/toolchain/toolchain.gni.orig 2025-05-29 01:27:28.000000000 +0000 +++ src/3rdparty/chromium/build/toolchain/toolchain.gni @@@@ -72,7 +72,7 @@@@ if (host_os == "mac") { host_shlib_extension = ".dylib" } else if (host_os == "win") { host_shlib_extension = ".dll" -} else if (host_os == "linux" || host_os == "aix" || host_os == "zos") { +} else if (is_posix) { host_shlib_extension = ".so" } else { assert(false, "Host platform not supported") @ 1.1 log @qt6-qtwebengine: add version 6.10.1 Chromium-based web engine for Qt6 @ text @d1 1 a1 1 $NetBSD$ d13 1 a13 1 +} else if (host_os == "linux" || host_os == "aix" || host_os == "zos" || host_os == "openbsd" || host_os == "netbsd") { @