Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2020 03:09:36 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537033 - head/net-p2p/qbittorrent
Message-ID:  <202005300309.04U39aiW086396@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat May 30 03:09:36 2020
New Revision: 537033
URL: https://svnweb.freebsd.org/changeset/ports/537033

Log:
  Mark as BROKEN on powerpc64-12.  It seems to build everywhere else.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net-p2p/qbittorrent/Makefile

Modified: head/net-p2p/qbittorrent/Makefile
==============================================================================
--- head/net-p2p/qbittorrent/Makefile	Sat May 30 01:55:24 2020	(r537032)
+++ head/net-p2p/qbittorrent/Makefile	Sat May 30 03:09:36 2020	(r537033)
@@ -12,6 +12,8 @@ COMMENT=	Bittorrent client using Qt5 and libtorrent-ra
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+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 \
 		libboost_system.so:devel/boost-libs
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005300309.04U39aiW086396>