eBSD.org>; Mon, 12 Jan 2026 09:49:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 23f00 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 12 Jan 2026 09:49:05 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 888bfae3b859 - main - net-p2p/qbittorrent: Add workaround for the crash in QT6 libraries List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 888bfae3b8598946154bc1512b17f2d65fd3a38a Auto-Submitted: auto-generated Date: Mon, 12 Jan 2026 09:49:05 +0000 Message-Id: <6964c391.23f00.6a0fb724@gitrepo.freebsd.org> The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=888bfae3b8598946154bc1512b17f2d65fd3a38a commit 888bfae3b8598946154bc1512b17f2d65fd3a38a Author: Yuri Victorovich AuthorDate: 2026-01-12 08:10:33 +0000 Commit: Yuri Victorovich CommitDate: 2026-01-12 09:49:01 +0000 net-p2p/qbittorrent: Add workaround for the crash in QT6 libraries PR: 291988 --- net-p2p/qbittorrent/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index fa0eb154be0c..88ef3c3ddd31 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -1,5 +1,6 @@ PORTNAME= qbittorrent DISTVERSION= 5.1.4 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -25,7 +26,8 @@ USE_GITHUB= nodefault GH_ACCOUNT= qBittorrent GH_PROJECT= qBittorrent -CMAKE_ON= QT6 +# temporary workaround for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291988 +WITH_DEBUG= yes .if ${FLAVOR} == default USES+= desktop-file-utils gl