svn commit: r471733 - head/devel/yaml-cpp03

Mark Linimon linimon at FreeBSD.org
Mon Jun 4 23:31:15 UTC 2018


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


More information about the svn-ports-all mailing list