svn commit: r536946 - head/math/acalc

Mark Linimon linimon at FreeBSD.org
Fri May 29 05:44:40 UTC 2020


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


More information about the svn-ports-head mailing list