Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 05:56:15 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r536948 - branches/2020Q2/math/acalc
Message-ID:  <202005290556.04T5uFCY096973@repo.freebsd.org>

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

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

Modified:
  branches/2020Q2/math/acalc/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/math/acalc/Makefile
==============================================================================
--- branches/2020Q2/math/acalc/Makefile	Fri May 29 05:48:10 2020	(r536947)
+++ branches/2020Q2/math/acalc/Makefile	Fri May 29 05:56:14 2020	(r536948)
@@ -9,8 +9,9 @@ COMMENT=	Simple and pretty Qt5-based expression calcul
 
 LICENSE=	BSD4CLAUSE
 
-USES=		qmake compiler:c++14-lang qt:5 tar:xz
+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
 GH_ACCOUNT=	anpp
 



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