diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2025-10-03 23:16:10 -0400 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2025-10-04 00:08:08 -0400 |
commit | 3c0ce983e657b931bd07bef01eaadad5b9a4a402 (patch) | |
tree | ed5737c244268985495cace59b33001edc006c6a /devel/qt6-tools/files/patch-configure.cmake | |
parent | security/vuxml: Add www/qt6-webengine < 6.9.3 (diff) |
Qt6: Update to 6.9.3
September 30, 2025 by Jani Heikkinen
The last release from the Qt 6.9 series, Qt 6.9.3, is now available for
download. As a patch release, Qt 6.9.3 does not introduce new features
but delivers over 250 bug fixes, security updates, and enhancements on
top of the Qt 6.9.2 release. For a detailed breakdown of the most
significant changes, refer to the Qt 6.9.3 release notes.
Announcement:
https://www.qt.io/blog/qt-6.9.3-released
Release notes:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.9.3/release-note.md
FreeBSD ports changes:
devel/qt6-base:
- Remove a few stale patches and use dlsym to access environ. [1]
- Restore missing headers if the X11 option is disabled. [2]
devel/qt6-tools:
- Add support for devel/llvm21
www/qt6-webengine:
- Use dlsym to access environ. [1]
PySide6: Update to 6.9.3
As part of the Qt6 update, PySide6 and its support tools have also been
updated to 6.9.3.
Reported by: arrowd [1], angry_vincent on #freebsd-desktop [2]
MFH: 2025Q4
Security: c27c05a7-a0c8-11f0-8471-4ccc6adda413
Pull Request: https://github.com/freebsd/freebsd-ports/pull/441 [1]
Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>
Diffstat (limited to 'devel/qt6-tools/files/patch-configure.cmake')
-rw-r--r-- | devel/qt6-tools/files/patch-configure.cmake | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/qt6-tools/files/patch-configure.cmake b/devel/qt6-tools/files/patch-configure.cmake index e5d15fe0e715..8474226f40c6 100644 --- a/devel/qt6-tools/files/patch-configure.cmake +++ b/devel/qt6-tools/files/patch-configure.cmake @@ -15,11 +15,11 @@ Call Stack (most recent call first): Regressed by: https://code.qt.io/cgit/qt/qttools.git/commit/?h=6.6.0&id=ff5c080c2eb9267c43da6fafe953bf50076443c4 ---- configure.cmake.orig 2025-02-19 09:54:25 UTC +--- configure.cmake.orig 2025-09-25 00:29:00 UTC +++ configure.cmake -@@ -1,6 +1,11 @@ - # Copyright (C) 2022 The Qt Company Ltd. - # SPDX-License-Identifier: BSD-3-Clause +@@ -4,6 +4,11 @@ include(${CMAKE_CURRENT_LIST_DIR}/src/qdoc/cmake/QDocC + # Include QDoc-specific configuration early (needed for feature definitions) + include(${CMAKE_CURRENT_LIST_DIR}/src/qdoc/cmake/QDocConfiguration.cmake) +#### Libraries + @@ -29,7 +29,7 @@ Regressed by: https://code.qt.io/cgit/qt/qttools.git/commit/?h=6.6.0&id=ff5c080c #### Tests qt_find_package(WrapLibClang 8 PROVIDED_TARGETS WrapLibClang::WrapLibClang) -@@ -8,7 +13,6 @@ endif() +@@ -11,7 +16,6 @@ endif() if(TARGET WrapLibClang::WrapLibClang) set(TEST_libclang "ON" CACHE BOOL "Required libclang version found." FORCE) endif() |