Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2018 23:31:14 +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: r471733 - head/devel/yaml-cpp03
Message-ID:  <201806042331.w54NVE14052119@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Jun  4 23:31:14 2018
New Revision: 471733
URL: https://svnweb.freebsd.org/changeset/ports/471733

Log:
  Mark as broken on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/yaml-cpp03/Makefile

Modified: head/devel/yaml-cpp03/Makefile
==============================================================================
--- head/devel/yaml-cpp03/Makefile	Mon Jun  4 23:29:05 2018	(r471732)
+++ head/devel/yaml-cpp03/Makefile	Mon Jun  4 23:31:14 2018	(r471733)
@@ -12,6 +12,8 @@ COMMENT=	YAML parser and emitter in C++ matching the Y
 
 LICENSE=	MIT
 
+BROKEN_powerpc64=	fails to build: ninja: build.ninja:386: bad $-escape (literal $ must be written as $$)
+
 USES=		cmake
 USE_LDCONFIG=	yes
 CMAKE_ARGS+=	-DBUILD_SHARED_LIBS:BOOL=ON -DYAML_CPP_BUILD_TOOLS=0



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