Please find below an update for x11/qt6/pyside6/{pyside,shiboken,tools} to version 6.8.2.1.
diff /usr/ports path + /usr/ports commit - ce3beed16a5f12296b6d3cb2a8fe25c01df747a8 blob - d1c62035b296cea5a836b0b24e6458e9ec13951b file + x11/qt6/Makefile.version --- x11/qt6/Makefile.version +++ x11/qt6/Makefile.version @@ -1,6 +1,6 @@ # Common source for Qt6 version QT6_VERSION = 6.8.2 -PYSIDE_VERSION = 6.8.2 +PYSIDE_VERSION = 6.8.2.1 # This one is used for building dependencies for examples and documentation, # which obviously should be in sync with core packages. commit - ce3beed16a5f12296b6d3cb2a8fe25c01df747a8 blob - b53a7f6d04bed3b0a83fa5ef1ab28ab93b1c98be file + x11/qt6/pyside6/Makefile.inc --- x11/qt6/pyside6/Makefile.inc +++ x11/qt6/pyside6/Makefile.inc @@ -11,3 +11,5 @@ PERMIT_PACKAGE = Yes QTSRC = https://download.qt.io/official_releases/QtForPython SITES = ${QTSRC}/pyside6/PySide6-${VERSION}-src/ + +WRKDIST = ${WRKDIR}/${DISTNAME:R} commit - ce3beed16a5f12296b6d3cb2a8fe25c01df747a8 blob - cbfd6840a60e13169af8dcb3536377ab63f46ee8 file + x11/qt6/pyside6/pyside/Makefile --- x11/qt6/pyside6/pyside/Makefile +++ x11/qt6/pyside6/pyside/Makefile @@ -18,8 +18,8 @@ WANTLIB += Qt6RemoteObjects Qt6Scxml Qt6Sensors Qt6Ser WANTLIB += Qt6ShaderTools Qt6SpatialAudio Qt6Sql Qt6StateMachine WANTLIB += Qt6Svg Qt6SvgWidgets Qt6Test Qt6TextToSpeech Qt6UiTools WANTLIB += Qt6WebChannel Qt6WebChannelQuick Qt6WebEngineCore Qt6WebEngineQuick -WANTLIB += Qt6WebEngineWidgets Qt6WebSockets Qt6Widgets Qt6Xml -WANTLIB += c m shiboken6.abi3 xkbcommon +WANTLIB += Qt6WebEngineWidgets Qt6WebSockets Qt6WebView Qt6Widgets +WANTLIB += Qt6Xml c m shiboken6.abi3 xkbcommon MODULES += lang/python @@ -49,10 +49,15 @@ LIB_DEPENDS = x11/qt6/pyside6/shiboken \ x11/qt6/qtwebchannel \ x11/qt6/qtwebengine \ x11/qt6/qtwebsockets \ + x11/qt6/qtwebview \ x11/xkbcommon RUN_DEPENDS = graphics/vulkan-headers +CONFIGURE_ARGS += -DBUILD_TESTS=ON \ + -DBUILD_DOCS=OFF \ + -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON + WRKSRC = ${WRKDIST}/sources/pyside6 TEST_IS_INTERACTIVE = X11 commit - ce3beed16a5f12296b6d3cb2a8fe25c01df747a8 blob - 7c3d89205eaa2c57df83fc2d64430dd12e844884 file + x11/qt6/pyside6/pyside/distinfo --- x11/qt6/pyside6/pyside/distinfo +++ x11/qt6/pyside6/pyside/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/pyside-setup-everywhere-src-6.8.2.tar.xz) = hCLpqkA/QRnjGShT6bDPoJ5X4+Chozk+f985QXnBEvg= -SIZE (qt/pyside-setup-everywhere-src-6.8.2.tar.xz) = 16609596 +SHA256 (qt/pyside-setup-everywhere-src-6.8.2.1.tar.xz) = E/egCzYKWGkIT8wIXEi6I2kVogC7WhPBVI7Yq3qLYGs= +SIZE (qt/pyside-setup-everywhere-src-6.8.2.1.tar.xz) = 16609240 commit - ce3beed16a5f12296b6d3cb2a8fe25c01df747a8 blob - 1ae704060a1710ebf6d944b5161b2c63f52741e7 file + x11/qt6/pyside6/pyside/pkg/PLIST --- x11/qt6/pyside6/pyside/pkg/PLIST +++ x11/qt6/pyside6/pyside/pkg/PLIST @@ -115,6 +115,8 @@ include/PySide6/QtWebEngineWidgets/ include/PySide6/QtWebEngineWidgets/pyside6_qtwebenginewidgets_python.h include/PySide6/QtWebSockets/ include/PySide6/QtWebSockets/pyside6_qtwebsockets_python.h +include/PySide6/QtWebView/ +include/PySide6/QtWebView/pyside6_qtwebview_python.h include/PySide6/QtWidgets/ include/PySide6/QtWidgets/pyside6_qtwidgets_python.h include/PySide6/QtXml/ @@ -305,6 +307,8 @@ lib/python${MODPY_VERSION}/site-packages/PySide6/QtWeb lib/python${MODPY_VERSION}/site-packages/PySide6/QtWebEngineWidgets.pyi @so lib/python${MODPY_VERSION}/site-packages/PySide6/QtWebSockets${MODPY_ABI3SO}.so lib/python${MODPY_VERSION}/site-packages/PySide6/QtWebSockets.pyi +@so lib/python${MODPY_VERSION}/site-packages/PySide6/QtWebView${MODPY_ABI3SO}.so +lib/python${MODPY_VERSION}/site-packages/PySide6/QtWebView.pyi @so lib/python${MODPY_VERSION}/site-packages/PySide6/QtWidgets${MODPY_ABI3SO}.so lib/python${MODPY_VERSION}/site-packages/PySide6/QtWidgets.pyi @so lib/python${MODPY_VERSION}/site-packages/PySide6/QtXml${MODPY_ABI3SO}.so @@ -461,6 +465,7 @@ share/PySide6/typesystems/typesystem_webenginecore.xml share/PySide6/typesystems/typesystem_webenginequick.xml share/PySide6/typesystems/typesystem_webenginewidgets.xml share/PySide6/typesystems/typesystem_websockets.xml +share/PySide6/typesystems/typesystem_webview.xml share/PySide6/typesystems/typesystem_widgets.xml share/PySide6/typesystems/typesystem_widgets_common.xml share/PySide6/typesystems/typesystem_xml.xml commit - ce3beed16a5f12296b6d3cb2a8fe25c01df747a8 blob - 883b47416ee2e344a94a5f6bb2b223e5591fcc9b file + x11/qt6/pyside6/shiboken/Makefile --- x11/qt6/pyside6/shiboken/Makefile +++ x11/qt6/pyside6/shiboken/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS = ${MODCLANG_LIB_DEPENDS} \ textproc/libxslt CONFIGURE_ARGS += -DNUMPY_INCLUDE_DIR:PATH="${MODPY_SITEPKG}/numpy/core/include/" \ - -DBUILD_TESTS=OFF + -DBUILD_TESTS=OFF \ + -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON CONFIGURE_ENV = LLVM_INSTALL_DIR=${LOCALBASE}/llvm${MODCLANG_VERSION} MODCMAKE_LDFLAGS = -L${LOCALBASE}/llvm${MODCLANG_VERSION}/lib -Wl,-rpath=${LOCALBASE}/llvm${MODCLANG_VERSION}/lib commit - ce3beed16a5f12296b6d3cb2a8fe25c01df747a8 blob - 7c3d89205eaa2c57df83fc2d64430dd12e844884 file + x11/qt6/pyside6/shiboken/distinfo --- x11/qt6/pyside6/shiboken/distinfo +++ x11/qt6/pyside6/shiboken/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/pyside-setup-everywhere-src-6.8.2.tar.xz) = hCLpqkA/QRnjGShT6bDPoJ5X4+Chozk+f985QXnBEvg= -SIZE (qt/pyside-setup-everywhere-src-6.8.2.tar.xz) = 16609596 +SHA256 (qt/pyside-setup-everywhere-src-6.8.2.1.tar.xz) = E/egCzYKWGkIT8wIXEi6I2kVogC7WhPBVI7Yq3qLYGs= +SIZE (qt/pyside-setup-everywhere-src-6.8.2.1.tar.xz) = 16609240 commit - ce3beed16a5f12296b6d3cb2a8fe25c01df747a8 blob - 7c3d89205eaa2c57df83fc2d64430dd12e844884 file + x11/qt6/pyside6/tools/distinfo --- x11/qt6/pyside6/tools/distinfo +++ x11/qt6/pyside6/tools/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt/pyside-setup-everywhere-src-6.8.2.tar.xz) = hCLpqkA/QRnjGShT6bDPoJ5X4+Chozk+f985QXnBEvg= -SIZE (qt/pyside-setup-everywhere-src-6.8.2.tar.xz) = 16609596 +SHA256 (qt/pyside-setup-everywhere-src-6.8.2.1.tar.xz) = E/egCzYKWGkIT8wIXEi6I2kVogC7WhPBVI7Yq3qLYGs= +SIZE (qt/pyside-setup-everywhere-src-6.8.2.1.tar.xz) = 16609240