Date: Wed, 22 Nov 2023 00:53:38 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 1584de584afe - 2023Q4 - net/downzemall: Fix build with Qt 6.6.x Message-ID: <202311220053.3AM0rcFj080495@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q4 has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=1584de584afea4d731f9eb3bc2ee97b31586555a commit 1584de584afea4d731f9eb3bc2ee97b31586555a Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-11-19 21:51:38 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-11-22 00:49:30 +0000 net/downzemall: Fix build with Qt 6.6.x PR: 275068 MFH: 2023Q4 (cherry picked from commit 372d63c1fdb1976eaae320c47bed0d51b2c04b74) --- net/downzemall/files/patch-src_core_mimedatabase.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/net/downzemall/files/patch-src_core_mimedatabase.h b/net/downzemall/files/patch-src_core_mimedatabase.h new file mode 100644 index 000000000000..72118946d2fc --- /dev/null +++ b/net/downzemall/files/patch-src_core_mimedatabase.h @@ -0,0 +1,15 @@ +Fix build with Qt 6.6.x + +https://github.com/setvisible/DownZemAll/issues/120 +https://github.com/setvisible/DownZemAll/pull/121 + +--- src/core/mimedatabase.h.orig 2023-11-19 21:20:25 UTC ++++ src/core/mimedatabase.h +@@ -20,6 +20,7 @@ + + #include <QtCore/QString> + #include <QtCore/QStringList> ++#include <QtCore/QUrl> + #include <QtGui/QPixmap> + + constexpr int default_icon_size = 32;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311220053.3AM0rcFj080495>