svn commit: r565850 - head/graphics/openshadinglanguage

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 01:28:36 UTC 2021


Author: linimon
Date: Thu Feb 18 01:28:36 2021
New Revision: 565850
URL: https://svnweb.freebsd.org/changeset/ports/565850

Log:
  Mark as BROKEN on riscv64:
  
    /usr/include/c++/v1/__threading_support:135:3: error: Unsupported architecture
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/openshadinglanguage/Makefile

Modified: head/graphics/openshadinglanguage/Makefile
==============================================================================
--- head/graphics/openshadinglanguage/Makefile	Thu Feb 18 01:17:10 2021	(r565849)
+++ head/graphics/openshadinglanguage/Makefile	Thu Feb 18 01:28:36 2021	(r565850)
@@ -14,6 +14,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 BROKEN_FreeBSD_12_powerpc64=	fails to compile: llvm_ops.cpp:101:10: fatal error: 'iostream' file not found
+BROKEN_riscv64=		fails to build: /usr/include/c++/v1/__threading_support:135:3: Unsupported architecture
 
 BUILD_DEPENDS=	llvm-config${LLVM_VER}:devel/llvm${LLVM_VER}
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \


More information about the svn-ports-all mailing list