svn commit: r536999 - head/math/cadical

Mark Linimon linimon at FreeBSD.org
Fri May 29 22:20:27 UTC 2020


Author: linimon
Date: Fri May 29 22:20:26 2020
New Revision: 536999
URL: https://svnweb.freebsd.org/changeset/ports/536999

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

Modified:
  head/math/cadical/Makefile

Modified: head/math/cadical/Makefile
==============================================================================
--- head/math/cadical/Makefile	Fri May 29 22:14:20 2020	(r536998)
+++ head/math/cadical/Makefile	Fri May 29 22:20:26 2020	(r536999)
@@ -13,6 +13,8 @@ COMMENT=	Simple CDCL satisfiability solver
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_12_powerpc64=	fails to build: sed: 1: "s, at CXXFLAGS@,-O2 -pipe  ...": bad flag in substitute command: '-'
+
 USES=		compiler:c++0x gmake tar:xz
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-head mailing list