svn commit: r492064 - head/devel/ispc

Antoine Brodin antoine at FreeBSD.org
Sun Feb 3 19:46:56 UTC 2019


Author: antoine
Date: Sun Feb  3 19:46:54 2019
New Revision: 492064
URL: https://svnweb.freebsd.org/changeset/ports/492064

Log:
  Mark BROKEN: fails to build
  
  llvmutil.cpp:(.text+0x3c56): undefined reference to `llvm::Value::dump() const'
  
  Reported by:	pkg-fallout

Modified:
  head/devel/ispc/Makefile

Modified: head/devel/ispc/Makefile
==============================================================================
--- head/devel/ispc/Makefile	Sun Feb  3 19:45:09 2019	(r492063)
+++ head/devel/ispc/Makefile	Sun Feb  3 19:46:54 2019	(r492064)
@@ -12,6 +12,8 @@ COMMENT=	Intel's compiler for high-performance SIMD pr
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN=		fails to build
+
 ONLY_FOR_ARCHS=		amd64 i386
 ONLY_FOR_ARCHS_REASON=	only available for x86 architectures
 


More information about the svn-ports-all mailing list