pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11 qt5: updated to 5.14.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/381101ef0d68
branches:  trunk
changeset: 409856:381101ef0d68
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 21 20:25:36 2020 +0000

description:
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.

diffstat:

 x11/qt5-mysql/Makefile                                                         |    3 +-
 x11/qt5-mysql/buildlink3.mk                                                    |    4 +-
 x11/qt5-mysql/distinfo                                                         |   10 +-
 x11/qt5-odbc/Makefile                                                          |    3 +-
 x11/qt5-odbc/buildlink3.mk                                                     |    4 +-
 x11/qt5-odbc/distinfo                                                          |   10 +-
 x11/qt5-psql/Makefile                                                          |    3 +-
 x11/qt5-psql/buildlink3.mk                                                     |    4 +-
 x11/qt5-psql/distinfo                                                          |   10 +-
 x11/qt5-qtbase/Makefile                                                        |   14 +-
 x11/qt5-qtbase/Makefile.common                                                 |    8 +-
 x11/qt5-qtbase/PLIST                                                           |  116 +++++-
 x11/qt5-qtbase/buildlink3.mk                                                   |    4 +-
 x11/qt5-qtbase/distinfo                                                        |   18 +-
 x11/qt5-qtbase/patches/patch-qmake_generators_unix_unixmake2.cpp               |   22 +-
 x11/qt5-qtbase/patches/patch-src_corelib_configure.json                        |   25 +-
 x11/qt5-qtbase/patches/patch-src_corelib_global_qconfig-bootstrapped.h         |   10 +-
 x11/qt5-qtbase/patches/patch-src_plugins_platforms_xcb_qxcbconnection__basic.h |   19 +-
 x11/qt5-qtcharts/Makefile                                                      |    3 +-
 x11/qt5-qtcharts/PLIST                                                         |    4 +-
 x11/qt5-qtcharts/buildlink3.mk                                                 |    4 +-
 x11/qt5-qtcharts/distinfo                                                      |   10 +-
 x11/qt5-qtconnectivity/Makefile                                                |    3 +-
 x11/qt5-qtconnectivity/PLIST                                                   |   15 +-
 x11/qt5-qtconnectivity/buildlink3.mk                                           |    4 +-
 x11/qt5-qtconnectivity/distinfo                                                |   10 +-
 x11/qt5-qtdeclarative/Makefile                                                 |    3 +-
 x11/qt5-qtdeclarative/PLIST                                                    |  162 ++++++++-
 x11/qt5-qtdeclarative/buildlink3.mk                                            |    4 +-
 x11/qt5-qtdeclarative/distinfo                                                 |   13 +-
 x11/qt5-qtdeclarative/patches/patch-src_qml_common_qv4alloca__p.h              |   21 +
 x11/qt5-qtdeclarative/patches/patch-src_qml_jsruntime_qv4alloca__p.h           |   21 -
 x11/qt5-qtdoc/Makefile                                                         |    3 +-
 x11/qt5-qtdoc/PLIST                                                            |    5 +-
 x11/qt5-qtdoc/distinfo                                                         |   10 +-
 x11/qt5-qtgraphicaleffects/Makefile                                            |    3 +-
 x11/qt5-qtgraphicaleffects/distinfo                                            |   10 +-
 x11/qt5-qtimageformats/Makefile                                                |    3 +-
 x11/qt5-qtimageformats/PLIST                                                   |    4 +-
 x11/qt5-qtimageformats/PLIST.Darwin                                            |    3 +
 x11/qt5-qtimageformats/buildlink3.mk                                           |    4 +-
 x11/qt5-qtimageformats/distinfo                                                |   10 +-
 x11/qt5-qtlocation/Makefile                                                    |    3 +-
 x11/qt5-qtlocation/PLIST                                                       |   11 +-
 x11/qt5-qtlocation/buildlink3.mk                                               |    4 +-
 x11/qt5-qtlocation/distinfo                                                    |   10 +-
 x11/qt5-qtmacextras/Makefile                                                   |    3 +-
 x11/qt5-qtmacextras/PLIST                                                      |    4 +-
 x11/qt5-qtmacextras/buildlink3.mk                                              |    4 +-
 x11/qt5-qtmacextras/distinfo                                                   |   10 +-
 x11/qt5-qtmultimedia/Makefile                                                  |    3 +-
 x11/qt5-qtmultimedia/PLIST                                                     |   24 +-
 x11/qt5-qtmultimedia/PLIST.Darwin                                              |    6 +-
 x11/qt5-qtmultimedia/buildlink3.mk                                             |    4 +-
 x11/qt5-qtmultimedia/distinfo                                                  |   10 +-
 x11/qt5-qtnetworkauth/Makefile                                                 |    3 +-
 x11/qt5-qtnetworkauth/PLIST                                                    |    4 +-
 x11/qt5-qtnetworkauth/buildlink3.mk                                            |    4 +-
 x11/qt5-qtnetworkauth/distinfo                                                 |   10 +-
 x11/qt5-qtquickcontrols/Makefile                                               |    3 +-
 x11/qt5-qtquickcontrols/buildlink3.mk                                          |    4 +-
 x11/qt5-qtquickcontrols/distinfo                                               |   10 +-
 x11/qt5-qtquickcontrols2/Makefile                                              |    3 +-
 x11/qt5-qtquickcontrols2/PLIST                                                 |    6 +-
 x11/qt5-qtquickcontrols2/buildlink3.mk                                         |    4 +-
 x11/qt5-qtquickcontrols2/distinfo                                              |   10 +-
 x11/qt5-qtscript/Makefile                                                      |    3 +-
 x11/qt5-qtscript/PLIST                                                         |    6 +-
 x11/qt5-qtscript/buildlink3.mk                                                 |    4 +-
 x11/qt5-qtscript/distinfo                                                      |   10 +-
 x11/qt5-qtscxml/Makefile                                                       |    3 +-
 x11/qt5-qtscxml/PLIST                                                          |    4 +-
 x11/qt5-qtscxml/buildlink3.mk                                                  |    4 +-
 x11/qt5-qtscxml/distinfo                                                       |   10 +-
 x11/qt5-qtsensors/Makefile                                                     |    3 +-
 x11/qt5-qtsensors/PLIST                                                        |    4 +-
 x11/qt5-qtsensors/buildlink3.mk                                                |    4 +-
 x11/qt5-qtsensors/distinfo                                                     |   10 +-
 x11/qt5-qtserialport/Makefile                                                  |    3 +-
 x11/qt5-qtserialport/PLIST                                                     |    8 +-
 x11/qt5-qtserialport/buildlink3.mk                                             |    4 +-
 x11/qt5-qtserialport/distinfo                                                  |   10 +-
 x11/qt5-qtspeech/Makefile                                                      |    3 +-
 x11/qt5-qtspeech/PLIST                                                         |    6 +-
 x11/qt5-qtspeech/buildlink3.mk                                                 |    4 +-
 x11/qt5-qtspeech/distinfo                                                      |   10 +-
 x11/qt5-qtsvg/Makefile                                                         |    3 +-
 x11/qt5-qtsvg/PLIST                                                            |    8 +-
 x11/qt5-qtsvg/buildlink3.mk                                                    |    4 +-
 x11/qt5-qtsvg/distinfo                                                         |   10 +-
 x11/qt5-qttools/Makefile                                                       |    3 +-
 x11/qt5-qttools/PLIST                                                          |   22 +-
 x11/qt5-qttools/PLIST.Darwin                                                   |    6 +
 x11/qt5-qttools/buildlink3.mk                                                  |    4 +-
 x11/qt5-qttools/distinfo                                                       |   10 +-
 x11/qt5-qttranslations/Makefile                                                |    3 +-
 x11/qt5-qttranslations/distinfo                                                |   10 +-
 x11/qt5-qtvirtualkeyboard/Makefile                                             |    3 +-
 x11/qt5-qtvirtualkeyboard/PLIST                                                |    4 +-
 x11/qt5-qtvirtualkeyboard/buildlink3.mk                                        |    4 +-
 x11/qt5-qtvirtualkeyboard/distinfo                                             |   10 +-
 x11/qt5-qtwayland/Makefile                                                     |    3 +-
 x11/qt5-qtwayland/PLIST                                                        |    6 +-
 x11/qt5-qtwayland/buildlink3.mk                                                |    4 +-
 x11/qt5-qtwayland/distinfo                                                     |   10 +-
 x11/qt5-qtwebchannel/Makefile                                                  |    3 +-
 x11/qt5-qtwebchannel/PLIST                                                     |    4 +-
 x11/qt5-qtwebchannel/buildlink3.mk                                             |    4 +-
 x11/qt5-qtwebchannel/distinfo                                                  |   10 +-
 x11/qt5-qtwebkit/Makefile                                                      |    9 +-
 x11/qt5-qtwebsockets/Makefile                                                  |    3 +-
 x11/qt5-qtwebsockets/PLIST                                                     |    4 +-
 x11/qt5-qtwebsockets/buildlink3.mk                                             |    4 +-
 x11/qt5-qtwebsockets/distinfo                                                  |   10 +-
 x11/qt5-qtx11extras/Makefile                                                   |    3 +-
 x11/qt5-qtx11extras/PLIST                                                      |    4 +-
 x11/qt5-qtx11extras/buildlink3.mk                                              |    4 +-
 x11/qt5-qtx11extras/distinfo                                                   |   10 +-
 x11/qt5-qtxmlpatterns/Makefile                                                 |    3 +-
 x11/qt5-qtxmlpatterns/PLIST                                                    |    4 +-
 x11/qt5-qtxmlpatterns/buildlink3.mk                                            |    4 +-
 x11/qt5-qtxmlpatterns/distinfo                                                 |   10 +-
 x11/qt5/Makefile                                                               |    3 +-
 x11/qt5/Makefile.common                                                        |    4 +-
 124 files changed, 626 insertions(+), 490 deletions(-)

