Date: Sun, 30 Apr 2017 10:07:23 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439794 - in head: Mk/Uses devel/py-qt4 devel/py-qt5 devel/py-qt5-core devel/py-qt5-core/files devel/py-sip devel/py-sip/files devel/qscintilla2 graphics/qgis/files math/qtiplot/files m... Message-ID: <201704301007.v3UA7Nef090395@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sun Apr 30 10:07:23 2017 New Revision: 439794 URL: https://svnweb.freebsd.org/changeset/ports/439794 Log: Update py-sip to 4.19.2, py-qt4 to 4.12 and py-qt5 to 5.7.1 * This is mostly based on the work by Adriaan de Groot <groot@kde.org> in our development repo. PR: 217305 PR: 218539 Submitted by: Adriaan de Groot <groot@kde.org> Reviewed by: rakuco, mat Approved by: rakuco (mentor) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D9771 Added: head/devel/py-sip/files/patch-hg_6b09a6d578e8 (contents, props changed) head/graphics/qgis/files/patch-gentoogit_d9559d0_qgis-2.18.3-sip-4.19.1 (contents, props changed) head/math/qtiplot/files/patch-gentoogit_68af1bc_qtiplot-0.9.8.9-sip-4.19 (contents, props changed) Modified: head/Mk/Uses/pyqt.mk head/devel/py-qt4/distinfo head/devel/py-qt5-core/files/patch-configure.py head/devel/py-qt5-core/pkg-plist head/devel/py-qt5/distinfo head/devel/py-sip/Makefile head/devel/py-sip/distinfo head/devel/qscintilla2/pkg-plist head/misc/py-qt4-doc/pkg-plist head/misc/py-qt5-demo/Makefile head/misc/py-qt5-doc/pkg-plist head/textproc/py-qt5-xml/pkg-plist Modified: head/Mk/Uses/pyqt.mk ============================================================================== --- head/Mk/Uses/pyqt.mk Sun Apr 30 09:02:05 2017 (r439793) +++ head/Mk/Uses/pyqt.mk Sun Apr 30 10:07:23 2017 (r439794) @@ -61,16 +61,16 @@ MASTER_SITES_PYQT5= SF/pyqt/PyQt5/PyQt-$ MASTER_SITES_QSCI2= SF/pyqt/QScintilla2/QScintilla-${PORTVERSION} \ GENTOO -SIP_VERSION= 4.18 +SIP_VERSION= 4.19.2 QSCI2_VERSION= 2.9.1 -PYQT4_VERSION= 4.11.4 -PYQT5_VERSION= 5.6 +PYQT4_VERSION= 4.12 +PYQT5_VERSION= 5.7.1 SIP_DISTNAME= sip-${SIP_VERSION} -PYQT4_DISTNAME= PyQt-x11-gpl-${PYQT4_VERSION} -PYQT4_DISTINFO_FILE= ${.CURDIR}/../../devel/${PYQT_RELNAME}/distinfo +PYQT4_DISTNAME= PyQt4_gpl_x11-${PYQT4_VERSION} +PYQT4_DISTINFO_FILE= ${.CURDIR:H:H}/devel/${PYQT_RELNAME}/distinfo PYQT5_DISTNAME= PyQt5_gpl-${PYQT5_VERSION} -PYQT5_DISTINFO_FILE= ${.CURDIR}/../../devel/py-qt5/distinfo +PYQT5_DISTINFO_FILE= ${.CURDIR:H:H}/devel/${PYQT_RELNAME}/distinfo QSCI2_DISTNAME= QScintilla-gpl-${QSCI2_VERSION} # PyQt components split up into pyqt4/pyqt5/... Modified: head/devel/py-qt4/distinfo ============================================================================== --- head/devel/py-qt4/distinfo Sun Apr 30 09:02:05 2017 (r439793) +++ head/devel/py-qt4/distinfo Sun Apr 30 10:07:23 2017 (r439794) @@ -1,2 +1,3 @@ -SHA256 (PyQt-x11-gpl-4.11.4.tar.gz) = fc1fe77495432ba3b0d74ff5cb164d375a97f5dddb728256330f615a7cdcf407 -SIZE (PyQt-x11-gpl-4.11.4.tar.gz) = 11317088 +TIMESTAMP = 1487867323 +SHA256 (PyQt4_gpl_x11-4.12.tar.gz) = 3c1d4b55314adb3e1132de8fc2a92eed216d37e58aceed41294dbca210ca88db +SIZE (PyQt4_gpl_x11-4.12.tar.gz) = 11325395 Modified: head/devel/py-qt5-core/files/patch-configure.py ============================================================================== --- head/devel/py-qt5-core/files/patch-configure.py Sun Apr 30 09:02:05 2017 (r439793) +++ head/devel/py-qt5-core/files/patch-configure.py Sun Apr 30 10:07:23 2017 (r439794) @@ -7,82 +7,97 @@ depends on different modules with module Also fixes a bug where dbus support drops multiple -I flags produced by pkg-config --cflags dbus-1 . ---- configure.py.orig 2016-04-24 10:55:08.000000000 +0000 -+++ configure.py 2016-10-30 22:16:19.159104000 +0000 -@@ -1482,13 +1482,13 @@ - - generate_sip_module_code(target_config, verbose, no_timestamp, parts, - tracing, 'Qt', sip_flags) +--- configure.py.orig 2016-07-25 13:55:28.000000000 +0000 ++++ configure.py 2016-09-14 18:42:40.977955000 +0000 +@@ -1460,8 +1460,9 @@ + + # Add the internal modules if they are required. + if not target_config.no_tools: +- pyqt_modules.append('pylupdate') +- pyqt_modules.append('pyrcc') ++ if "QtXml" in target_config.pyqt_modules: ++ pyqt_modules.append('pylupdate') ++ pyqt_modules.append('pyrcc') + + for mname in pyqt_modules: + metadata = MODULE_METADATA[mname] +@@ -1504,18 +1505,19 @@ + + generate_sip_module_code(target_config, verbose, parts, tracing, 'Qt', + sip_flags, False) - subdirs.append('Qt') - + + wrappers = [] if not target_config.no_tools: -- # Generate pylupdate5 and pyrcc5. +- # Generate the pylupdate5 and pyrcc5 wrappers. - for tool in ('pylupdate', 'pyrcc'): -- generate_application_makefile(target_config, verbose, tool) -- subdirs.append(tool) +- wrappers.append((tool, +- generate_tool_wrapper(target_config, tool + '5', +- 'PyQt5.%s_main' % tool))) +- +- # Generate the pyuic5 wrapper. +- wrappers.append(('pyuic', + if "QtXml" in target_config.pyqt_modules: -+ # Generate pylupdate5 and pyrcc5. ++ # Generate the pylupdate5 and pyrcc5 wrappers. + for tool in ('pylupdate', 'pyrcc'): -+ generate_application_makefile(target_config, verbose, tool) -+ subdirs.append(tool) - - # Generate the pyuic5 wrapper. - pyuic_wrapper = generate_pyuic5_wrapper(target_config) -@@ -1507,22 +1507,6 @@ ++ wrappers.append((tool, ++ generate_tool_wrapper(target_config, tool + '5', ++ 'PyQt5.%s_main' % tool))) ++ ++ if "QtCore" in target_config.pyqt_modules: ++ # Generate the pyuic5 wrapper. ++ wrappers.append(('pyuic', + generate_tool_wrapper(target_config, 'pyuic5', + 'PyQt5.uic.pyuic'))) + +@@ -1533,23 +1535,6 @@ source_path('examples', 'quick', 'tutorials', 'extending', 'chapter6-plugins')) - + - # Generate the QScintilla API file. - if target_config.qsci_api: - inform("Generating the QScintilla API file...") - f = open_for_writing('PyQt5.api') - - for mname in target_config.pyqt_modules: -- api = open(mname + '.api') +- if MODULE_METADATA[mname].public: +- api = open(mname + '.api') - -- for l in api: -- f.write('PyQt5.' + l) +- for l in api: +- f.write('PyQt5.' + l) - -- api.close() -- os.remove(mname + '.api') +- api.close() +- os.remove(mname + '.api') - - f.close() - # Generate the Python dbus module. if target_config.pydbus_module_dir != '': mname = 'dbus' -@@ -1548,21 +1532,24 @@ +@@ -1577,14 +1562,18 @@ out_f.write('''TEMPLATE = subdirs CONFIG += ordered nostrip SUBDIRS = %s -+''' % ' '.join(subdirs)) - ++''' % (' '.join(subdirs))) + + if "QtCore" in target_config.pyqt_modules: + out_f.write(''' init_py.files = %s init_py.path = %s INSTALLS += init_py --''' % (' '.join(subdirs), source_path('__init__.py'), qmake_quote(target_config.pyqt_module_dir + '/PyQt5'))) -+''' % (source_path('__init__.py'), qmake_quote(target_config.pyqt_module_dir + '/PyQt5'))) - -- # Install the uic module and the pyuic5 wrapper. +-''' % (' '.join(subdirs), source_path('__init__.py'), root_dir)) ++''' % (source_path('__init__.py'), root_dir)) + +- # Install the uic module. - out_f.write(''' -+ # Install the uic module and the pyuic5 wrapper. -+ out_f.write(''' ++ if not target_config.no_tools: ++ # Install the uic module. ++ out_f.write(''' uic_package.files = %s uic_package.path = %s INSTALLS += uic_package - ''' % (source_path('pyuic', 'uic'), qmake_quote(target_config.pyqt_module_dir + '/PyQt5'))) - -- if not target_config.no_tools: -- out_f.write(''' -+ if not target_config.no_tools: -+ out_f.write(''' - pyuic5.files = %s - pyuic5.path = %s - INSTALLS += pyuic5 -@@ -1579,11 +1566,12 @@ - +@@ -1620,11 +1609,12 @@ + # Install the QScintilla .api file. if target_config.qsci_api: + api_list = ' '.join(['%s.api' % m for m in target_config.pyqt_modules]) @@ -93,17 +108,6 @@ by pkg-config --cflags dbus-1 . INSTALLS += qscintilla_api -''' % qmake_quote(target_config.qsci_api_dir + '/api/python')) +''' % (api_list, qmake_quote(target_config.qsci_api_dir + '/api/python'))) - + out_f.close() - -@@ -2140,7 +2128,9 @@ - else: - dlist = target_config.dbus_inc_dirs - -- target_config.dbus_inc_dirs = [] -+ # Don't reset dbus_inc_dirs, because it will forget the flags -+ # found for dbus, above (which might require multiple -I flags). -+ # target_config.dbus_inc_dirs = [] - - for d in dlist: - if os.access(os.path.join(d, 'dbus', 'dbus-python.h'), os.F_OK): + Modified: head/devel/py-qt5-core/pkg-plist ============================================================================== --- head/devel/py-qt5-core/pkg-plist Sun Apr 30 09:02:05 2017 (r439793) +++ head/devel/py-qt5-core/pkg-plist Sun Apr 30 10:07:23 2017 (r439794) @@ -1,101 +1,101 @@ bin/pyuic5 %%PYTHON_SITELIBDIR%%/PyQt5/Qt.py %%PYTHON_SITELIBDIR%%/PyQt5/Qt.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/Qt.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/Qt.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/QtCore.so %%PYTHON_SITELIBDIR%%/PyQt5/__init__.py %%PYTHON_SITELIBDIR%%/PyQt5/__init__.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.pyo -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.py -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.pyo -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.py -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtcharts.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtcharts.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtcharts.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebenginewidgets.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebenginewidgets.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebenginewidgets.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.pyc -%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.%%PYTHON_PYOEXTENSION%% %%PYQT_SIPDIR%%/QtCore/QtCoremod.sip %%PYQT_SIPDIR%%/QtCore/qabstractanimation.sip %%PYQT_SIPDIR%%/QtCore/qabstracteventdispatcher.sip Modified: head/devel/py-qt5/distinfo ============================================================================== --- head/devel/py-qt5/distinfo Sun Apr 30 09:02:05 2017 (r439793) +++ head/devel/py-qt5/distinfo Sun Apr 30 10:07:23 2017 (r439794) @@ -1,3 +1,4 @@ -TIMESTAMP = 1477759251 -SHA256 (PyQt5_gpl-5.6.tar.gz) = 2e481a6c4c41b96ed3b33449e5f9599987c63a5c8db93313bd57a6acbf20f0e1 -SIZE (PyQt5_gpl-5.6.tar.gz) = 3720782 +TIMESTAMP = 1487865147 +SHA256 (PyQt5_gpl-5.7.1.tar.gz) = be849f212a074049b9ebc10b6c07dddefb86e6d30e8df8a5c715cbb2cf7fad14 +SIZE (PyQt5_gpl-5.7.1.tar.gz) = 3733746 + Modified: head/devel/py-sip/Makefile ============================================================================== --- head/devel/py-sip/Makefile Sun Apr 30 09:02:05 2017 (r439793) +++ head/devel/py-sip/Makefile Sun Apr 30 10:07:23 2017 (r439794) @@ -39,5 +39,7 @@ post-install: ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR} \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/sip + ${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/sip.so .include <bsd.port.mk> Modified: head/devel/py-sip/distinfo ============================================================================== --- head/devel/py-sip/distinfo Sun Apr 30 09:02:05 2017 (r439793) +++ head/devel/py-sip/distinfo Sun Apr 30 10:07:23 2017 (r439794) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473848835 -SHA256 (sip-4.18.tar.gz) = f1dc5c81c07a9ad97edcd4a0af964a41e420024ba7ca165afd2b351efd249cb6 -SIZE (sip-4.18.tar.gz) = 991980 +TIMESTAMP = 1491828562 +SHA256 (sip-4.19.2.tar.gz) = 432b4aad25254e6997913e33b1ca3cf5fd21d5729a50a3ce2edccbea82c80533 +SIZE (sip-4.19.2.tar.gz) = 1000746 Added: head/devel/py-sip/files/patch-hg_6b09a6d578e8 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-sip/files/patch-hg_6b09a6d578e8 Sun Apr 30 10:07:23 2017 (r439794) @@ -0,0 +1,20 @@ +Fix a regression so that a shadow class is not generated if there is a private +dtor. + +https://www.riverbankcomputing.com/hg/sip/rev/6b09a6d578e8 + +diff -r 6209a625ac87 -r 6b09a6d578e8 sipgen/transform.c +--- sipgen/transform.c Thu Mar 30 09:43:04 2017 +0100 ++++ sipgen/transform.c Sun Apr 02 11:49:58 2017 +0100 +@@ -273,7 +273,7 @@ + for (cd = pt->classes; cd != NULL; cd = cd->next) + if (cd->iff->type == class_iface) + { +- if (needsShadow(cd) && !isIncomplete(cd) && canCreate(cd)) ++ if (needsShadow(cd) && !isIncomplete(cd) && !isPrivateDtor(cd) && canCreate(cd)) + setHasShadow(cd); + + /* Get the list of visible Python member functions. */ + + + Modified: head/devel/qscintilla2/pkg-plist ============================================================================== --- head/devel/qscintilla2/pkg-plist Sun Apr 30 09:02:05 2017 (r439793) +++ head/devel/qscintilla2/pkg-plist Sun Apr 30 10:07:23 2017 (r439794) @@ -48,10 +48,10 @@ %%QT_INCDIR%%/Qsci/qsciscintillabase.h %%QT_INCDIR%%/Qsci/qscistyle.h %%QT_INCDIR%%/Qsci/qscistyledtext.h -lib/qt4/libqscintilla2.so -lib/qt4/libqscintilla2.so.12 -lib/qt4/libqscintilla2.so.12.0 -lib/qt4/libqscintilla2.so.12.0.1 +%%QT_LIBDIR%%/libqscintilla2.so +%%QT_LIBDIR%%/libqscintilla2.so.12 +%%QT_LIBDIR%%/libqscintilla2.so.12.0 +%%QT_LIBDIR%%/libqscintilla2.so.12.0.1 %%QT_MKSPECDIR%%/features/qscintilla2.prf share/qt4/qsci/api/python/Python-2.4.api share/qt4/qsci/api/python/Python-2.5.api Added: head/graphics/qgis/files/patch-gentoogit_d9559d0_qgis-2.18.3-sip-4.19.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/qgis/files/patch-gentoogit_d9559d0_qgis-2.18.3-sip-4.19.1 Sun Apr 30 10:07:23 2017 (r439794) @@ -0,0 +1,44 @@ +Obtained from: https://gitweb.gentoo.org/repo/gentoo.git/tree/sci-geosciences/qgis + +From 85a0db24f32351f6096cd8282f03ad5c2f4e6ef5 Mon Sep 17 00:00:00 2001 +From: Sandro Mani <manisandro@gmail.com> +Date: Wed, 1 Mar 2017 16:12:38 +0100 +Subject: [PATCH] Fix build against recent sip/PyQt4: + +qgsfiledownloader.sip:33:0: +src/gui/qgsfiledownloader.h:94:5: error: overriding non-deleted function 'virtual QgsFileDownloader::~QgsFileDownloader()' + +RuntimeError: qgis._core cannot import type 'QList<QVariant>' from PyQt4.QtCore +--- + python/core/core.sip | 1 + + src/gui/qgsfiledownloader.h | 4 +++- + 2 files changed, 4 insertions(+), 1 deletion(-) + +diff --git a/python/core/core.sip b/python/core/core.sip +index 8f0b6af..41f5450 100644 +--- python/core/core.sip ++++ python/core/core.sip +@@ -3,6 +3,7 @@ + + %Feature QT5_SUPPORT + ++%Import QtCore/QtCoremod.sip + %Import QtXml/QtXmlmod.sip + %Import QtNetwork/QtNetworkmod.sip + %Import QtSql/QtSqlmod.sip +diff --git a/src/gui/qgsfiledownloader.h b/src/gui/qgsfiledownloader.h +index c9276f7..841e4b6 100644 +--- src/gui/qgsfiledownloader.h ++++ src/gui/qgsfiledownloader.h +@@ -90,8 +90,10 @@ class GUI_EXPORT QgsFileDownloader : public QObject + void onSslErrors( QNetworkReply *reply, const QList<QSslError> &errors ); + #endif + +- private: ++ protected: + ~QgsFileDownloader(); ++ ++ private: + /** + * Abort current request and show an error if the instance has GUI + * notifications enabled. Added: head/math/qtiplot/files/patch-gentoogit_68af1bc_qtiplot-0.9.8.9-sip-4.19 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/qtiplot/files/patch-gentoogit_68af1bc_qtiplot-0.9.8.9-sip-4.19 Sun Apr 30 10:07:23 2017 (r439794) @@ -0,0 +1,46 @@ +Obtained from: https://gitweb.gentoo.org/repo/gentoo.git/tree/sci-visualization/qtiplot + +sci-visualization/qtiplot: Fix build with >=sip-4.19 +Thanks-to: Fabio Rossi <rossi.f@inwind.it> +Gentoo-bug: 609280 + +Package-Manager: Portage-2.3.3, Repoman-2.3.1 + +--- qtiplot/src/scripting/qti.sip 2017-02-13 17:01:03.123828499 +0100 ++++ qtiplot/src/scripting/qti.sip 2017-02-13 17:02:12.628828234 +0100 +@@ -148,14 +148,14 @@ + } + break; + case Table::Date: +- if (sipCanConvertToType(item, sipType_QDateTime, 0)) { ++ if (sipCanConvertToType(item, sipFindType("QDateTime"), 0)) { + int isErr = 0; +- QDateTime* dateTime = reinterpret_cast<QDateTime*>(sipConvertToType(item, sipType_QDateTime, ++ QDateTime* dateTime = reinterpret_cast<QDateTime*>(sipConvertToType(item, sipFindType("QDateTime"), + 0/*sipTransferObj*/, 0/*flags*/, 0/*state*/, &isErr)); + if (isErr) + return 1; + table->setText(row, col, dateTime->toString(table->columnFormat(col))); +- delete dateTime; ++ //delete dateTime; + } + else { + if (PyType_Ready(item_type) == 0) +@@ -164,14 +164,14 @@ + } + break; + case Table::Time: +- if (sipCanConvertToType(item, sipType_QTime, 0)) { ++ if (sipCanConvertToType(item, sipFindType("QTime"), 0)) { + int isErr = 0; +- QTime* time = reinterpret_cast<QTime*>(sipConvertToType(item, sipType_QTime, ++ QTime* time = reinterpret_cast<QTime*>(sipConvertToType(item, sipFindType("QTime"), + 0/*sipTransferObj*/, 0/*flags*/, 0/*state*/, &isErr)); + if (isErr) + return 1; + table->setText(row, col, time->toString(table->columnFormat(col))); +- delete time; ++ //delete time; + } + else { + if (PyType_Ready(item_type) == 0) Modified: head/misc/py-qt4-doc/pkg-plist ============================================================================== --- head/misc/py-qt4-doc/pkg-plist Sun Apr 30 09:02:05 2017 (r439793) +++ head/misc/py-qt4-doc/pkg-plist Sun Apr 30 10:07:23 2017 (r439794) @@ -2,31 +2,32 @@ %%DOCSDIR%%/NEWS %%DOCSDIR%%/README %%DOCSDIR%%/THANKS -%%DOCSDIR%%/html/_sources/buffer_interface.txt -%%DOCSDIR%%/html/_sources/build_system.txt -%%DOCSDIR%%/html/_sources/dbus.txt -%%DOCSDIR%%/html/_sources/deploy_commercial.txt -%%DOCSDIR%%/html/_sources/designer.txt -%%DOCSDIR%%/html/_sources/gotchas.txt -%%DOCSDIR%%/html/_sources/i18n.txt -%%DOCSDIR%%/html/_sources/incompatibilities.txt -%%DOCSDIR%%/html/_sources/incompatible_apis.txt -%%DOCSDIR%%/html/_sources/index.txt -%%DOCSDIR%%/html/_sources/installation.txt -%%DOCSDIR%%/html/_sources/introduction.txt -%%DOCSDIR%%/html/_sources/keyword_arguments.txt -%%DOCSDIR%%/html/_sources/new_style_signals_slots.txt -%%DOCSDIR%%/html/_sources/old_style_signals_slots.txt -%%DOCSDIR%%/html/_sources/pickle.txt -%%DOCSDIR%%/html/_sources/pyqt_qsettings.txt -%%DOCSDIR%%/html/_sources/pyqt_qvariant.txt -%%DOCSDIR%%/html/_sources/python_shell.txt -%%DOCSDIR%%/html/_sources/python_v3.txt -%%DOCSDIR%%/html/_sources/qml.txt -%%DOCSDIR%%/html/_sources/qt_properties.txt -%%DOCSDIR%%/html/_sources/qt_v5.txt -%%DOCSDIR%%/html/_sources/resources.txt -%%DOCSDIR%%/html/_sources/webkit.txt +%%DOCSDIR%%/html/_sources/buffer_interface.rst.txt +%%DOCSDIR%%/html/_sources/build_system.rst.txt +%%DOCSDIR%%/html/_sources/dbus.rst.txt +%%DOCSDIR%%/html/_sources/deploy_commercial.rst.txt +%%DOCSDIR%%/html/_sources/designer.rst.txt +%%DOCSDIR%%/html/_sources/extension_api.rst.txt +%%DOCSDIR%%/html/_sources/gotchas.rst.txt +%%DOCSDIR%%/html/_sources/i18n.rst.txt +%%DOCSDIR%%/html/_sources/incompatibilities.rst.txt +%%DOCSDIR%%/html/_sources/incompatible_apis.rst.txt +%%DOCSDIR%%/html/_sources/index.rst.txt +%%DOCSDIR%%/html/_sources/installation.rst.txt +%%DOCSDIR%%/html/_sources/introduction.rst.txt +%%DOCSDIR%%/html/_sources/keyword_arguments.rst.txt +%%DOCSDIR%%/html/_sources/new_style_signals_slots.rst.txt +%%DOCSDIR%%/html/_sources/old_style_signals_slots.rst.txt +%%DOCSDIR%%/html/_sources/pickle.rst.txt +%%DOCSDIR%%/html/_sources/pyqt_qsettings.rst.txt +%%DOCSDIR%%/html/_sources/pyqt_qvariant.rst.txt +%%DOCSDIR%%/html/_sources/python_shell.rst.txt +%%DOCSDIR%%/html/_sources/python_v3.rst.txt +%%DOCSDIR%%/html/_sources/qml.rst.txt +%%DOCSDIR%%/html/_sources/qt_properties.rst.txt +%%DOCSDIR%%/html/_sources/qt_v5.rst.txt +%%DOCSDIR%%/html/_sources/resources.rst.txt +%%DOCSDIR%%/html/_sources/webkit.rst.txt %%DOCSDIR%%/html/_static/ajax-loader.gif %%DOCSDIR%%/html/_static/basic.css %%DOCSDIR%%/html/_static/classic.css @@ -37,8 +38,8 @@ %%DOCSDIR%%/html/_static/down-pressed.png %%DOCSDIR%%/html/_static/down.png %%DOCSDIR%%/html/_static/file.png +%%DOCSDIR%%/html/_static/jquery-3.1.0.js %%DOCSDIR%%/html/_static/jquery.js -%%DOCSDIR%%/html/_static/jquery-1.11.1.js %%DOCSDIR%%/html/_static/logo.png %%DOCSDIR%%/html/_static/logo_tn.ico %%DOCSDIR%%/html/_static/minus.png @@ -46,8 +47,8 @@ %%DOCSDIR%%/html/_static/pygments.css %%DOCSDIR%%/html/_static/searchtools.js %%DOCSDIR%%/html/_static/sidebar.js -%%DOCSDIR%%/html/_static/underscore.js %%DOCSDIR%%/html/_static/underscore-1.3.1.js +%%DOCSDIR%%/html/_static/underscore.js %%DOCSDIR%%/html/_static/up-pressed.png %%DOCSDIR%%/html/_static/up.png %%DOCSDIR%%/html/_static/websupport.js @@ -58,6 +59,7 @@ %%DOCSDIR%%/html/dbus.html %%DOCSDIR%%/html/deploy_commercial.html %%DOCSDIR%%/html/designer.html +%%DOCSDIR%%/html/extension_api.html %%DOCSDIR%%/html/genindex.html %%DOCSDIR%%/html/gotchas.html %%DOCSDIR%%/html/i18n.html Modified: head/misc/py-qt5-demo/Makefile ============================================================================== --- head/misc/py-qt5-demo/Makefile Sun Apr 30 09:02:05 2017 (r439793) +++ head/misc/py-qt5-demo/Makefile Sun Apr 30 10:07:23 2017 (r439794) @@ -11,13 +11,9 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, Qt demo and examples DISTINFO_FILE= ${PYQT_DISTINFO_FILE} - NO_BUILD= yes -USES= python pyqt:5 -USE_PYQT= # - -EXAMPLESDIR= ${PREFIX}/share/examples/py-qt5 +USES= python pyqt:5 USE_PYQT= core_run dbus_run designer_run \ designerplugin_run doc_run gui_run multimedia_run \ multimediawidgets_run network_run opengl_run qscintilla2_run \ @@ -25,6 +21,8 @@ USE_PYQT= core_run dbus_run designer_run xmlpatterns_run sip_run qscintilla2_run \ printsupport_run serialport_run webkitwidgets_run widgets_run +EXAMPLESDIR= ${PREFIX}/share/examples/py-qt5 + do-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} Modified: head/misc/py-qt5-doc/pkg-plist ============================================================================== --- head/misc/py-qt5-doc/pkg-plist Sun Apr 30 09:02:05 2017 (r439793) +++ head/misc/py-qt5-doc/pkg-plist Sun Apr 30 10:07:23 2017 (r439794) @@ -1,1003 +1,1015 @@ %%DOCSDIR%%/LICENSE %%DOCSDIR%%/NEWS %%DOCSDIR%%/README -%%DOCSDIR%%/html/_sources/api/enginio.txt -%%DOCSDIR%%/html/_sources/api/enginioclient.txt -%%DOCSDIR%%/html/_sources/api/enginioclientconnection.txt -%%DOCSDIR%%/html/_sources/api/enginioidentity.txt -%%DOCSDIR%%/html/_sources/api/enginiomodel.txt -%%DOCSDIR%%/html/_sources/api/enginiooauth2authentication.txt -%%DOCSDIR%%/html/_sources/api/enginioreply.txt -%%DOCSDIR%%/html/_sources/api/qabstractanimation.txt -%%DOCSDIR%%/html/_sources/api/qabstractbutton.txt -%%DOCSDIR%%/html/_sources/api/qabstracteventdispatcher.txt -%%DOCSDIR%%/html/_sources/api/qabstractextensionfactory.txt -%%DOCSDIR%%/html/_sources/api/qabstractextensionmanager.txt -%%DOCSDIR%%/html/_sources/api/qabstractformbuilder.txt -%%DOCSDIR%%/html/_sources/api/qabstractgraphicsshapeitem.txt -%%DOCSDIR%%/html/_sources/api/qabstractitemdelegate.txt -%%DOCSDIR%%/html/_sources/api/qabstractitemmodel.txt -%%DOCSDIR%%/html/_sources/api/qabstractitemview.txt -%%DOCSDIR%%/html/_sources/api/qabstractlistmodel.txt -%%DOCSDIR%%/html/_sources/api/qabstractmessagehandler.txt -%%DOCSDIR%%/html/_sources/api/qabstractnativeeventfilter.txt -%%DOCSDIR%%/html/_sources/api/qabstractnetworkcache.txt -%%DOCSDIR%%/html/_sources/api/qabstractprintdialog.txt -%%DOCSDIR%%/html/_sources/api/qabstractproxymodel.txt -%%DOCSDIR%%/html/_sources/api/qabstractscrollarea.txt -%%DOCSDIR%%/html/_sources/api/qabstractslider.txt -%%DOCSDIR%%/html/_sources/api/qabstractsocket.txt -%%DOCSDIR%%/html/_sources/api/qabstractspinbox.txt -%%DOCSDIR%%/html/_sources/api/qabstractstate.txt -%%DOCSDIR%%/html/_sources/api/qabstracttablemodel.txt -%%DOCSDIR%%/html/_sources/api/qabstracttextdocumentlayout.txt -%%DOCSDIR%%/html/_sources/api/qabstracttransition.txt -%%DOCSDIR%%/html/_sources/api/qabstracturiresolver.txt -%%DOCSDIR%%/html/_sources/api/qabstractvideobuffer.txt -%%DOCSDIR%%/html/_sources/api/qabstractvideosurface.txt -%%DOCSDIR%%/html/_sources/api/qabstractxmlnodemodel.txt -%%DOCSDIR%%/html/_sources/api/qabstractxmlreceiver.txt -%%DOCSDIR%%/html/_sources/api/qaccelerometer.txt -%%DOCSDIR%%/html/_sources/api/qaccelerometerfilter.txt -%%DOCSDIR%%/html/_sources/api/qaccelerometerreading.txt -%%DOCSDIR%%/html/_sources/api/qaction.txt -%%DOCSDIR%%/html/_sources/api/qactionevent.txt -%%DOCSDIR%%/html/_sources/api/qactiongroup.txt -%%DOCSDIR%%/html/_sources/api/qaltimeter.txt -%%DOCSDIR%%/html/_sources/api/qaltimeterfilter.txt -%%DOCSDIR%%/html/_sources/api/qaltimeterreading.txt -%%DOCSDIR%%/html/_sources/api/qambientlightfilter.txt -%%DOCSDIR%%/html/_sources/api/qambientlightreading.txt -%%DOCSDIR%%/html/_sources/api/qambientlightsensor.txt -%%DOCSDIR%%/html/_sources/api/qambienttemperaturefilter.txt -%%DOCSDIR%%/html/_sources/api/qambienttemperaturereading.txt -%%DOCSDIR%%/html/_sources/api/qambienttemperaturesensor.txt -%%DOCSDIR%%/html/_sources/api/qanimationgroup.txt -%%DOCSDIR%%/html/_sources/api/qapplication.txt -%%DOCSDIR%%/html/_sources/api/qaudio.txt -%%DOCSDIR%%/html/_sources/api/qaudiobuffer.txt -%%DOCSDIR%%/html/_sources/api/qaudiodecoder.txt -%%DOCSDIR%%/html/_sources/api/qaudiodeviceinfo.txt -%%DOCSDIR%%/html/_sources/api/qaudioencodersettings.txt -%%DOCSDIR%%/html/_sources/api/qaudioformat.txt -%%DOCSDIR%%/html/_sources/api/qaudioinput.txt -%%DOCSDIR%%/html/_sources/api/qaudiooutput.txt -%%DOCSDIR%%/html/_sources/api/qaudioprobe.txt -%%DOCSDIR%%/html/_sources/api/qaudiorecorder.txt -%%DOCSDIR%%/html/_sources/api/qauthenticator.txt -%%DOCSDIR%%/html/_sources/api/qaxbase.txt -%%DOCSDIR%%/html/_sources/api/qaxobject.txt -%%DOCSDIR%%/html/_sources/api/qaxwidget.txt -%%DOCSDIR%%/html/_sources/api/qbackingstore.txt -%%DOCSDIR%%/html/_sources/api/qbasictimer.txt -%%DOCSDIR%%/html/_sources/api/qbitarray.txt -%%DOCSDIR%%/html/_sources/api/qbitmap.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothaddress.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothdevicediscoveryagent.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothdeviceinfo.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothhostinfo.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothlocaldevice.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothserver.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothservicediscoveryagent.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothserviceinfo.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothsocket.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothtransfermanager.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothtransferreply.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothtransferrequest.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothuuid.txt -%%DOCSDIR%%/html/_sources/api/qboxlayout.txt -%%DOCSDIR%%/html/_sources/api/qbrush.txt -%%DOCSDIR%%/html/_sources/api/qbuffer.txt -%%DOCSDIR%%/html/_sources/api/qbuttongroup.txt -%%DOCSDIR%%/html/_sources/api/qbytearray.txt -%%DOCSDIR%%/html/_sources/api/qbytearraymatcher.txt -%%DOCSDIR%%/html/_sources/api/qcalendarwidget.txt -%%DOCSDIR%%/html/_sources/api/qcamera.txt -%%DOCSDIR%%/html/_sources/api/qcameraexposure.txt -%%DOCSDIR%%/html/_sources/api/qcamerafocus.txt -%%DOCSDIR%%/html/_sources/api/qcamerafocuszone.txt -%%DOCSDIR%%/html/_sources/api/qcameraimagecapture.txt -%%DOCSDIR%%/html/_sources/api/qcameraimageprocessing.txt -%%DOCSDIR%%/html/_sources/api/qcamerainfo.txt -%%DOCSDIR%%/html/_sources/api/qcameraviewfinder.txt -%%DOCSDIR%%/html/_sources/api/qcheckbox.txt -%%DOCSDIR%%/html/_sources/api/qchildevent.txt -%%DOCSDIR%%/html/_sources/api/qclipboard.txt -%%DOCSDIR%%/html/_sources/api/qcloseevent.txt -%%DOCSDIR%%/html/_sources/api/qcollator.txt -%%DOCSDIR%%/html/_sources/api/qcollatorsortkey.txt -%%DOCSDIR%%/html/_sources/api/qcolor.txt -%%DOCSDIR%%/html/_sources/api/qcolordialog.txt -%%DOCSDIR%%/html/_sources/api/qcolumnview.txt -%%DOCSDIR%%/html/_sources/api/qcombobox.txt -%%DOCSDIR%%/html/_sources/api/qcommandlineoption.txt -%%DOCSDIR%%/html/_sources/api/qcommandlineparser.txt -%%DOCSDIR%%/html/_sources/api/qcommandlinkbutton.txt -%%DOCSDIR%%/html/_sources/api/qcommonstyle.txt -%%DOCSDIR%%/html/_sources/api/qcompass.txt -%%DOCSDIR%%/html/_sources/api/qcompassfilter.txt -%%DOCSDIR%%/html/_sources/api/qcompassreading.txt -%%DOCSDIR%%/html/_sources/api/qcompleter.txt -%%DOCSDIR%%/html/_sources/api/qconicalgradient.txt -%%DOCSDIR%%/html/_sources/api/qcontextmenuevent.txt -%%DOCSDIR%%/html/_sources/api/qcoreapplication.txt -%%DOCSDIR%%/html/_sources/api/qcryptographichash.txt -%%DOCSDIR%%/html/_sources/api/qcursor.txt -%%DOCSDIR%%/html/_sources/api/qdatastream.txt -%%DOCSDIR%%/html/_sources/api/qdatawidgetmapper.txt -%%DOCSDIR%%/html/_sources/api/qdate.txt -%%DOCSDIR%%/html/_sources/api/qdateedit.txt -%%DOCSDIR%%/html/_sources/api/qdatetime.txt -%%DOCSDIR%%/html/_sources/api/qdatetimeedit.txt -%%DOCSDIR%%/html/_sources/api/qdbus.txt -%%DOCSDIR%%/html/_sources/api/qdbusabstractadaptor.txt -%%DOCSDIR%%/html/_sources/api/qdbusabstractinterface.txt -%%DOCSDIR%%/html/_sources/api/qdbusargument.txt -%%DOCSDIR%%/html/_sources/api/qdbusconnection.txt -%%DOCSDIR%%/html/_sources/api/qdbusconnectioninterface.txt -%%DOCSDIR%%/html/_sources/api/qdbuserror.txt -%%DOCSDIR%%/html/_sources/api/qdbusinterface.txt -%%DOCSDIR%%/html/_sources/api/qdbusmessage.txt -%%DOCSDIR%%/html/_sources/api/qdbusobjectpath.txt -%%DOCSDIR%%/html/_sources/api/qdbuspendingcall.txt -%%DOCSDIR%%/html/_sources/api/qdbuspendingcallwatcher.txt -%%DOCSDIR%%/html/_sources/api/qdbuspendingreply.txt -%%DOCSDIR%%/html/_sources/api/qdbusreply.txt -%%DOCSDIR%%/html/_sources/api/qdbusservicewatcher.txt -%%DOCSDIR%%/html/_sources/api/qdbussignature.txt -%%DOCSDIR%%/html/_sources/api/qdbusunixfiledescriptor.txt -%%DOCSDIR%%/html/_sources/api/qdbusvariant.txt -%%DOCSDIR%%/html/_sources/api/qdesigneractioneditorinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignercontainerextension.txt -%%DOCSDIR%%/html/_sources/api/qdesignercustomwidgetcollectioninterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignercustomwidgetinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignerformeditorinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignerformwindowcursorinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignerformwindowinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignerformwindowmanagerinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignermembersheetextension.txt -%%DOCSDIR%%/html/_sources/api/qdesignerobjectinspectorinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignerpropertyeditorinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesignerpropertysheetextension.txt -%%DOCSDIR%%/html/_sources/api/qdesignertaskmenuextension.txt -%%DOCSDIR%%/html/_sources/api/qdesignerwidgetboxinterface.txt -%%DOCSDIR%%/html/_sources/api/qdesktopservices.txt -%%DOCSDIR%%/html/_sources/api/qdesktopwidget.txt -%%DOCSDIR%%/html/_sources/api/qdial.txt -%%DOCSDIR%%/html/_sources/api/qdialog.txt -%%DOCSDIR%%/html/_sources/api/qdialogbuttonbox.txt -%%DOCSDIR%%/html/_sources/api/qdir.txt -%%DOCSDIR%%/html/_sources/api/qdiriterator.txt -%%DOCSDIR%%/html/_sources/api/qdirmodel.txt -%%DOCSDIR%%/html/_sources/api/qdistancefilter.txt -%%DOCSDIR%%/html/_sources/api/qdistancereading.txt -%%DOCSDIR%%/html/_sources/api/qdistancesensor.txt -%%DOCSDIR%%/html/_sources/api/qdnsdomainnamerecord.txt -%%DOCSDIR%%/html/_sources/api/qdnshostaddressrecord.txt -%%DOCSDIR%%/html/_sources/api/qdnslookup.txt -%%DOCSDIR%%/html/_sources/api/qdnsmailexchangerecord.txt -%%DOCSDIR%%/html/_sources/api/qdnsservicerecord.txt -%%DOCSDIR%%/html/_sources/api/qdnstextrecord.txt -%%DOCSDIR%%/html/_sources/api/qdockwidget.txt -%%DOCSDIR%%/html/_sources/api/qdomattr.txt -%%DOCSDIR%%/html/_sources/api/qdomcdatasection.txt -%%DOCSDIR%%/html/_sources/api/qdomcharacterdata.txt -%%DOCSDIR%%/html/_sources/api/qdomcomment.txt -%%DOCSDIR%%/html/_sources/api/qdomdocument.txt -%%DOCSDIR%%/html/_sources/api/qdomdocumentfragment.txt -%%DOCSDIR%%/html/_sources/api/qdomdocumenttype.txt -%%DOCSDIR%%/html/_sources/api/qdomelement.txt -%%DOCSDIR%%/html/_sources/api/qdomentity.txt -%%DOCSDIR%%/html/_sources/api/qdomentityreference.txt -%%DOCSDIR%%/html/_sources/api/qdomimplementation.txt -%%DOCSDIR%%/html/_sources/api/qdomnamednodemap.txt -%%DOCSDIR%%/html/_sources/api/qdomnode.txt -%%DOCSDIR%%/html/_sources/api/qdomnodelist.txt -%%DOCSDIR%%/html/_sources/api/qdomnotation.txt -%%DOCSDIR%%/html/_sources/api/qdomprocessinginstruction.txt -%%DOCSDIR%%/html/_sources/api/qdomtext.txt -%%DOCSDIR%%/html/_sources/api/qdoublespinbox.txt -%%DOCSDIR%%/html/_sources/api/qdoublevalidator.txt -%%DOCSDIR%%/html/_sources/api/qdrag.txt -%%DOCSDIR%%/html/_sources/api/qdragenterevent.txt -%%DOCSDIR%%/html/_sources/api/qdragleaveevent.txt -%%DOCSDIR%%/html/_sources/api/qdragmoveevent.txt -%%DOCSDIR%%/html/_sources/api/qdropevent.txt -%%DOCSDIR%%/html/_sources/api/qdynamicpropertychangeevent.txt -%%DOCSDIR%%/html/_sources/api/qeasingcurve.txt -%%DOCSDIR%%/html/_sources/api/qelapsedtimer.txt -%%DOCSDIR%%/html/_sources/api/qenterevent.txt -%%DOCSDIR%%/html/_sources/api/qerrormessage.txt -%%DOCSDIR%%/html/_sources/api/qevent.txt -%%DOCSDIR%%/html/_sources/api/qeventloop.txt -%%DOCSDIR%%/html/_sources/api/qeventlooplocker.txt -%%DOCSDIR%%/html/_sources/api/qeventtransition.txt -%%DOCSDIR%%/html/_sources/api/qexposeevent.txt -%%DOCSDIR%%/html/_sources/api/qextensionfactory.txt -%%DOCSDIR%%/html/_sources/api/qextensionmanager.txt -%%DOCSDIR%%/html/_sources/api/qfile.txt -%%DOCSDIR%%/html/_sources/api/qfiledevice.txt -%%DOCSDIR%%/html/_sources/api/qfiledialog.txt -%%DOCSDIR%%/html/_sources/api/qfileiconprovider.txt -%%DOCSDIR%%/html/_sources/api/qfileinfo.txt -%%DOCSDIR%%/html/_sources/api/qfileopenevent.txt -%%DOCSDIR%%/html/_sources/api/qfileselector.txt -%%DOCSDIR%%/html/_sources/api/qfilesystemmodel.txt -%%DOCSDIR%%/html/_sources/api/qfilesystemwatcher.txt -%%DOCSDIR%%/html/_sources/api/qfinalstate.txt -%%DOCSDIR%%/html/_sources/api/qfocusevent.txt -%%DOCSDIR%%/html/_sources/api/qfocusframe.txt -%%DOCSDIR%%/html/_sources/api/qfont.txt -%%DOCSDIR%%/html/_sources/api/qfontcombobox.txt -%%DOCSDIR%%/html/_sources/api/qfontdatabase.txt -%%DOCSDIR%%/html/_sources/api/qfontdialog.txt -%%DOCSDIR%%/html/_sources/api/qfontinfo.txt -%%DOCSDIR%%/html/_sources/api/qfontmetrics.txt -%%DOCSDIR%%/html/_sources/api/qfontmetricsf.txt -%%DOCSDIR%%/html/_sources/api/qformbuilder.txt -%%DOCSDIR%%/html/_sources/api/qformlayout.txt -%%DOCSDIR%%/html/_sources/api/qframe.txt -%%DOCSDIR%%/html/_sources/api/qgenericargument.txt -%%DOCSDIR%%/html/_sources/api/qgenericreturnargument.txt -%%DOCSDIR%%/html/_sources/api/qgeoaddress.txt -%%DOCSDIR%%/html/_sources/api/qgeoareamonitorinfo.txt -%%DOCSDIR%%/html/_sources/api/qgeoareamonitorsource.txt -%%DOCSDIR%%/html/_sources/api/qgeocircle.txt -%%DOCSDIR%%/html/_sources/api/qgeocodereply.txt -%%DOCSDIR%%/html/_sources/api/qgeocodingmanager.txt -%%DOCSDIR%%/html/_sources/api/qgeocodingmanagerengine.txt -%%DOCSDIR%%/html/_sources/api/qgeocoordinate.txt -%%DOCSDIR%%/html/_sources/api/qgeolocation.txt -%%DOCSDIR%%/html/_sources/api/qgeomaneuver.txt -%%DOCSDIR%%/html/_sources/api/qgeopositioninfo.txt -%%DOCSDIR%%/html/_sources/api/qgeopositioninfosource.txt -%%DOCSDIR%%/html/_sources/api/qgeorectangle.txt -%%DOCSDIR%%/html/_sources/api/qgeoroute.txt -%%DOCSDIR%%/html/_sources/api/qgeoroutereply.txt -%%DOCSDIR%%/html/_sources/api/qgeorouterequest.txt -%%DOCSDIR%%/html/_sources/api/qgeoroutesegment.txt -%%DOCSDIR%%/html/_sources/api/qgeoroutingmanager.txt -%%DOCSDIR%%/html/_sources/api/qgeoroutingmanagerengine.txt -%%DOCSDIR%%/html/_sources/api/qgeosatelliteinfo.txt -%%DOCSDIR%%/html/_sources/api/qgeosatelliteinfosource.txt -%%DOCSDIR%%/html/_sources/api/qgeoserviceprovider.txt -%%DOCSDIR%%/html/_sources/api/qgeoshape.txt -%%DOCSDIR%%/html/_sources/api/qgesture.txt -%%DOCSDIR%%/html/_sources/api/qgestureevent.txt -%%DOCSDIR%%/html/_sources/api/qgesturerecognizer.txt -%%DOCSDIR%%/html/_sources/api/qgl.txt -%%DOCSDIR%%/html/_sources/api/qglcontext.txt -%%DOCSDIR%%/html/_sources/api/qglformat.txt -%%DOCSDIR%%/html/_sources/api/qglwidget.txt -%%DOCSDIR%%/html/_sources/api/qglyphrun.txt -%%DOCSDIR%%/html/_sources/api/qgradient.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsanchor.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsanchorlayout.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsblureffect.txt -%%DOCSDIR%%/html/_sources/api/qgraphicscolorizeeffect.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsdropshadoweffect.txt -%%DOCSDIR%%/html/_sources/api/qgraphicseffect.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsellipseitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsgridlayout.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsitemgroup.txt -%%DOCSDIR%%/html/_sources/api/qgraphicslayout.txt -%%DOCSDIR%%/html/_sources/api/qgraphicslayoutitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicslinearlayout.txt -%%DOCSDIR%%/html/_sources/api/qgraphicslineitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsobject.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsopacityeffect.txt -%%DOCSDIR%%/html/_sources/api/qgraphicspathitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicspixmapitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicspolygonitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsproxywidget.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsrectitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsrotation.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscale.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscene.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenecontextmenuevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenedragdropevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicssceneevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenehelpevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenehoverevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenemouseevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenemoveevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicssceneresizeevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenewheelevent.txt -%%DOCSDIR%%/html/_sources/api/qgraphicssimpletextitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicssvgitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicstextitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicstransform.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsvideoitem.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsview.txt -%%DOCSDIR%%/html/_sources/api/qgraphicswebview.txt -%%DOCSDIR%%/html/_sources/api/qgraphicswidget.txt -%%DOCSDIR%%/html/_sources/api/qgridlayout.txt -%%DOCSDIR%%/html/_sources/api/qgroupbox.txt -%%DOCSDIR%%/html/_sources/api/qguiapplication.txt -%%DOCSDIR%%/html/_sources/api/qgyroscope.txt -%%DOCSDIR%%/html/_sources/api/qgyroscopefilter.txt -%%DOCSDIR%%/html/_sources/api/qgyroscopereading.txt -%%DOCSDIR%%/html/_sources/api/qhboxlayout.txt -%%DOCSDIR%%/html/_sources/api/qheaderview.txt -%%DOCSDIR%%/html/_sources/api/qhelpcontentitem.txt -%%DOCSDIR%%/html/_sources/api/qhelpcontentmodel.txt -%%DOCSDIR%%/html/_sources/api/qhelpcontentwidget.txt -%%DOCSDIR%%/html/_sources/api/qhelpengine.txt -%%DOCSDIR%%/html/_sources/api/qhelpenginecore.txt -%%DOCSDIR%%/html/_sources/api/qhelpevent.txt -%%DOCSDIR%%/html/_sources/api/qhelpindexmodel.txt -%%DOCSDIR%%/html/_sources/api/qhelpindexwidget.txt -%%DOCSDIR%%/html/_sources/api/qhelpsearchengine.txt -%%DOCSDIR%%/html/_sources/api/qhelpsearchquery.txt -%%DOCSDIR%%/html/_sources/api/qhelpsearchquerywidget.txt -%%DOCSDIR%%/html/_sources/api/qhelpsearchresultwidget.txt -%%DOCSDIR%%/html/_sources/api/qhideevent.txt -%%DOCSDIR%%/html/_sources/api/qhistorystate.txt -%%DOCSDIR%%/html/_sources/api/qholsterfilter.txt -%%DOCSDIR%%/html/_sources/api/qholsterreading.txt -%%DOCSDIR%%/html/_sources/api/qholstersensor.txt -%%DOCSDIR%%/html/_sources/api/qhostaddress.txt -%%DOCSDIR%%/html/_sources/api/qhostinfo.txt -%%DOCSDIR%%/html/_sources/api/qhoverevent.txt -%%DOCSDIR%%/html/_sources/api/qhttpmultipart.txt -%%DOCSDIR%%/html/_sources/api/qhttppart.txt -%%DOCSDIR%%/html/_sources/api/qicon.txt -%%DOCSDIR%%/html/_sources/api/qicondragevent.txt -%%DOCSDIR%%/html/_sources/api/qiconengine.txt -%%DOCSDIR%%/html/_sources/api/qidentityproxymodel.txt -%%DOCSDIR%%/html/_sources/api/qimage.txt -%%DOCSDIR%%/html/_sources/api/qimageencodersettings.txt -%%DOCSDIR%%/html/_sources/api/qimageiohandler.txt -%%DOCSDIR%%/html/_sources/api/qimagereader.txt -%%DOCSDIR%%/html/_sources/api/qimagewriter.txt -%%DOCSDIR%%/html/_sources/api/qinputdialog.txt -%%DOCSDIR%%/html/_sources/api/qinputevent.txt -%%DOCSDIR%%/html/_sources/api/qinputmethod.txt -%%DOCSDIR%%/html/_sources/api/qinputmethodevent.txt -%%DOCSDIR%%/html/_sources/api/qinputmethodqueryevent.txt -%%DOCSDIR%%/html/_sources/api/qintvalidator.txt -%%DOCSDIR%%/html/_sources/api/qiodevice.txt -%%DOCSDIR%%/html/_sources/api/qirproximityfilter.txt -%%DOCSDIR%%/html/_sources/api/qirproximityreading.txt -%%DOCSDIR%%/html/_sources/api/qirproximitysensor.txt -%%DOCSDIR%%/html/_sources/api/qitemdelegate.txt -%%DOCSDIR%%/html/_sources/api/qitemeditorcreatorbase.txt -%%DOCSDIR%%/html/_sources/api/qitemeditorfactory.txt -%%DOCSDIR%%/html/_sources/api/qitemselection.txt -%%DOCSDIR%%/html/_sources/api/qitemselectionmodel.txt -%%DOCSDIR%%/html/_sources/api/qitemselectionrange.txt -%%DOCSDIR%%/html/_sources/api/qjsengine.txt -%%DOCSDIR%%/html/_sources/api/qjsonarray.txt -%%DOCSDIR%%/html/_sources/api/qjsondocument.txt -%%DOCSDIR%%/html/_sources/api/qjsonobject.txt -%%DOCSDIR%%/html/_sources/api/qjsonparseerror.txt -%%DOCSDIR%%/html/_sources/api/qjsonvalue.txt -%%DOCSDIR%%/html/_sources/api/qjsvalue.txt -%%DOCSDIR%%/html/_sources/api/qjsvalueiterator.txt -%%DOCSDIR%%/html/_sources/api/qkeyevent.txt -%%DOCSDIR%%/html/_sources/api/qkeyeventtransition.txt -%%DOCSDIR%%/html/_sources/api/qkeysequence.txt -%%DOCSDIR%%/html/_sources/api/qkeysequenceedit.txt -%%DOCSDIR%%/html/_sources/api/qlabel.txt *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704301007.v3UA7Nef090395>