Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 22:20:27 +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: r536999 - head/math/cadical
Message-ID:  <202005292220.04TMKRvO002954@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,@CXXFLAGS@,-O2 -pipe  ...": bad flag in substitute command: '-'
+
 USES=		compiler:c++0x gmake tar:xz
 GNU_CONFIGURE=	yes
 



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