diffs (truncated from 3332 to 300 lines):

diff -r 447928383955 -r 381101ef0d68 x11/qt5-mysql/Makefile
--- a/x11/qt5-mysql/Makefile    Tue Jan 21 18:08:07 2020 +0000
+++ b/x11/qt5-mysql/Makefile    Tue Jan 21 20:25:36 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2020/01/18 21:48:35 jperkin Exp $
+# $NetBSD: Makefile,v 1.38 2020/01/21 20:25:36 adam Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-mysql-${QTVERSION}
-PKGREVISION=   1
 COMMENT=       Qt5 MySQL plugin
 
 CFLAGS+=               -I${BUILDLINK_PREFIX.mysql-client}/include/mysql
diff -r 447928383955 -r 381101ef0d68 x11/qt5-mysql/buildlink3.mk
--- a/x11/qt5-mysql/buildlink3.mk       Tue Jan 21 18:08:07 2020 +0000
+++ b/x11/qt5-mysql/buildlink3.mk       Tue Jan 21 20:25:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.26 2020/01/18 21:48:35 jperkin Exp $
+# $NetBSD: buildlink3.mk,v 1.27 2020/01/21 20:25:36 adam Exp $
 
 BUILDLINK_TREE+=       qt5-mysql
 
@@ -6,7 +6,7 @@
 QT5_MYSQL_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.qt5-mysql+=      qt5-mysql>=5.5.1
