Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 05:44:40 +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: r536946 - head/math/acalc
Message-ID:  <202005290544.04T5ieQk090700@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri May 29 05:44:39 2020
New Revision: 536946
URL: https://svnweb.freebsd.org/changeset/ports/536946

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

Modified:
  head/math/acalc/Makefile

Modified: head/math/acalc/Makefile
==============================================================================
--- head/math/acalc/Makefile	Fri May 29 05:40:18 2020	(r536945)
+++ head/math/acalc/Makefile	Fri May 29 05:44:39 2020	(r536946)
@@ -9,6 +9,8 @@ COMMENT=	Simple and pretty Qt5-based expression calcul
 
 LICENSE=	BSD4CLAUSE
 
+BROKEN_FreeBSD_12_powerpc64=	fails to compile: settings.cpp:8:136: error: no matching function for call to 'Setting::Setting(<brace-enclosed initializer list>)'
+
 USES=		compiler:c++14-lang qmake qt:5 tar:xz
 
 USE_GITHUB=	yes



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