Date: Sat, 28 May 2022 06:07:17 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: 68bb9c48a286 - main - net-p2p/qbittorrent: Not broken; bump for libtorrent-rasterbar update Message-ID: <202205280607.24S67H2E003033@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=68bb9c48a2861f2d374e65ec8d39185bbdbb6556 commit 68bb9c48a2861f2d374e65ec8d39185bbdbb6556 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-05-28 06:06:01 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-05-28 06:07:14 +0000 net-p2p/qbittorrent: Not broken; bump for libtorrent-rasterbar update PR: 264278 --- 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 71d788e2f3cf..53d6ac7b513f 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -2,7 +2,7 @@ PORTNAME= qbittorrent DISTVERSION= 4.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,7 +12,6 @@ COMMENT= Bittorrent client using Qt5 and libtorrent-rasterbar LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Crashes with boost-libs-1.79.0, see bug#264278 BROKEN_FreeBSD_12_powerpc64= fails to build: ./base/tristatebool.h:44:5: 'constexpr' constructor does not have empty body LIB_DEPENDS= libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \ @@ -29,6 +28,8 @@ USE_QT= core network sql xml buildtools_build linguisttools_build qmake_build DESTDIRNAME= INSTALL_ROOT CONFIGURE_ENV+= openssl_CFLAGS="-I${OPENSSLINC}" openssl_LIBS="-L${OPENSSLLIB} -lssl" +USE_CXXSTD= c++17 # prevent boost-related SEGV, see bug#264278 + .if ${FLAVOR} == default USES+= desktop-file-utils gl USE_QT+= concurrent gui svg widgets
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205280607.24S67H2E003033>