-BUILDLINK_ABI_DEPENDS.qt5-mysql+=      qt5-mysql>=5.13.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-mysql+=      qt5-mysql>=5.14.0
 BUILDLINK_PKGSRCDIR.qt5-mysql?=                ../../x11/qt5-mysql
 
 BUILDLINK_LIBDIRS.qt5-mysql+=          qt5/plugins
diff -r 447928383955 -r 381101ef0d68 x11/qt5-mysql/distinfo
--- a/x11/qt5-mysql/distinfo    Tue Jan 21 18:08:07 2020 +0000
+++ b/x11/qt5-mysql/distinfo    Tue Jan 21 20:25:36 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2019/11/05 14:58:43 adam Exp $
+$NetBSD: distinfo,v 1.15 2020/01/21 20:25:36 adam Exp $
 
-SHA1 (qtbase-everywhere-src-5.13.2.tar.xz) = 3e073387a08599641a154de758f729d47db8986f
-RMD160 (qtbase-everywhere-src-5.13.2.tar.xz) = 94749bf68e78cf3e3fa84a8df73910b501869293
-SHA512 (qtbase-everywhere-src-5.13.2.tar.xz) = b00ad017cc95876698615fd6e41c6ade366146c1f7057e1925bc1b72918f091aa39aa6bf0ea450fc6cd4d8f9810b228770d981dcb6cbe8ad30abb2c42804a204
-Size (qtbase-everywhere-src-5.13.2.tar.xz) = 48735704 bytes
+SHA1 (qtbase-everywhere-src-5.14.0.tar.xz) = bd1b54cb5cc38bea4a84e18ac1e304b2a8f7fd55
+RMD160 (qtbase-everywhere-src-5.14.0.tar.xz) = 93c389e91acc45e0e580d6c3fc43df911e84dc6f
+SHA512 (qtbase-everywhere-src-5.14.0.tar.xz) = 27e640643aa2a15fece96b1a83f8f6fbfbc8a83e224f6dea4d7e6a94c8069a2b18a55ddc76943b10b40ccc95168a48dcfdf46264fdfc24b3594d1c6ea160aff6
+Size (qtbase-everywhere-src-5.14.0.tar.xz) = 49713412 bytes
diff -r 447928383955 -r 381101ef0d68 x11/qt5-odbc/Makefile
--- a/x11/qt5-odbc/Makefile     Tue Jan 21 18:08:07 2020 +0000
+++ b/x11/qt5-odbc/Makefile     Tue Jan 21 20:25:36 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2020/01/18 21:48:35 jperkin Exp $
+# $NetBSD: Makefile,v 1.39 2020/01/21 20:25:36 adam Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-odbc-${QTVERSION}
-PKGREVISION=   1
 COMMENT=       Qt5 odbc plugin
 
 BUILD_DIRS=            src/plugins/sqldrivers
