svn commit: r437663 - head/devel/libclc

Matthew Rezny rezny at FreeBSD.org
Mon Apr 3 15:11:08 UTC 2017


Author: rezny
Date: Mon Apr  3 15:11:06 2017
New Revision: 437663
URL: https://svnweb.freebsd.org/changeset/ports/437663

Log:
  Update to latest snapshot and obey MESA_LLVM_VER if set (only 40 is valid)
  
  PR:	218195
  Reviewed by:	jmd
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10248

Modified:
  head/devel/libclc/Makefile
  head/devel/libclc/distinfo
  head/devel/libclc/pkg-plist

Modified: head/devel/libclc/Makefile
==============================================================================
--- head/devel/libclc/Makefile	Mon Apr  3 14:45:57 2017	(r437662)
+++ head/devel/libclc/Makefile	Mon Apr  3 15:11:06 2017	(r437663)
@@ -2,29 +2,29 @@
 # $FreeBSD$
 
 PORTNAME=	libclc
-DISTVERSION=	0.3.0.20170117
+DISTVERSION=	0.3.0.20170225
 CATEGORIES=	devel
 
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	Required library functions for OpenCL C programming language
 
 LICENSE=	BSD3CLAUSE MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
-BUILD_DEPENDS=	clang${LLVMVER}:devel/llvm${LLVMVER} \
+BUILD_DEPENDS=	llvm${LLVMVER}>=4.0:devel/llvm${LLVMVER} \
 		libedit>=0:devel/libedit
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	llvm-mirror
-GH_TAGNAME=	2ec7d80
+GH_TAGNAME=	17648cd
 
 # ninja based build is broken since commit 598792bc (16 sep 2016)
 USES=		gmake python:2.7,build gmake
 USE_LDCONFIG=	yes
 MAKE_ENV=	MAKE=${GMAKE} DESTDIR=${STAGEDIR}
 
-LLVMVER=	40
+LLVMVER=	${MESA_LLVM_VER:U40}
 
 ALL_TARGET=
 

Modified: head/devel/libclc/distinfo
==============================================================================
--- head/devel/libclc/distinfo	Mon Apr  3 14:45:57 2017	(r437662)
+++ head/devel/libclc/distinfo	Mon Apr  3 15:11:06 2017	(r437663)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485361080
-SHA256 (llvm-mirror-libclc-0.3.0.20170117-2ec7d80_GH0.tar.gz) = 8e42ff411dbb8368d6719685864cc43312e02ff32bcc6785d1b25ee8d551837e
-SIZE (llvm-mirror-libclc-0.3.0.20170117-2ec7d80_GH0.tar.gz) = 130868
+TIMESTAMP = 1491069402
+SHA256 (llvm-mirror-libclc-0.3.0.20170225-17648cd_GH0.tar.gz) = 6dc87f14b3d928be657f0656eb58f4481e015dd85a4d62042a15955193349a3d
+SIZE (llvm-mirror-libclc-0.3.0.20170225-17648cd_GH0.tar.gz) = 132518

Modified: head/devel/libclc/pkg-plist
==============================================================================
--- head/devel/libclc/pkg-plist	Mon Apr  3 14:45:57 2017	(r437662)
+++ head/devel/libclc/pkg-plist	Mon Apr  3 15:11:06 2017	(r437663)
@@ -197,8 +197,10 @@ include/clc/math/native_log.inc
 include/clc/math/native_log2.h
 include/clc/math/native_log2.inc
 include/clc/math/native_powr.h
+include/clc/math/native_rsqrt.h
 include/clc/math/native_sin.h
 include/clc/math/native_sqrt.h
+include/clc/math/native_tan.h
 include/clc/math/nextafter.h
 include/clc/math/pow.h
 include/clc/math/pown.h
@@ -209,6 +211,8 @@ include/clc/math/sin.h
 include/clc/math/sin.inc
 include/clc/math/sincos.h
 include/clc/math/sincos.inc
+include/clc/math/sinh.h
+include/clc/math/sinh.inc
 include/clc/math/sinpi.h
 include/clc/math/sinpi.inc
 include/clc/math/sqrt.h


More information about the svn-ports-head mailing list