Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2019 19:46:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492064 - head/devel/ispc
Message-ID:  <201902031946.x13Jktrj072612@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902031946.x13Jktrj072612>