Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2026 09:49:05 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 888bfae3b859 - main - net-p2p/qbittorrent: Add workaround for the crash in QT6 libraries
Message-ID:  <6964c391.23f00.6a0fb724@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=888bfae3b8598946154bc1512b17f2d65fd3a38a

commit 888bfae3b8598946154bc1512b17f2d65fd3a38a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-01-12 08:10:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6964c391.23f00.6a0fb724>