diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2023-11-03 00:23:16 -0400 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2023-11-03 02:56:58 -0400 |
commit | 9c026564885a4cf9b0e976b8adb810fd89ddc97c (patch) | |
tree | 8cc803bd520e1e397b50c325995b783126fbfe02 /security/py-certbot-dns-google | |
parent | graphics/krita: Update to 5.2.1 (diff) |
www/dooble: Fix build with upcoming Qt 6.6.0
This port builds with -Werror, and due to QSqlDataBase::exec() being
finally marked as deprecated in Qt 6.6.0 [1], it fails to build due to
deprecation warnings. Add upstreamed patch to fix this issue. [2] Port
builds perfectly fine with previous versions of Qt, including 5.x, as it
took 12 years for the soft deprecation in the API notes [3] to actually
take effect. Upstream notes this was an automatic-completion error. [2]
While here: clean up USE_QT for both the qt5 and qt6 flavors and
remove checks for long unsupported (3+ years) versions of Qt 5.x. [4]
[1] https://doc.qt.io/qt-6/qsqldatabase-obsolete.html
[2] https://github.com/textbrowser/dooble/pull/199
[3] https://doc.qt.io/qt-5/qsqldatabase.html
Approved by: portmgr (blanket)
With hat: kde@ [4]
Diffstat (limited to 'security/py-certbot-dns-google')
0 files changed, 0 insertions, 0 deletions