svn commit: r537138 - head/graphics/openshadinglanguage

Mark Linimon linimon at FreeBSD.org
Sun May 31 09:20:13 UTC 2020


Author: linimon
Date: Sun May 31 09:20:12 2020
New Revision: 537138
URL: https://svnweb.freebsd.org/changeset/ports/537138

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

Modified:
  head/graphics/openshadinglanguage/Makefile

Modified: head/graphics/openshadinglanguage/Makefile
==============================================================================
--- head/graphics/openshadinglanguage/Makefile	Sun May 31 09:15:16 2020	(r537137)
+++ head/graphics/openshadinglanguage/Makefile	Sun May 31 09:20:12 2020	(r537138)
@@ -12,6 +12,8 @@ COMMENT=	Advanced shading language for production GI r
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_FreeBSD_12_powerpc64=	fails to compile: llvm_ops.cpp:101:10: fatal error: 'iostream' file not found
+
 BUILD_DEPENDS=	llvm-config${LLVM_VER}:devel/llvm${LLVM_VER}
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libImath.so:graphics/ilmbase \


More information about the svn-ports-head mailing list