head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.50 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.48 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.46 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.44 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.42 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.40 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.38 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.36 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.34 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.32 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.30 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.28 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.26 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.24 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.22 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.20 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.18 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.16 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.14 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.12 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.10 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.8 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.6 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.4 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.2 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.1.0.10 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.6 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.4 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.2 pkgsrc-2019Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2020.01.21.20.25.37; author adam; state Exp; branches; next 1.1; commitid 0KejkEeGsoWU7BTB; 1.1 date 2019.03.26.11.14.16; author adam; state Exp; branches; next ; commitid MsdQkN9UMK7tKRgB; desc @@ 1.2 log @qt5: updated to 5.14.0 New Features in Qt 5.14 Qt 3D Module Overhauled the threading architecture. This includes the removal of the aspect thread. Overhauled the frontend/backend node sync. Enabled QTransform to have access to the world matrix. Introduced Scene3DView. Scene3D is now in sync with QtQuick, and can render as an underlay without an FBO. Qt Bluetooth Module Introduced a new, optional Win32 backend with support for Windows 7 and 8. This backend is not built by default, nor is it part of the pre-built packages. QLowEnergyController: Introduced AuthorizationError. Added the ability to include multiple manufacturer data entries per manufacturer ID. Qt Core Module Added support in QCalendar for calendars other than Gregorian, by implementation of suitable backends. Added backends to implement the Gregorian, Jalali (Persian), Islamic Civil, Milankovic, and Julian calendars. We look forward to other contributions. Added QColorConstants, a namespace providing constexpr QColor instances that don't cost any runtime overhead. Qt GUI Module Updated High-DPI support: Introduced non-integer scale factors (for example, a scale factor of 150%) that applications can opt-in to use. Use QGuiApplication::highDpiScaleFactorRoundingPolicy or QT_SCALE_FACTOR_ROUNDING_POLICY to set the rounding policy. Added the QT_ENABLE_HIGHDPI_SCALING environment variable, enabling high-DPI scaling based on display DPI. This replaces QT_AUTO_SCREEN_SCALE_FACTOR (now deprecated), and corresponds to the Qt::AA_EnableHighDpiScaling application attribute. Added cross-platform support for the QT_FONT_DPI environment variable, for the purpose of developing and testing with specific DPI values. Added color-space support for images; reading and writing color-spaces from JPEG, PNG, WebP and TIFF images, and performing color-space transformation on images. Improvements to QTextDocument and QTextTable styling: Added per-edge border styling via QTextTableCellFormat. Added border-collapse mode. Added support for (partial) HTML table style import and export. Added support for reading and writing Markdown format to QTextDocument, as an alternative to HTML. Qt Multimedia Module Added QVideoFrame::Format_YUV422P. Introduced support for the GStreamer OpenGL plugin. Qt Network Module Introduced the HTTP/2 Configuration API. Introduced network connectivity monitoring. Added support for Kerberos proxy authentication. Qt QML Module Added qmlRegisterSingletonInstance() function. This allows to expose a QObject as a singleton to QML, without having to create a factory function as required by qmlRegisterSingletonType(). It is meant as a type safe replacement of setContextProperty() in common usages. Added qmlRegisterAnonymousType() as a replacement for qmlRegisterType(). It allows to specify the URI and major version, which enables better tooling support. Added an experimental -U option to qmllint. When set, access to unqualified identifiers generates warnings. Qt Quick Module Added a preview of the graphics API independent scenegraph renderer as an opt-in feature. This allows running qualifying Qt Quick applications on top of Vulkan, Metal, or Direct3D 11, instead of OpenGL. Currently supported platforms: Windows 10 (Direct3D) Linux with X11/xcb (Vulkan) macOS (Metal or Vulkan with MoltenVK) Android 7.0+ (Vulkan) Added support for the Markdown format (including CommonMark and GitHub dialects) to Text and TextEdit as an alternative to HTML. This includes the GitHub checklist extension, allowing to toggle checkboxes in a TextEdit. Switched TextEdit to use an I-beam cursor by default, and a pointing-hand cursor when hovering over a checkbox or a link. Default cursors can be overridden. Added WheelHandler, an event handler for the mouse wheel, and optionally for emulated mouse wheel events coming from a trackpad. Added BoundaryRule in Qt.labs.animation: a PropertyValueInterceptor that restricts the range of values a numeric property can have, applies "resistance" when overshooting a value, and provides the ability to animate it back to its normal range. It's particularly useful in combination with WheelHandler, providing physics similar to Flickable. Added currentFrame and frameCount properties to Image and BorderImage, just as AnimatedImage has; for example, this allows choosing an individual icon from an .ICO file that contains multiple icons. Added PathPolyline and PathMultiline as additional ways of drawing and/or filling arbitrary polygons and sets of polygons with Qt Quick Shapes. Qt Serial Bus Module Added operators to compare QCanBusDevice::Filter for equality or inequality. Added the QCanBusDevice::OperationError and QCanBusDevice::TimeoutError codes to signal operation and timeout errors. Added the QCanBusDevice::busStatus() function to query the bus status from the CAN bus device. Added the QCanBusDevice::resetController() function to release the CAN controller from bus off state. SocketCAN: Added the configuration parameter QCanBusDevice::ProtocolKey to use another protocol inside the protocol family PF_CAN. SocketCAN: If libsocketcan is available, the CAN bus bitrate can be retrieved and set at runtime. PeakCAN: Added support for PCAN-USB devices on macOS by using the MacCAN library. Exposed the underlying QIODevice used for Modbus communication. This enables, for example, setting the serial port hardware flow control (RTS/CTS). Qt Test Module Introduced initMain() function to perform any initialization that must happen before QApplication exists. Qt WebEngine Module Updated to Chromium 77. Added a new API to control the life-cycle of QWebEnginePage. Qt Widgets Module Added support for the Markdown format (including CommonMark and GitHub dialects) to QTextEdit and QTextBrowser as an alternative to HTML. This includes the GitHub checklist extension, allowing to toggle checkboxes if the widget is editable. QTextBrowser::setSource() detects Markdown based on the file extension. @ text @$NetBSD: patch-src_corelib_configure.json,v 1.1 2019/03/26 11:14:16 adam Exp $ Revert change from 5.12.1 to correctly detect 64-bit atomics. --- src/corelib/configure.json.orig 2019-12-07 06:27:07.000000000 +0000 +++ src/corelib/configure.json @@@@ -134,6 +134,7 @@@@ "libatomic": { "label": "64 bit atomics", "test": { + "include": [ "atomic", "cstdint" ], "tail": [ "void test(volatile std::atomic &a)", "{", @@@@ -152,7 +153,6 @@@@ ], "qmake": "CONFIG += c++11" }, - "headers": [ "atomic", "cstdint" ], "sources": [ "", "-latomic" @ 1.1 log @qt5: updated to 5.12.2 5.12.2: While not adding new features, the Qt 5.12.2 release provides a number of bug fixes and other improvements. Compared to Qt 5.12.1, the new Qt 5.12.2 contains more than 250 bug fixes. For details of the most important changes, please check the Change files of Qt 5.12.2. With Qt 5.12.2 we bring back widely asked MinGW 32 bit prebuild binaries in addition to 64 bit ones. Qt 5.12 LTS will receive many more patch releases throughout the coming years and we recommend all active developed projects to migrate to Qt 5.12 LTS. Qt 5.9 LTS is currently in ‘Strict’ phase and receives only the selected important bug and security fixes, while Qt 5.12 LTS is currently receiving all the bug fixes. With Qt 5.6 Support ending in March 2019 all active projects still using Qt 5.6 LTS should now migrate to a later version of Qt. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 Revert change from 5.12.1 to correctly detect 64-bit atomics and dlopen(). d5 1 a5 1 --- src/corelib/configure.json.orig 2019-03-06 07:59:50.000000000 +0000 d7 1 a7 1 @@@@ -133,6 +133,7 @@@@ d15 1 a15 1 @@@@ -151,7 +152,6 @@@@ a22 15 @@@@ -160,13 +160,13 @@@@ "libdl": { "label": "dlopen()", "test": { + "include": "dlfcn.h", "main": [ "dlclose(dlopen(0, 0));", "dlsym(RTLD_DEFAULT, 0);", "dlerror();" ] }, - "headers": "dlfcn.h", "sources": [ "", "-ldl" @