Date: Mon, 4 Sep 2023 17:18:34 GMT 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: 86744395617a - main - net-p2p/qbittorrent: Remove USE_QT=svg from the nox flavor Message-ID: <202309041718.384HIYUE064176@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=86744395617a80fdbb85271db36fc4c5a7dae25d commit 86744395617a80fdbb85271db36fc4c5a7dae25d Author: Ralf van der Enden <tremere@cainites.net> AuthorDate: 2023-09-04 17:17:17 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-09-04 17:18:31 +0000 net-p2p/qbittorrent: Remove USE_QT=svg from the nox flavor --- net-p2p/qbittorrent/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index fdcc0fe28a4b..e53a70664647 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -1,6 +1,6 @@ PORTNAME= qbittorrent DISTVERSION= 4.5.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -26,7 +26,7 @@ nox_PKGNAMESUFFIX= -nox nox_PLIST= ${MASTERDIR}/pkg-plist-nox USES= compiler:c++14-lang cpe pkgconfig cmake qt:6 ssl tar:xz -USE_QT= base svg translations +USE_QT= base translations USE_CXXSTD= c++17 # prevent boost-related SEGV, see bug#264278 USE_GITHUB= nodefault @@ -37,6 +37,7 @@ CMAKE_ON= QT6 .if ${FLAVOR} == default USES+= desktop-file-utils gl +USE_QT+= svg USE_GL= gl CMAKE_OFF= WEBUI .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309041718.384HIYUE064176>