svn commit: r517175 - head/devel/libclc

Mark Linimon linimon at FreeBSD.org
Sun Nov 10 05:33:46 UTC 2019


Author: linimon
Date: Sun Nov 10 05:33:45 2019
New Revision: 517175
URL: https://svnweb.freebsd.org/changeset/ports/517175

Log:
  Mark BROKEN on powerpc64.
  
  This port has been failing to build since 20180919 and I have not yet
  been able to fix it.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/libclc/Makefile

Modified: head/devel/libclc/Makefile
==============================================================================
--- head/devel/libclc/Makefile	Sun Nov 10 04:59:34 2019	(r517174)
+++ head/devel/libclc/Makefile	Sun Nov 10 05:33:45 2019	(r517175)
@@ -14,6 +14,8 @@ LICENSE_NAME=	LLVM Release License
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN_powerpc64=	fails to compile: /usr/local/llvm80/include/llvm-c/DataTypes.h:28:10: fatal error: 'cmath' file not found
+
 BUILD_DEPENDS=	llvm${LLVM_DEFAULT}>=4.0:devel/llvm${LLVM_DEFAULT} \
 		libedit>=0:devel/libedit
 


More information about the svn-ports-all mailing list