diff -r 447928383955 -r 381101ef0d68 x11/qt5-odbc/buildlink3.mk
--- a/x11/qt5-odbc/buildlink3.mk        Tue Jan 21 18:08:07 2020 +0000
+++ b/x11/qt5-odbc/buildlink3.mk        Tue Jan 21 20:25:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.27 2020/01/18 21:48:35 jperkin Exp $
+# $NetBSD: buildlink3.mk,v 1.28 2020/01/21 20:25:36 adam Exp $
 
 BUILDLINK_TREE+=       qt5-odbc
 
@@ -6,7 +6,7 @@
 QT5_ODBC_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.qt5-odbc+=       qt5-odbc>=5.5.1
-BUILDLINK_ABI_DEPENDS.qt5-odbc+=       qt5-odbc>=5.13.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-odbc+=       qt5-odbc>=5.14.0
 BUILDLINK_PKGSRCDIR.qt5-odbc?=         ../../x11/qt5-odbc
 
 BUILDLINK_LIBDIRS.qt5-odbc+=           qt5/plugins
diff -r 447928383955 -r 381101ef0d68 x11/qt5-odbc/distinfo
--- a/x11/qt5-odbc/distinfo     Tue Jan 21 18:08:07 2020 +0000
+++ b/x11/qt5-odbc/distinfo     Tue Jan 21 20:25:36 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/11/05 14:58:43 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/01/21 20:25:36 adam Exp $
 
-SHA1 (qtbase-everywhere-src-5.13.2.tar.xz) = 3e073387a08599641a154de758f729d47db8986f
-RMD160 (qtbase-everywhere-src-5.13.2.tar.xz) = 94749bf68e78cf3e3fa84a8df73910b501869293
-SHA512 (qtbase-everywhere-src-5.13.2.tar.xz) = b00ad017cc95876698615fd6e41c6ade366146c1f7057e1925bc1b72918f091aa39aa6bf0ea450fc6cd4d8f9810b228770d981dcb6cbe8ad30abb2c42804a204
-Size (qtbase-everywhere-src-5.13.2.tar.xz) = 48735704 bytes
+SHA1 (qtbase-everywhere-src-5.14.0.tar.xz) = bd1b54cb5cc38bea4a84e18ac1e304b2a8f7fd55
+RMD160 (qtbase-everywhere-src-5.14.0.tar.xz) = 93c389e91acc45e0e580d6c3fc43df911e84dc6f
+SHA512 (qtbase-everywhere-src-5.14.0.tar.xz) = 27e640643aa2a15fece96b1a83f8f6fbfbc8a83e224f6dea4d7e6a94c8069a2b18a55ddc76943b10b40ccc95168a48dcfdf46264fdfc24b3594d1c6ea160aff6
+Size (qtbase-everywhere-src-5.14.0.tar.xz) = 49713412 bytes
diff -r 447928383955 -r 381101ef0d68 x11/qt5-psql/Makefile
--- a/x11/qt5-psql/Makefile     Tue Jan 21 18:08:07 2020 +0000
+++ b/x11/qt5-psql/Makefile     Tue Jan 21 20:25:36 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2020/01/18 21:48:35 jperkin Exp $
+# $NetBSD: Makefile,v 1.41 2020/01/21 20:25:36 adam Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-psql-${QTVERSION}
-PKGREVISION=   1
 COMMENT=       Qt5 PostgreSQL plugin
 
 BUILD_QT5=             yes
