[linimon at FreeBSD.org: svn commit: r517175 - head/devel/libclc]

Mark Linimon linimon at lonesome.com
Sun Nov 10 05:35:32 UTC 2019


FYI

mcl

----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----

Date: Sun, 10 Nov 2019 05:33:45 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r517175 - head/devel/libclc

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
 

----- End forwarded message -----


More information about the freebsd-x11 mailing list