head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.20 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.18 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.16 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.14 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.12 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.10 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.8 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.6 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.4 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.2 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.1.0.4 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @// @; 1.3 date 2023.11.30.20.11.27; author adam; state Exp; branches; next 1.2; commitid wkGcjifdq21dLFOE; 1.2 date 2023.09.29.21.12.15; author adam; state Exp; branches; next 1.1; commitid K9MnKOQuo98w5IGE; 1.1 date 2023.04.14.19.57.59; author nros; state Exp; branches; next ; commitid 9GK5tm7lWGL957lE; desc @@ 1.3 log @qt6: updated to 6.6.1 As a patch release, Qt 6.6.1 does not introduce any new features but contains more than 400 bug fixes, security updates, and other improvements to the top of the Qt 6.6.0 release. See more information about the most important changes and bug fixes from Qt 6.6.1 release note. @ text @$NetBSD: patch-src_qml_memory_qv4stacklimits.cpp,v 1.2 2023/09/29 21:12:15 adam Exp $ Solaris uses pthread_attr_get_np for stack info. --- src/qml/memory/qv4stacklimits.cpp.orig 2023-11-20 05:53:14.000000000 +0000 +++ src/qml/memory/qv4stacklimits.cpp @@@@ -234,7 +234,7 @@@@ StackProperties stackPropertiesGeneric(q pthread_t thread = pthread_self(); pthread_attr_t sattr; -# if defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(Q_OS_NETBSD) +# if defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(Q_OS_NETBSD) || defined(Q_OS_SOLARIS) pthread_attr_init(&sattr); pthread_attr_get_np(thread, &sattr); # else @ 1.2 log @qt6: updated to 6.5.3 Qt 6.5.3 release is a patch release made on the top of Qt 6.5.2. As a patch release, Qt 6.5.3 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.2. For detailed information about Qt 6.5, refer to the online documentation included in this distribution. The documentation is also available online: https://doc.qt.io/qt-6/index.html @ text @d1 1 a1 1 $NetBSD: patch-src_qml_memory_qv4stacklimits.cpp,v 1.1 2023/04/14 19:57:59 nros Exp $ d5 1 a5 1 --- src/qml/memory/qv4stacklimits.cpp.orig 2023-09-24 07:37:49.000000000 +0000 d13 1 a15 1 pthread_getattr_np(thread, &sattr); @ 1.1 log @qt6-qtdeclarative: Add patch fix build on Illumos/Solaris @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 * Solaris uses pthread_attr_get_np for stack info d5 1 a5 1 --- src/qml/memory/qv4stacklimits.cpp.orig 2023-04-14 19:04:28.043539627 +0000 d7 2 a8 1 @@@@ -235,7 +235,7 @@@@ StackProperties stackPropertiesGeneric(q a10 1 pthread_attr_init(&sattr); @