svn commit: r457438 - head/devel/ispc

Yuri Victorovich yuri at FreeBSD.org
Thu Dec 28 05:06:36 UTC 2017


Author: yuri
Date: Thu Dec 28 05:06:35 2017
New Revision: 457438
URL: https://svnweb.freebsd.org/changeset/ports/457438

Log:
  devel/ispc: Changed the dependency to clang40
  
  Reported by:	danfe (asked to change the dependency of ISPC for bug#224066 for graphics/embree update)
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13612

Modified:
  head/devel/ispc/Makefile

Modified: head/devel/ispc/Makefile
==============================================================================
--- head/devel/ispc/Makefile	Thu Dec 28 04:41:49 2017	(r457437)
+++ head/devel/ispc/Makefile	Thu Dec 28 05:06:35 2017	(r457438)
@@ -4,6 +4,7 @@
 PORTNAME=	ispc
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.9.2
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -15,14 +16,14 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 ONLY_FOR_ARCHS=		amd64 i386
 ONLY_FOR_ARCHS_REASON=	only available for x86 architectures
 
-BUILD_DEPENDS=	clang${CLANG_VERSION}:lang/clang${CLANG_VERSION}
+BUILD_DEPENDS=	clang${CLANG_VERSION}:devel/llvm${CLANG_VERSION}
 
 USES=		bison gmake python:build shebangfix
 USE_GITHUB=	yes
 
 ALL_TARGET=	default
 MAKE_ENV=	LLVM_HOME="${LOCALBASE}"
-CLANG_VERSION=	38
+CLANG_VERSION=	40
 SHEBANG_FILES=	*.py
 
 MAKE_ARGS=	LLVM_CONFIG=${LOCALBASE}/bin/llvm-config${CLANG_VERSION} \


More information about the svn-ports-head mailing list