diff -r 447928383955 -r 381101ef0d68 x11/qt5-psql/buildlink3.mk
--- a/x11/qt5-psql/buildlink3.mk        Tue Jan 21 18:08:07 2020 +0000
+++ b/x11/qt5-psql/buildlink3.mk        Tue Jan 21 20:25:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.26 2020/01/18 21:48:35 jperkin Exp $
+# $NetBSD: buildlink3.mk,v 1.27 2020/01/21 20:25:36 adam Exp $
 
 BUILDLINK_TREE+=       qt5-psql
 
@@ -6,7 +6,7 @@
 QT5_PSQL_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.qt5-psql+=       qt5-psql>=5.5.1
-BUILDLINK_ABI_DEPENDS.qt5-psql+=       qt5-psql>=5.13.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-psql+=       qt5-psql>=5.14.0
 BUILDLINK_PKGSRCDIR.qt5-psql?=         ../../x11/qt5-psql
 
 BUILDLINK_LIBDIRS.qt5-psql+=           qt5/plugins
diff -r 447928383955 -r 381101ef0d68 x11/qt5-psql/distinfo
--- a/x11/qt5-psql/distinfo     Tue Jan 21 18:08:07 2020 +0000
+++ b/x11/qt5-psql/distinfo     Tue Jan 21 20:25:36 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2019/11/05 14:58:43 adam Exp $
+$NetBSD: distinfo,v 1.15 2020/01/21 20:25:36 adam Exp $
 
-SHA1 (qtbase-everywhere-src-5.13.2.tar.xz) = 3e073387a08599641a154de758f729d47db8986f
-RMD160 (qtbase-everywhere-src-5.13.2.tar.xz) = 94749bf68e78cf3e3fa84a8df73910b501869293
-SHA512 (qtbase-everywhere-src-5.13.2.tar.xz) = b00ad017cc95876698615fd6e41c6ade366146c1f7057e1925bc1b72918f091aa39aa6bf0ea450fc6cd4d8f9810b228770d981dcb6cbe8ad30abb2c42804a204
-Size (qtbase-everywhere-src-5.13.2.tar.xz) = 48735704 bytes
+SHA1 (qtbase-everywhere-src-5.14.0.tar.xz) = bd1b54cb5cc38bea4a84e18ac1e304b2a8f7fd55
+RMD160 (qtbase-everywhere-src-5.14.0.tar.xz) = 93c389e91acc45e0e580d6c3fc43df911e84dc6f
+SHA512 (qtbase-everywhere-src-5.14.0.tar.xz) = 27e640643aa2a15fece96b1a83f8f6fbfbc8a83e224f6dea4d7e6a94c8069a2b18a55ddc76943b10b40ccc95168a48dcfdf46264fdfc24b3594d1c6ea160aff6
+Size (qtbase-everywhere-src-5.14.0.tar.xz) = 49713412 bytes
diff -r 447928383955 -r 381101ef0d68 x11/qt5-qtbase/Makefile
--- a/x11/qt5-qtbase/Makefile   Tue Jan 21 18:08:07 2020 +0000
+++ b/x11/qt5-qtbase/Makefile   Tue Jan 21 20:25:36 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2020/01/18 21:48:36 jperkin Exp $
+# $NetBSD: Makefile,v 1.88 2020/01/21 20:25:37 adam Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtbase-${QTVERSION}
-PKGREVISION=   1
 COMMENT=       C++ X GUI toolkit
 
 .include "../../x11/qt5-qtbase/Makefile.common"
@@ -93,10 +92,10 @@
 .elif ${OPSYS} == "Darwin"
 CONFIGURE_ARGS+=               -platform macx-clang
 CONFIGURE_ARGS+=               -no-framework
-   # pkgsrc has a patch to avoid using SDK, but the configure
-   # logic gets confused if it can't find the header files
-   # so give it a direct path to them if they aren't installed
-   # in /usr/include
+# pkgsrc has a patch to avoid using SDK, but the configure
+# logic gets confused if it can't find the header files
+# so give it a direct path to them if they aren't installed
+# in /usr/include
 .  if !exists(/usr/include)
 CONFIGURE_ARGS+=       -I "$$(xcrun --show-sdk-path)"/usr/include
 .  endif
@@ -192,7 +191,7 @@
                -e 's:@PTHREAD_LDFLAGS@:${PTHREAD_LDFLAGS:Q}:g' \
                -e 's:@PTHREAD_LIBS@:${PTHREAD_LIBS:Q}:g' \
                -e 's:@COMPILER_RPATH_FLAG@:${COMPILER_RPATH_FLAG}:g' \
