head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.4 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.2 pkgsrc-2025Q4-base:1.3 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.12 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.10 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.8 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.6 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.4 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.2 pkgsrc-2022Q4-base:1.1; locks; strict; comment @// @; 1.3 date 2025.11.11.12.34.13; author adam; state Exp; branches; next 1.2; commitid h52x4P1rBTAtl8iG; 1.2 date 2024.04.27.11.49.40; author adam; state Exp; branches; next 1.1; commitid H5o77rdH7OuacM7F; 1.1 date 2022.11.24.11.11.38; author nros; state Exp; branches; next ; commitid n1BbXXSKAeVzHW2E; desc @@ 1.3 log @qt6: updated to 6.10.0 Qt 6.10 is now available, with new features and improvements for application developers and device creators! Highlights for UI builders include a new flex-box layout system for Qt Quick, and support for more vector animations in SVG and Lottie format. And we have listened to your feedback and made it easier to exchange data between C++ code and a Qt Quick UI developed in QML. Such data can then be used with the new SearchField control, or with a new FilledSurface graph from the Qt Graphs module. If you prefer to maintain your existing codebase, upgrading to Qt 6.10 ensures your application automatically aligns with high-contrast system settings on both desktop and mobile platforms. This and other improvements in our accessibility implementation directly benefits users reliant on assistive technologies, improving usability and inclusivity without requiring any additional development effort. In addition to these highlights, new APIs across the Qt modules bring increased flexibility and productivity for both QML and C++ developers, and for users of Qt Widgets and Qt Quick. @ text @$NetBSD: patch-src_corelib_io_qstorageinfo_unix.cpp,v 1.2 2024/04/27 11:49:40 adam Exp $ Fix build on SunOS. --- src/corelib/io/qstorageinfo_unix.cpp.orig 2025-10-01 09:37:05.000000000 +0000 +++ src/corelib/io/qstorageinfo_unix.cpp @@@@ -51,7 +51,7 @@@@ # if !defined(_STATFS_F_FLAGS) && !defined(Q_OS_NETBSD) # define _STATFS_F_FLAGS 1 # endif -#elif defined(Q_OS_HAIKU) || defined(Q_OS_CYGWIN) +#elif defined(Q_OS_HAIKU) || defined(Q_OS_CYGWIN) || defined(Q_OS_SOLARIS) # define QT_STATFSBUF struct statvfs # define QT_STATFS ::statvfs #else @ 1.2 log @qt6: updated to 6.7.0 Qt 6.7 is out with lots of large and small improvements for all of us who like to have fun when building modern applications and user experiences. https://www.qt.io/blog/qt-6.7-released @ text @d1 1 a1 1 $NetBSD: patch-src_corelib_io_qstorageinfo_unix.cpp,v 1.1 2022/11/24 11:11:38 nros Exp $ d5 1 a5 1 --- src/corelib/io/qstorageinfo_unix.cpp.orig 2024-03-19 15:46:43.000000000 +0000 d11 2 a12 2 -#elif defined(Q_OS_HAIKU) +#elif defined(Q_OS_HAIKU) || defined(Q_OS_SOLARIS) @ 1.1 log @Add qt6-qtbase version 6.4.1 to pkgsrc-current Qt6-qtbase is version 6 of the qtbase package of the Qt C++ GUI framework. This commit also adds qt6 meta-package needed for versioning and to be filled with more packages. @ text @d1 1 a1 1 $NetBSD: patch-src_corelib_io_qstorageinfo_unix.cpp,v 1.7 2018/01/17 19:30:47 markd Exp $ d3 1 a3 1 * fix build on SunOS d5 1 a5 1 --- src/corelib/io/qstorageinfo_unix.cpp.orig 2015-10-13 04:35:31 UTC d7 3 a9 3 @@@@ -87,7 +87,7 @@@@ # if !defined(ST_RDONLY) # define ST_RDONLY 1 // hack for missing define on Android @