Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Nov 2023 23:27:05 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 372d63c1fdb1 - main - net/downzemall: Fix build with Qt 6.6.x
Message-ID:  <202311192327.3AJNR5vo019031@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=372d63c1fdb1976eaae320c47bed0d51b2c04b74

commit 372d63c1fdb1976eaae320c47bed0d51b2c04b74
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-19 23:26:34 +0000

    net/downzemall: Fix build with Qt 6.6.x
    
    PR:             275068
    MFH:            2023Q4
---
 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?202311192327.3AJNR5vo019031>