-               -e 's:@QMAKE_RANLIB@:${QMAKE_RANLIB:Q}:g' \
+               -e 's:@QMAKE_RANLIB@:${RANLIB}:g' \
                -e 's:@QMAKE_EXTRA@:${QMAKE_EXTRA:Q}:g' \
                ${FILESDIR}/${QMAKE_CONF} > ${WRKSRC}/qmake.conf
        for dir in ${WRKSRC}/mkspecs/*; do \
@@ -221,6 +220,7 @@
        ${MV} -f ${DESTDIR}${PREFIX}/${BROKEN_FILES1}.1 \
                ${DESTDIR}${PREFIX}/${BROKEN_FILES1}
 
+.include "../../archivers/zstd/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
diff -r 447928383955 -r 381101ef0d68 x11/qt5-qtbase/Makefile.common
--- a/x11/qt5-qtbase/Makefile.common    Tue Jan 21 18:08:07 2020 +0000
+++ b/x11/qt5-qtbase/Makefile.common    Tue Jan 21 20:25:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2019/11/05 14:58:43 adam Exp $
+# $NetBSD: Makefile.common,v 1.35 2020/01/21 20:25:37 adam Exp $
 # used by x11/qt5-mysql/Makefile
 # used by x11/qt5-odbc/Makefile
 # used by x11/qt5-psql/Makefile
@@ -53,10 +53,8 @@
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-rpath-link,${WRKSRC}/lib
 
 MAKE_ENV+=             QTPREFIX=${QTPREFIX:Q}
-PLIST_VARS+=           mac unix
-.if ${OPSYS} == "Darwin"
-PLIST.mac=             yes
-.else
+PLIST_VARS+=           unix
+.if ${OPSYS} != "Darwin"
 PLIST.unix=            yes
 .endif
 
diff -r 447928383955 -r 381101ef0d68 x11/qt5-qtbase/PLIST
--- a/x11/qt5-qtbase/PLIST      Tue Jan 21 18:08:07 2020 +0000
+++ b/x11/qt5-qtbase/PLIST      Tue Jan 21 20:25:36 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2019/11/05 14:58:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.27 2020/01/21 20:25:37 adam Exp $
 lib/pkgconfig/Qt5Concurrent.pc
 lib/pkgconfig/Qt5Core.pc
 lib/pkgconfig/Qt5DBus.pc
@@ -76,6 +76,7 @@
 qt5/doc/global/includes-online/search.qdoc
 qt5/doc/global/includes/examples-run.qdocinc
 qt5/doc/global/includes/module-use.qdocinc
+qt5/doc/global/includes/standardpath/functiondocs.qdocinc
 qt5/doc/global/macros.qdocconf
 qt5/doc/global/manifest-meta.qdocconf
 qt5/doc/global/qt-cpp-defines.qdocconf
@@ -178,6 +179,8 @@
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbig5codec_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbytearray_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbytedata_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcalendarbackend_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcalendarmath_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcborvalue_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcfsocketnotifier_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcollator_p.h
@@ -222,7 +225,6 @@
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemwatcher_polling_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemwatcher_win_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfinalstate_p.h
-qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfloat16_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfreelist_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfsfileengine_iterator_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfsfileengine_p.h
@@ -233,7 +235,10 @@
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfuturewatcher_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qgb18030codec_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qglobal_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qgregoriancalendar_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qharfbuzz_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qhijricalendar_data_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qhijricalendar_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qhistorystate_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qhooks_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qiconvcodec_p.h
@@ -241,7 +246,10 @@
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qiodevice_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qipaddress_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qisciicodec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qislamiccivilcalendar_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qitemselectionmodel_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjalalicalendar_data_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjalalicalendar_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjiscodec_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjni_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjnihelpers_p.h
@@ -249,21 +257,25 @@
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjson_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjsonparser_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjsonwriter_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjuliancalendar_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlatincodec_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlibrary_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlocale_data_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlocale_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlocale_tools_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlockfile_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlocking_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlogging_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qloggingregistry_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmachparser_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmakearray_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmemory_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmetaobject_moc_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmetaobject_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmetaobjectbuilder_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmetatype_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmetatypeswitcher_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmilankoviccalendar_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimedatabase_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimeglobpattern_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimemagicrule_p.h
@@ -272,7 +284,6 @@
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimetype_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimetypeparser_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmutex_p.h
-qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmutexpool_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qnoncontiguousbytedevice_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qnumeric_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qobject_p.h
@@ -294,6 +305,8 @@
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qresource_iterator_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qresource_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qringbuffer_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qromancalendar_data_p.h



Home | Main Index | Thread Index | Old Index