Received: by mail.netbsd.org (Postfix, from userid 605) id 5748C84D8A; Wed, 17 Jan 2018 19:40:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC3AA84D7A for ; Wed, 17 Jan 2018 19:39:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id gEYkwJTTuOy6 for ; Wed, 17 Jan 2018 19:39:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2C7D784D1F for ; Wed, 17 Jan 2018 19:39:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 27C64FBDE; Wed, 17 Jan 2018 19:39:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151621799891530" MIME-Version: 1.0 Date: Wed, 17 Jan 2018 19:39:58 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/x11/py-qt5 To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20180117193958.27C64FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151621799891530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Wed Jan 17 19:39:58 UTC 2018 Modified Files: pkgsrc/x11/py-qt5: Makefile PLIST distinfo pkgsrc/x11/py-qt5/patches: patch-qmlscene_qmlscene.pro-in Removed Files: pkgsrc/x11/py-qt5/patches: patch-configure.py Log Message: py-qt5: update to 5.9.1 To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/py-qt5/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/py-qt5/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/py-qt5/distinfo cvs rdiff -u -r1.4 -r0 pkgsrc/x11/py-qt5/patches/patch-configure.py cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/x11/py-qt5/patches/patch-qmlscene_qmlscene.pro-in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151621799891530 Content-Disposition: inline Content-Length: 24231 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/py-qt5/Makefile diff -u pkgsrc/x11/py-qt5/Makefile:1.24 pkgsrc/x11/py-qt5/Makefile:1.25 --- pkgsrc/x11/py-qt5/Makefile:1.24 Thu Nov 30 16:45:42 2017 +++ pkgsrc/x11/py-qt5/Makefile Wed Jan 17 19:39:57 2018 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2017/11/30 16:45:42 adam Exp $ +# $NetBSD: Makefile,v 1.25 2018/01/17 19:39:57 markd Exp $ -DISTNAME= PyQt-gpl-${PYQT_VERSION} +DISTNAME= PyQt5_gpl-${PYQT_VERSION} PKGNAME= ${PYPKGPREFIX}-qt5-${PYQT_VERSION} -PKGREVISION= 15 -PYQT_VERSION= 5.5.1 +PYQT_VERSION= 5.9.1 CATEGORIES= x11 python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyqt/} @@ -22,40 +21,41 @@ CONFIGURE_ARGS+= --confirm-license CONFIGURE_ARGS+= --qsci-api CONFIGURE_ARGS+= --sip ${BUILDLINK_PREFIX.py-sip}/bin/sip${PYVERSSUFFIX} CONFIGURE_ARGS+= --verbose -MAKEFLAGS+= LFLAGS=${LDFLAGS:Q} +#MAKEFLAGS+= LFLAGS=${LDFLAGS:Q} INSTALL_ENV+= INSTALL_ROOT=${DESTDIR} PY_PATCHPLIST= yes -SUBST_CLASSES+= install x11lib -SUBST_STAGE.install= post-configure -SUBST_SED.install+= -e 's,INSTALL_FILE = ,INSTALL_FILE = libtool --mode=install ,' -SUBST_SED.install+= -e 's,\(TARGET[A-Z ]*\)= lib,\1= ,' -SUBST_MESSAGE.install= Fixing installation target and file name. -SUBST_FILES.install+= Qt/Makefile -SUBST_FILES.install+= QtCore/Makefile -SUBST_FILES.install+= QtDBus/Makefile -SUBST_FILES.install+= QtDesigner/Makefile -SUBST_FILES.install+= QtGui/Makefile -SUBST_FILES.install+= QtHelp/Makefile -SUBST_FILES.install+= QtMultimedia/Makefile -SUBST_FILES.install+= QtMultimediaWidgets/Makefile -SUBST_FILES.install+= QtNetwork/Makefile -SUBST_FILES.install+= QtOpenGL/Makefile -SUBST_FILES.install+= QtPositioning/Makefile -SUBST_FILES.install+= QtPrintSupport/Makefile -SUBST_FILES.install+= QtQml/Makefile -SUBST_FILES.install+= QtQuick/Makefile -SUBST_FILES.install+= QtSensors/Makefile -SUBST_FILES.install+= QtSql/Makefile -SUBST_FILES.install+= QtSvg/Makefile -SUBST_FILES.install+= QtTest/Makefile -SUBST_FILES.install+= QtWebKit/Makefile -SUBST_FILES.install+= QtWebKitWidgets/Makefile -SUBST_FILES.install+= QtWidgets/Makefile -SUBST_FILES.install+= QtXmlPatterns/Makefile -SUBST_FILES.install+= _QOpenGLFunctions_2_0/Makefile +SUBST_CLASSES+= x11lib +#SUBST_CLASSES+= install x11lib +#SUBST_STAGE.install= post-configure +#SUBST_SED.install+= -e 's,INSTALL_FILE = ,INSTALL_FILE = libtool --mode=install ,' +#SUBST_SED.install+= -e 's,\(TARGET[A-Z ]*\)= lib,\1= ,' +#SUBST_MESSAGE.install= Fixing installation target and file name. +#SUBST_FILES.install+= Qt/Makefile +#SUBST_FILES.install+= QtCore/Makefile +#SUBST_FILES.install+= QtDBus/Makefile +#SUBST_FILES.install+= QtDesigner/Makefile +#SUBST_FILES.install+= QtGui/Makefile +#SUBST_FILES.install+= QtHelp/Makefile +#SUBST_FILES.install+= QtMultimedia/Makefile +#SUBST_FILES.install+= QtMultimediaWidgets/Makefile +#SUBST_FILES.install+= QtNetwork/Makefile +#SUBST_FILES.install+= QtOpenGL/Makefile +#SUBST_FILES.install+= QtPositioning/Makefile +#SUBST_FILES.install+= QtPrintSupport/Makefile +#SUBST_FILES.install+= QtQml/Makefile +#SUBST_FILES.install+= QtQuick/Makefile +#SUBST_FILES.install+= QtSensors/Makefile +#SUBST_FILES.install+= QtSql/Makefile +#SUBST_FILES.install+= QtSvg/Makefile +#SUBST_FILES.install+= QtTest/Makefile +#SUBST_FILES.install+= QtWebKit/Makefile +#SUBST_FILES.install+= QtWebKitWidgets/Makefile +#SUBST_FILES.install+= QtWidgets/Makefile +#SUBST_FILES.install+= QtXmlPatterns/Makefile +#SUBST_FILES.install+= _QOpenGLFunctions_2_0/Makefile SUBST_STAGE.x11lib= post-patch SUBST_SED.x11lib+= -e 's,@X11LIB@,${X11BASE}/lib,' @@ -71,7 +71,7 @@ do-configure: .include "../../lang/python/extension.mk" .include "../../sysutils/dbus-python-common/buildlink3.mk" -BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.16.4 +BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.19.4 .include "../../x11/py-sip/buildlink3.mk" .include "../../x11/qt5-qtbase/buildlink3.mk" .include "../../x11/qt5-qtdeclarative/buildlink3.mk" @@ -81,5 +81,6 @@ BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPR .include "../../x11/qt5-qtsvg/buildlink3.mk" .include "../../x11/qt5-qttools/buildlink3.mk" .include "../../x11/qt5-qtwebkit/buildlink3.mk" +.include "../../x11/qt5-qtwebsockets/buildlink3.mk" .include "../../x11/qt5-qtxmlpatterns/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/x11/py-qt5/PLIST diff -u pkgsrc/x11/py-qt5/PLIST:1.3 pkgsrc/x11/py-qt5/PLIST:1.4 --- pkgsrc/x11/py-qt5/PLIST:1.3 Mon Oct 26 21:40:39 2015 +++ pkgsrc/x11/py-qt5/PLIST Wed Jan 17 19:39:57 2018 @@ -1,31 +1,68 @@ -@comment $NetBSD: PLIST,v 1.3 2015/10/26 21:40:39 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2018/01/17 19:39:57 markd Exp $ bin/pylupdate5 bin/pyrcc5 bin/pyuic5 -${PYSITELIB}/PyQt5/Qt.la -${PYSITELIB}/PyQt5/QtCore.la -${PYSITELIB}/PyQt5/QtDBus.la -${PYSITELIB}/PyQt5/QtDesigner.la -${PYSITELIB}/PyQt5/QtGui.la -${PYSITELIB}/PyQt5/QtHelp.la -${PYSITELIB}/PyQt5/QtMultimedia.la -${PYSITELIB}/PyQt5/QtMultimediaWidgets.la -${PYSITELIB}/PyQt5/QtNetwork.la -${PYSITELIB}/PyQt5/QtOpenGL.la -${PYSITELIB}/PyQt5/QtPositioning.la -${PYSITELIB}/PyQt5/QtPrintSupport.la -${PYSITELIB}/PyQt5/QtQml.la -${PYSITELIB}/PyQt5/QtQuick.la -${PYSITELIB}/PyQt5/QtSensors.la -${PYSITELIB}/PyQt5/QtSql.la -${PYSITELIB}/PyQt5/QtSvg.la -${PYSITELIB}/PyQt5/QtTest.la -${PYSITELIB}/PyQt5/QtWebKit.la -${PYSITELIB}/PyQt5/QtWebKitWidgets.la -${PYSITELIB}/PyQt5/QtWidgets.la -${PYSITELIB}/PyQt5/QtXmlPatterns.la -${PYSITELIB}/PyQt5/_QOpenGLFunctions_2_0.la +${PYSITELIB}/PyQt5/Qt.so +${PYSITELIB}/PyQt5/QtCore.pyi +${PYSITELIB}/PyQt5/QtCore.so +${PYSITELIB}/PyQt5/QtDBus.pyi +${PYSITELIB}/PyQt5/QtDBus.so +${PYSITELIB}/PyQt5/QtDesigner.pyi +${PYSITELIB}/PyQt5/QtDesigner.so +${PYSITELIB}/PyQt5/QtGui.pyi +${PYSITELIB}/PyQt5/QtGui.so +${PYSITELIB}/PyQt5/QtHelp.pyi +${PYSITELIB}/PyQt5/QtHelp.so +${PYSITELIB}/PyQt5/QtLocation.pyi +${PYSITELIB}/PyQt5/QtLocation.so +${PYSITELIB}/PyQt5/QtMultimedia.pyi +${PYSITELIB}/PyQt5/QtMultimedia.so +${PYSITELIB}/PyQt5/QtMultimediaWidgets.pyi +${PYSITELIB}/PyQt5/QtMultimediaWidgets.so +${PYSITELIB}/PyQt5/QtNetwork.pyi +${PYSITELIB}/PyQt5/QtNetwork.so +${PYSITELIB}/PyQt5/QtOpenGL.pyi +${PYSITELIB}/PyQt5/QtOpenGL.so +${PYSITELIB}/PyQt5/QtPositioning.pyi +${PYSITELIB}/PyQt5/QtPositioning.so +${PYSITELIB}/PyQt5/QtPrintSupport.pyi +${PYSITELIB}/PyQt5/QtPrintSupport.so +${PYSITELIB}/PyQt5/QtQml.pyi +${PYSITELIB}/PyQt5/QtQml.so +${PYSITELIB}/PyQt5/QtQuick.pyi +${PYSITELIB}/PyQt5/QtQuick.so +${PYSITELIB}/PyQt5/QtQuickWidgets.pyi +${PYSITELIB}/PyQt5/QtQuickWidgets.so +${PYSITELIB}/PyQt5/QtSensors.pyi +${PYSITELIB}/PyQt5/QtSensors.so +${PYSITELIB}/PyQt5/QtSql.pyi +${PYSITELIB}/PyQt5/QtSql.so +${PYSITELIB}/PyQt5/QtSvg.pyi +${PYSITELIB}/PyQt5/QtSvg.so +${PYSITELIB}/PyQt5/QtTest.pyi +${PYSITELIB}/PyQt5/QtTest.so +${PYSITELIB}/PyQt5/QtWebChannel.pyi +${PYSITELIB}/PyQt5/QtWebChannel.so +${PYSITELIB}/PyQt5/QtWebKit.pyi +${PYSITELIB}/PyQt5/QtWebKit.so +${PYSITELIB}/PyQt5/QtWebKitWidgets.pyi +${PYSITELIB}/PyQt5/QtWebKitWidgets.so +${PYSITELIB}/PyQt5/QtWebSockets.pyi +${PYSITELIB}/PyQt5/QtWebSockets.so +${PYSITELIB}/PyQt5/QtWidgets.pyi +${PYSITELIB}/PyQt5/QtWidgets.so +${PYSITELIB}/PyQt5/QtXml.pyi +${PYSITELIB}/PyQt5/QtXml.so +${PYSITELIB}/PyQt5/QtXmlPatterns.pyi +${PYSITELIB}/PyQt5/QtXmlPatterns.so +${PYSITELIB}/PyQt5/_QOpenGLFunctions_2_0.so +${PYSITELIB}/PyQt5/_QOpenGLFunctions_2_1.so +${PYSITELIB}/PyQt5/_QOpenGLFunctions_4_1_Core.so ${PYSITELIB}/PyQt5/__init__.py +${PYSITELIB}/PyQt5/pylupdate.so +${PYSITELIB}/PyQt5/pylupdate_main.py +${PYSITELIB}/PyQt5/pyrcc.so +${PYSITELIB}/PyQt5/pyrcc_main.py ${PYSITELIB}/PyQt5/uic/Compiler/__init__.py ${PYSITELIB}/PyQt5/uic/Compiler/compiler.py ${PYSITELIB}/PyQt5/uic/Compiler/indenter.py @@ -44,15 +81,11 @@ ${PYSITELIB}/PyQt5/uic/objcreator.py ${PYSITELIB}/PyQt5/uic/port_v2/__init__.py ${PYSITELIB}/PyQt5/uic/port_v2/as_string.py ${PYSITELIB}/PyQt5/uic/port_v2/ascii_upper.py -${PYSITELIB}/PyQt5/uic/port_v2/invoke.py -${PYSITELIB}/PyQt5/uic/port_v2/load_plugin.py ${PYSITELIB}/PyQt5/uic/port_v2/proxy_base.py ${PYSITELIB}/PyQt5/uic/port_v2/string_io.py ${PYSITELIB}/PyQt5/uic/port_v3/__init__.py ${PYSITELIB}/PyQt5/uic/port_v3/as_string.py ${PYSITELIB}/PyQt5/uic/port_v3/ascii_upper.py -${PYSITELIB}/PyQt5/uic/port_v3/invoke.py -${PYSITELIB}/PyQt5/uic/port_v3/load_plugin.py ${PYSITELIB}/PyQt5/uic/port_v3/proxy_base.py ${PYSITELIB}/PyQt5/uic/port_v3/string_io.py ${PYSITELIB}/PyQt5/uic/properties.py @@ -60,13 +93,54 @@ ${PYSITELIB}/PyQt5/uic/pyuic.py ${PYSITELIB}/PyQt5/uic/uiparser.py ${PYSITELIB}/PyQt5/uic/widget-plugins/qaxcontainer.py ${PYSITELIB}/PyQt5/uic/widget-plugins/qscintilla.py +${PYSITELIB}/PyQt5/uic/widget-plugins/qtcharts.py ${PYSITELIB}/PyQt5/uic/widget-plugins/qtprintsupport.py ${PYSITELIB}/PyQt5/uic/widget-plugins/qtquickwidgets.py +${PYSITELIB}/PyQt5/uic/widget-plugins/qtwebenginewidgets.py ${PYSITELIB}/PyQt5/uic/widget-plugins/qtwebkit.py -qt5/plugins/PyQt5/libpyqt5qmlplugin.la -qt5/plugins/designer/libpyqt5.la +${PYSITELIB}/dbus/mainloop/pyqt5.so +qt5/plugins/PyQt5/libpyqt5qmlplugin.so +qt5/plugins/designer/libpyqt5.so qt5/qsci/api/python/PyQt5.api -share/sip/PyQt5/Qt/Qtmod.sip +share/sip/PyQt5/Enginio/Enginiomod.sip +share/sip/PyQt5/Enginio/enginio.sip +share/sip/PyQt5/Enginio/enginioclient.sip +share/sip/PyQt5/Enginio/enginioclientconnection.sip +share/sip/PyQt5/Enginio/enginioidentity.sip +share/sip/PyQt5/Enginio/enginiomodel.sip +share/sip/PyQt5/Enginio/enginiooauth2authentication.sip +share/sip/PyQt5/Enginio/enginioreply.sip +share/sip/PyQt5/QAxContainer/QAxContainermod.sip +share/sip/PyQt5/QAxContainer/qaxbase.sip +share/sip/PyQt5/QAxContainer/qaxobject.sip +share/sip/PyQt5/QAxContainer/qaxwidget.sip +share/sip/PyQt5/QtBluetooth/QtBluetoothmod.sip +share/sip/PyQt5/QtBluetooth/qbluetooth.sip +share/sip/PyQt5/QtBluetooth/qbluetoothaddress.sip +share/sip/PyQt5/QtBluetooth/qbluetoothdevicediscoveryagent.sip +share/sip/PyQt5/QtBluetooth/qbluetoothdeviceinfo.sip +share/sip/PyQt5/QtBluetooth/qbluetoothhostinfo.sip +share/sip/PyQt5/QtBluetooth/qbluetoothlocaldevice.sip +share/sip/PyQt5/QtBluetooth/qbluetoothserver.sip +share/sip/PyQt5/QtBluetooth/qbluetoothservicediscoveryagent.sip +share/sip/PyQt5/QtBluetooth/qbluetoothserviceinfo.sip +share/sip/PyQt5/QtBluetooth/qbluetoothsocket.sip +share/sip/PyQt5/QtBluetooth/qbluetoothtransfermanager.sip +share/sip/PyQt5/QtBluetooth/qbluetoothtransferreply.sip +share/sip/PyQt5/QtBluetooth/qbluetoothtransferrequest.sip +share/sip/PyQt5/QtBluetooth/qbluetoothuuid.sip +share/sip/PyQt5/QtBluetooth/qlowenergyadvertisingdata.sip +share/sip/PyQt5/QtBluetooth/qlowenergyadvertisingparameters.sip +share/sip/PyQt5/QtBluetooth/qlowenergycharacteristic.sip +share/sip/PyQt5/QtBluetooth/qlowenergycharacteristicdata.sip +share/sip/PyQt5/QtBluetooth/qlowenergyconnectionparameters.sip +share/sip/PyQt5/QtBluetooth/qlowenergycontroller.sip +share/sip/PyQt5/QtBluetooth/qlowenergydescriptor.sip +share/sip/PyQt5/QtBluetooth/qlowenergydescriptordata.sip +share/sip/PyQt5/QtBluetooth/qlowenergyservice.sip +share/sip/PyQt5/QtBluetooth/qlowenergyservicedata.sip +share/sip/PyQt5/QtBluetooth/qpybluetooth_qlist.sip +share/sip/PyQt5/QtBluetooth/qpybluetooth_quint128.sip share/sip/PyQt5/QtCore/QtCoremod.sip share/sip/PyQt5/QtCore/qabstractanimation.sip share/sip/PyQt5/QtCore/qabstracteventdispatcher.sip @@ -90,6 +164,7 @@ share/sip/PyQt5/QtCore/qcoreevent.sip share/sip/PyQt5/QtCore/qcryptographichash.sip share/sip/PyQt5/QtCore/qdatastream.sip share/sip/PyQt5/QtCore/qdatetime.sip +share/sip/PyQt5/QtCore/qdeadlinetimer.sip share/sip/PyQt5/QtCore/qdir.sip share/sip/PyQt5/QtCore/qdiriterator.sip share/sip/PyQt5/QtCore/qeasingcurve.sip @@ -130,6 +205,7 @@ share/sip/PyQt5/QtCore/qnumeric.sip share/sip/PyQt5/QtCore/qobject.sip share/sip/PyQt5/QtCore/qobjectcleanuphandler.sip share/sip/PyQt5/QtCore/qobjectdefs.sip +share/sip/PyQt5/QtCore/qoperatingsystemversion.sip share/sip/PyQt5/QtCore/qparallelanimationgroup.sip share/sip/PyQt5/QtCore/qpauseanimation.sip share/sip/PyQt5/QtCore/qpluginloader.sip @@ -184,6 +260,7 @@ share/sip/PyQt5/QtCore/qurlquery.sip share/sip/PyQt5/QtCore/quuid.sip share/sip/PyQt5/QtCore/qvariant.sip share/sip/PyQt5/QtCore/qvariantanimation.sip +share/sip/PyQt5/QtCore/qversionnumber.sip share/sip/PyQt5/QtCore/qwaitcondition.sip share/sip/PyQt5/QtCore/qwineventnotifier.sip share/sip/PyQt5/QtCore/qxmlstream.sip @@ -265,6 +342,7 @@ share/sip/PyQt5/QtGui/qopenglpaintdevice share/sip/PyQt5/QtGui/qopenglpixeltransferoptions.sip share/sip/PyQt5/QtGui/qopenglshaderprogram.sip share/sip/PyQt5/QtGui/qopengltexture.sip +share/sip/PyQt5/QtGui/qopengltextureblitter.sip share/sip/PyQt5/QtGui/qopengltimerquery.sip share/sip/PyQt5/QtGui/qopenglversionfunctions.sip share/sip/PyQt5/QtGui/qopenglvertexarrayobject.sip @@ -293,6 +371,7 @@ share/sip/PyQt5/QtGui/qrasterwindow.sip share/sip/PyQt5/QtGui/qrawfont.sip share/sip/PyQt5/QtGui/qregion.sip share/sip/PyQt5/QtGui/qrgb.sip +share/sip/PyQt5/QtGui/qrgba64.sip share/sip/PyQt5/QtGui/qscreen.sip share/sip/PyQt5/QtGui/qsessionmanager.sip share/sip/PyQt5/QtGui/qstandarditemmodel.sip @@ -367,6 +446,11 @@ share/sip/PyQt5/QtLocation/qplacesearchr share/sip/PyQt5/QtLocation/qplacesearchsuggestionreply.sip share/sip/PyQt5/QtLocation/qplacesupplier.sip share/sip/PyQt5/QtLocation/qplaceuser.sip +share/sip/PyQt5/QtMacExtras/QtMacExtrasmod.sip +share/sip/PyQt5/QtMacExtras/qmacpasteboardmime.sip +share/sip/PyQt5/QtMacExtras/qmactoolbar.sip +share/sip/PyQt5/QtMacExtras/qmactoolbaritem.sip +share/sip/PyQt5/QtMacExtras/qtmac.sip share/sip/PyQt5/QtMultimedia/QtMultimediamod.sip share/sip/PyQt5/QtMultimedia/qabstractvideobuffer.sip share/sip/PyQt5/QtMultimedia/qabstractvideofilter.sip @@ -419,6 +503,7 @@ share/sip/PyQt5/QtNetwork/qauthenticator share/sip/PyQt5/QtNetwork/qdnslookup.sip share/sip/PyQt5/QtNetwork/qhostaddress.sip share/sip/PyQt5/QtNetwork/qhostinfo.sip +share/sip/PyQt5/QtNetwork/qhstspolicy.sip share/sip/PyQt5/QtNetwork/qhttpmultipart.sip share/sip/PyQt5/QtNetwork/qlocalserver.sip share/sip/PyQt5/QtNetwork/qlocalsocket.sip @@ -427,6 +512,7 @@ share/sip/PyQt5/QtNetwork/qnetworkconfig share/sip/PyQt5/QtNetwork/qnetworkconfiguration.sip share/sip/PyQt5/QtNetwork/qnetworkcookie.sip share/sip/PyQt5/QtNetwork/qnetworkcookiejar.sip +share/sip/PyQt5/QtNetwork/qnetworkdatagram.sip share/sip/PyQt5/QtNetwork/qnetworkdiskcache.sip share/sip/PyQt5/QtNetwork/qnetworkinterface.sip share/sip/PyQt5/QtNetwork/qnetworkproxy.sip @@ -440,6 +526,7 @@ share/sip/PyQt5/QtNetwork/qsslcertificat share/sip/PyQt5/QtNetwork/qsslcertificateextension.sip share/sip/PyQt5/QtNetwork/qsslcipher.sip share/sip/PyQt5/QtNetwork/qsslconfiguration.sip +share/sip/PyQt5/QtNetwork/qssldiffiehellmanparameters.sip share/sip/PyQt5/QtNetwork/qsslellipticcurve.sip share/sip/PyQt5/QtNetwork/qsslerror.sip share/sip/PyQt5/QtNetwork/qsslkey.sip @@ -448,6 +535,18 @@ share/sip/PyQt5/QtNetwork/qsslsocket.sip share/sip/PyQt5/QtNetwork/qtcpserver.sip share/sip/PyQt5/QtNetwork/qtcpsocket.sip share/sip/PyQt5/QtNetwork/qudpsocket.sip +share/sip/PyQt5/QtNfc/QtNfcmod.sip +share/sip/PyQt5/QtNfc/qndeffilter.sip +share/sip/PyQt5/QtNfc/qndefmessage.sip +share/sip/PyQt5/QtNfc/qndefnfcsmartposterrecord.sip +share/sip/PyQt5/QtNfc/qndefnfctextrecord.sip +share/sip/PyQt5/QtNfc/qndefnfcurirecord.sip +share/sip/PyQt5/QtNfc/qndefrecord.sip +share/sip/PyQt5/QtNfc/qnearfieldmanager.sip +share/sip/PyQt5/QtNfc/qnearfieldsharemanager.sip +share/sip/PyQt5/QtNfc/qnearfieldsharetarget.sip +share/sip/PyQt5/QtNfc/qnearfieldtarget.sip +share/sip/PyQt5/QtNfc/qqmlndefrecord.sip share/sip/PyQt5/QtOpenGL/QtOpenGLmod.sip share/sip/PyQt5/QtOpenGL/qgl.sip share/sip/PyQt5/QtPositioning/QtPositioningmod.sip @@ -457,6 +556,7 @@ share/sip/PyQt5/QtPositioning/qgeoareamo share/sip/PyQt5/QtPositioning/qgeocircle.sip share/sip/PyQt5/QtPositioning/qgeocoordinate.sip share/sip/PyQt5/QtPositioning/qgeolocation.sip +share/sip/PyQt5/QtPositioning/qgeopath.sip share/sip/PyQt5/QtPositioning/qgeopositioninfo.sip share/sip/PyQt5/QtPositioning/qgeopositioninfosource.sip share/sip/PyQt5/QtPositioning/qgeorectangle.sip @@ -512,8 +612,12 @@ share/sip/PyQt5/QtQuick/qsgabstractrende share/sip/PyQt5/QtQuick/qsgengine.sip share/sip/PyQt5/QtQuick/qsgflatcolormaterial.sip share/sip/PyQt5/QtQuick/qsggeometry.sip +share/sip/PyQt5/QtQuick/qsgimagenode.sip share/sip/PyQt5/QtQuick/qsgmaterial.sip share/sip/PyQt5/QtQuick/qsgnode.sip +share/sip/PyQt5/QtQuick/qsgrectanglenode.sip +share/sip/PyQt5/QtQuick/qsgrendererinterface.sip +share/sip/PyQt5/QtQuick/qsgrendernode.sip share/sip/PyQt5/QtQuick/qsgsimplerectnode.sip share/sip/PyQt5/QtQuick/qsgsimpletexturenode.sip share/sip/PyQt5/QtQuick/qsgtexture.sip @@ -531,7 +635,9 @@ share/sip/PyQt5/QtSensors/qcompass.sip share/sip/PyQt5/QtSensors/qdistancesensor.sip share/sip/PyQt5/QtSensors/qgyroscope.sip share/sip/PyQt5/QtSensors/qholstersensor.sip +share/sip/PyQt5/QtSensors/qhumiditysensor.sip share/sip/PyQt5/QtSensors/qirproximitysensor.sip +share/sip/PyQt5/QtSensors/qlidsensor.sip share/sip/PyQt5/QtSensors/qlightsensor.sip share/sip/PyQt5/QtSensors/qmagnetometer.sip share/sip/PyQt5/QtSensors/qorientationsensor.sip @@ -541,6 +647,9 @@ share/sip/PyQt5/QtSensors/qrotationsenso share/sip/PyQt5/QtSensors/qsensor.sip share/sip/PyQt5/QtSensors/qtapsensor.sip share/sip/PyQt5/QtSensors/qtiltsensor.sip +share/sip/PyQt5/QtSerialPort/QtSerialPortmod.sip +share/sip/PyQt5/QtSerialPort/qserialport.sip +share/sip/PyQt5/QtSerialPort/qserialportinfo.sip share/sip/PyQt5/QtSql/QtSqlmod.sip share/sip/PyQt5/QtSql/qsql.sip share/sip/PyQt5/QtSql/qsqldatabase.sip @@ -555,6 +664,7 @@ share/sip/PyQt5/QtSql/qsqlrelationaldele share/sip/PyQt5/QtSql/qsqlrelationaltablemodel.sip share/sip/PyQt5/QtSql/qsqlresult.sip share/sip/PyQt5/QtSql/qsqltablemodel.sip +share/sip/PyQt5/QtSql/qtsqlglobal.sip share/sip/PyQt5/QtSvg/QtSvgmod.sip share/sip/PyQt5/QtSvg/qgraphicssvgitem.sip share/sip/PyQt5/QtSvg/qsvggenerator.sip @@ -570,6 +680,29 @@ share/sip/PyQt5/QtTest/qtesttouch.sip share/sip/PyQt5/QtWebChannel/QtWebChannelmod.sip share/sip/PyQt5/QtWebChannel/qwebchannel.sip share/sip/PyQt5/QtWebChannel/qwebchannelabstracttransport.sip +share/sip/PyQt5/QtWebEngine/QtWebEnginemod.sip +share/sip/PyQt5/QtWebEngine/qquickwebengineprofile.sip +share/sip/PyQt5/QtWebEngine/qquickwebenginescript.sip +share/sip/PyQt5/QtWebEngine/qtwebengineglobal.sip +share/sip/PyQt5/QtWebEngineCore/QtWebEngineCoremod.sip +share/sip/PyQt5/QtWebEngineCore/qwebenginecookiestore.sip +share/sip/PyQt5/QtWebEngineCore/qwebenginehttprequest.sip +share/sip/PyQt5/QtWebEngineCore/qwebengineurlrequestinfo.sip +share/sip/PyQt5/QtWebEngineCore/qwebengineurlrequestinterceptor.sip +share/sip/PyQt5/QtWebEngineCore/qwebengineurlrequestjob.sip +share/sip/PyQt5/QtWebEngineCore/qwebengineurlschemehandler.sip +share/sip/PyQt5/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip +share/sip/PyQt5/QtWebEngineWidgets/qwebenginecertificateerror.sip +share/sip/PyQt5/QtWebEngineWidgets/qwebenginecontextmenudata.sip +share/sip/PyQt5/QtWebEngineWidgets/qwebenginedownloaditem.sip +share/sip/PyQt5/QtWebEngineWidgets/qwebenginefullscreenrequest.sip +share/sip/PyQt5/QtWebEngineWidgets/qwebenginehistory.sip +share/sip/PyQt5/QtWebEngineWidgets/qwebenginepage.sip +share/sip/PyQt5/QtWebEngineWidgets/qwebengineprofile.sip +share/sip/PyQt5/QtWebEngineWidgets/qwebenginescript.sip +share/sip/PyQt5/QtWebEngineWidgets/qwebenginescriptcollection.sip +share/sip/PyQt5/QtWebEngineWidgets/qwebenginesettings.sip +share/sip/PyQt5/QtWebEngineWidgets/qwebengineview.sip share/sip/PyQt5/QtWebKit/QtWebKitmod.sip share/sip/PyQt5/QtWebKit/qwebdatabase.sip share/sip/PyQt5/QtWebKit/qwebelement.sip @@ -585,6 +718,12 @@ share/sip/PyQt5/QtWebKitWidgets/qwebfram share/sip/PyQt5/QtWebKitWidgets/qwebinspector.sip share/sip/PyQt5/QtWebKitWidgets/qwebpage.sip share/sip/PyQt5/QtWebKitWidgets/qwebview.sip +share/sip/PyQt5/QtWebSockets/QtWebSocketsmod.sip +share/sip/PyQt5/QtWebSockets/qmaskgenerator.sip +share/sip/PyQt5/QtWebSockets/qwebsocket.sip +share/sip/PyQt5/QtWebSockets/qwebsocketcorsauthenticator.sip +share/sip/PyQt5/QtWebSockets/qwebsocketprotocol.sip +share/sip/PyQt5/QtWebSockets/qwebsocketserver.sip share/sip/PyQt5/QtWidgets/QtWidgetsmod.sip share/sip/PyQt5/QtWidgets/qabstractbutton.sip share/sip/PyQt5/QtWidgets/qabstractitemdelegate.sip @@ -710,6 +849,17 @@ share/sip/PyQt5/QtWidgets/qwhatsthis.sip share/sip/PyQt5/QtWidgets/qwidget.sip share/sip/PyQt5/QtWidgets/qwidgetaction.sip share/sip/PyQt5/QtWidgets/qwizard.sip +share/sip/PyQt5/QtWinExtras/QtWinExtrasmod.sip +share/sip/PyQt5/QtWinExtras/qwinfunctions.sip +share/sip/PyQt5/QtWinExtras/qwinjumplist.sip +share/sip/PyQt5/QtWinExtras/qwinjumplistcategory.sip +share/sip/PyQt5/QtWinExtras/qwinjumplistitem.sip +share/sip/PyQt5/QtWinExtras/qwintaskbarbutton.sip +share/sip/PyQt5/QtWinExtras/qwintaskbarprogress.sip +share/sip/PyQt5/QtWinExtras/qwinthumbnailtoolbar.sip +share/sip/PyQt5/QtWinExtras/qwinthumbnailtoolbutton.sip +share/sip/PyQt5/QtX11Extras/QtX11Extrasmod.sip +share/sip/PyQt5/QtX11Extras/qx11info_x11.sip share/sip/PyQt5/QtXml/QtXmlmod.sip share/sip/PyQt5/QtXml/qdom.sip share/sip/PyQt5/QtXml/qxml.sip @@ -728,9 +878,3 @@ share/sip/PyQt5/QtXmlPatterns/qxmlresult share/sip/PyQt5/QtXmlPatterns/qxmlschema.sip share/sip/PyQt5/QtXmlPatterns/qxmlschemavalidator.sip share/sip/PyQt5/QtXmlPatterns/qxmlserializer.sip -share/sip/PyQt5/_QOpenGLFunctions_2_0/_QOpenGLFunctions_2_0mod.sip -share/sip/PyQt5/_QOpenGLFunctions_2_0/qopenglfunctions_2_0.sip -share/sip/PyQt5/_QOpenGLFunctions_2_1/_QOpenGLFunctions_2_1mod.sip -share/sip/PyQt5/_QOpenGLFunctions_2_1/qopenglfunctions_2_1.sip -share/sip/PyQt5/_QOpenGLFunctions_4_1_Core/_QOpenGLFunctions_4_1_Coremod.sip -share/sip/PyQt5/_QOpenGLFunctions_4_1_Core/qopenglfunctions_4_1_core.sip Index: pkgsrc/x11/py-qt5/distinfo diff -u pkgsrc/x11/py-qt5/distinfo:1.4 pkgsrc/x11/py-qt5/distinfo:1.5 --- pkgsrc/x11/py-qt5/distinfo:1.4 Sat Apr 23 07:38:38 2016 +++ pkgsrc/x11/py-qt5/distinfo Wed Jan 17 19:39:57 2018 @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.4 2016/04/23 07:38:38 wiz Exp $ +$NetBSD: distinfo,v 1.5 2018/01/17 19:39:57 markd Exp $ -SHA1 (PyQt-gpl-5.5.1.tar.gz) = d54cd7cf26b10f0b59fddce4a6a742f9697a94ff -RMD160 (PyQt-gpl-5.5.1.tar.gz) = f0027899d9cef20d40dbcad01560edd25c6f7e4e -SHA512 (PyQt-gpl-5.5.1.tar.gz) = ed9a4f30a50c0879f25b6a0841247f3f0de86942b55c1de9efea963bfbf64ee963a9e5c09be036ff2dec76164863b3b6235e45e8662776425f15378fa0abeab4 -Size (PyQt-gpl-5.5.1.tar.gz) = 3705749 bytes -SHA1 (patch-configure.py) = 5b447f906b05dace1068fc5126b3c40a2e6c9452 +SHA1 (PyQt5_gpl-5.9.1.tar.gz) = b74f7410aefa21f077eca63fa11928f0bcadb99f +RMD160 (PyQt5_gpl-5.9.1.tar.gz) = 96f05042a3f09491652827afb542e99ffa6375a8 +SHA512 (PyQt5_gpl-5.9.1.tar.gz) = 1c7d00dac5329296dd205eddeeecfd29495c4746791730056d143438871eb64a5d9827dcb1e28a78e8746218908e0e72374bd686a21b631b9aa1aa1c67e61eac +Size (PyQt5_gpl-5.9.1.tar.gz) = 3101819 bytes SHA1 (patch-designer_designer.pro-in) = 8b7d885c4a5c5336dbdbead2bd88a4da02026ee2 -SHA1 (patch-qmlscene_qmlscene.pro-in) = fbc19d909b9174b26c9b81898e3843c8a3521492 +SHA1 (patch-qmlscene_qmlscene.pro-in) = 055ad9670d9d67dd8fca2f293a0b8b8c71512a4d Index: pkgsrc/x11/py-qt5/patches/patch-qmlscene_qmlscene.pro-in diff -u pkgsrc/x11/py-qt5/patches/patch-qmlscene_qmlscene.pro-in:1.1 pkgsrc/x11/py-qt5/patches/patch-qmlscene_qmlscene.pro-in:1.2 --- pkgsrc/x11/py-qt5/patches/patch-qmlscene_qmlscene.pro-in:1.1 Sat Apr 23 07:38:38 2016 +++ pkgsrc/x11/py-qt5/patches/patch-qmlscene_qmlscene.pro-in Wed Jan 17 19:39:57 2018 @@ -1,14 +1,14 @@ -$NetBSD: patch-qmlscene_qmlscene.pro-in,v 1.1 2016/04/23 07:38:38 wiz Exp $ +$NetBSD: patch-qmlscene_qmlscene.pro-in,v 1.2 2018/01/17 19:39:57 markd Exp $ Add rpath to X11 libraries. ---- qmlscene/qmlscene.pro-in.orig 2014-12-25 10:18:22.000000000 +0000 +--- qmlscene/qmlscene.pro-in.orig 2017-03-07 08:52:16.000000000 +0000 +++ qmlscene/qmlscene.pro-in @@ -9,6 +9,7 @@ TEMPLATE = lib INCLUDEPATH += @PYINCDIR@ @SIPINCDIR@ LIBS += @PYLINK@ +LIBS += -Wl,-rpath,@X11LIB@ + DEFINES += PYTHON_LIB=\\\"@PYSHLIB@\\\" SOURCES = pluginloader.cpp - HEADERS = pluginloader.h --_----------=_151621799891530--