Date: Fri, 05 Dec 2025 01:04:15 +0000 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: efd60b3bb625 - main - audio/cantata: Prepare for Qt 6.10 Message-ID: <69322f8f.25b17.312650f0@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=efd60b3bb625a7490c2c35dea6a10597c87c7187 commit efd60b3bb625a7490c2c35dea6a10597c87c7187 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2025-12-01 05:43:21 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2025-12-05 01:03:35 +0000 audio/cantata: Prepare for Qt 6.10 Add upstream patches to fix build with Qt 6.10.x. QFile::open() is now marked with [[nodiscard]]. --- audio/cantata/Makefile | 4 ++++ audio/cantata/distinfo | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/audio/cantata/Makefile b/audio/cantata/Makefile index 8d1b16b12a52..3c1e93063c9d 100644 --- a/audio/cantata/Makefile +++ b/audio/cantata/Makefile @@ -3,6 +3,10 @@ DISTVERSIONPREFIX= v DISTVERSION= 3.3.1 CATEGORIES= audio kde +PATCH_SITES= https://github.com/nullobsi/cantata/commit/ +PATCHFILES+= 52bf771a115b102a00fa09b48c867b6954474a51.patch:-p1 # Fix build with Qt 6.10 +PATCHFILES+= 82ee16e720e6901e7191e64a4e0c0db94c6a10ae.patch:-p1 # Fix build with Qt 6.10 + MAINTAINER= kde@FreeBSD.org COMMENT= Graphical client for MPD using Qt WWW= https://github.com/nullobsi/cantata diff --git a/audio/cantata/distinfo b/audio/cantata/distinfo index 6c8c91c83074..ddd899dd3c82 100644 --- a/audio/cantata/distinfo +++ b/audio/cantata/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1756030126 +TIMESTAMP = 1763364143 SHA256 (nullobsi-cantata-v3.3.1_GH0.tar.gz) = e811201adfedca26d8c6a86078213de9e26411db77082f739a225a531ca38bbf SIZE (nullobsi-cantata-v3.3.1_GH0.tar.gz) = 4787884 +SHA256 (52bf771a115b102a00fa09b48c867b6954474a51.patch) = 9db2a4739cf077e6d8cf24e6c96a3aefe68b9f54cb7b0a2f9b05bad4a1457dcd +SIZE (52bf771a115b102a00fa09b48c867b6954474a51.patch) = 1837 +SHA256 (82ee16e720e6901e7191e64a4e0c0db94c6a10ae.patch) = 2b5939dc5658f845ee6c3c1ea08bc84f88d6bc97ad13f25a5215a8e58a54a109 +SIZE (82ee16e720e6901e7191e64a4e0c0db94c6a10ae.patch) = 1610home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69322f8f.25b17.312650f0>
