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.43; author adam; state Exp; branches; next 1.1; commitid EBfLiYmrAFQ3VWDG; 1.1 date 2025.12.21.09.38.42; 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_third__party_libc++_src_src_chrono.cpp,v 1.1 2025/12/21 09:38:42 markd Exp $ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- src/3rdparty/chromium/third_party/libc++/src/src/chrono.cpp.orig 2026-03-16 11:40:07.000000000 +0000 +++ src/3rdparty/chromium/third_party/libc++/src/src/chrono.cpp @@@@ -38,7 +38,7 @@@@ // OpenBSD and GPU do not have a fully conformant suite of POSIX timers, but // it does have clock_gettime and CLOCK_MONOTONIC which is all we need. #if defined(__APPLE__) || defined(__gnu_hurd__) || defined(__OpenBSD__) || defined(__AMDGPU__) || \ - defined(__NVPTX__) || (defined(_POSIX_TIMERS) && _POSIX_TIMERS > 0) + defined(__NVPTX__) || (defined(_POSIX_TIMERS) && _POSIX_TIMERS > 0) || defined(__FreeBSD__) || defined(__NetBSD__) # define _LIBCPP_HAS_CLOCK_GETTIME #endif @ 1.1 log @qt6-qtwebengine: add version 6.10.1 Chromium-based web engine for Qt6 @ text @d1 1 a1 1 $NetBSD$ d7 1 a7 1 --- src/3rdparty/chromium/third_party/libc++/src/src/chrono.cpp.orig 2025-05-29 01:27:28.000000000 +0000 d9 1 a9 2 @@@@ -33,7 +33,7 @@@@ d12 3 a14 3 -#if defined(__APPLE__) || defined(__gnu_hurd__) || defined(__OpenBSD__) || defined(__AMDGPU__) || \ +#if defined(__APPLE__) || defined(__gnu_hurd__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__AMDGPU__) || \ defined(__NVPTX__) || (defined(_POSIX_TIMERS) && _POSIX_TIMERS > 0) d17 1 @