aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-05-28 06:06:01 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-05-28 06:07:14 +0000
commit68bb9c48a2861f2d374e65ec8d39185bbdbb6556 (patch)
tree79e1baf9f9770b153188ee588701aab1df101ce7 /net-p2p
parentf8c7a69a6d2cf354ba9f6a3c83982a6641c1b2d6 (diff)
downloadports-68bb9c48a2861f2d374e65ec8d39185bbdbb6556.tar.gz
ports-68bb9c48a2861f2d374e65ec8d39185bbdbb6556.zip
net-p2p/qbittorrent: Not broken; bump for libtorrent-rasterbar update
PR: 264278
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qbittorrent/Makefile5
1 files 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