Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2017 02:46:48 +0000 (UTC)
From:      Johannes M Dieterich <jmd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437268 - head/devel/libclc
Message-ID:  <201703300246.v2U2km9p019579@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmd
Date: Thu Mar 30 02:46:48 2017
New Revision: 437268
URL: https://svnweb.freebsd.org/changeset/ports/437268

Log:
  Update devel/libclc to a later git tag. It now requires devel/llvm40 and brings support for logb and expm1. License changes to BSD3 and MIT (dual).
  
  Reviewed by:	swills (mentor), rene (mentor), kwm (x11)
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9394

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

Modified: head/devel/libclc/Makefile
==============================================================================
--- head/devel/libclc/Makefile	Thu Mar 30 02:40:48 2017	(r437267)
+++ head/devel/libclc/Makefile	Thu Mar 30 02:46:48 2017	(r437268)
@@ -2,26 +2,29 @@
 # $FreeBSD$
 
 PORTNAME=	libclc
-DISTVERSION=	0.2.0.20160915
+DISTVERSION=	0.3.0.20170117
 CATEGORIES=	devel
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Required library functions for OpenCL C programming language
 
-LICENSE=	MIT
+LICENSE=	BSD3CLAUSE MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
+LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	clang${LLVMVER}:devel/llvm${LLVMVER} \
 		libedit>=0:devel/libedit
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	llvm-mirror
-GH_TAGNAME=	b091e26
+GH_TAGNAME=	2ec7d80
 
-USES=		gmake python:2,build ninja
+# 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=	39
+LLVMVER=	40
 
 ALL_TARGET=
 
@@ -32,7 +35,7 @@ post-patch:
 		${WRKSRC}/configure.py
 
 do-configure:
-	@cd ${WRKSRC} && ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} -g ninja \
+	@cd ${WRKSRC} && ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} -g make \
 		--with-llvm-config=${LOCALBASE}/bin/llvm-config${LLVMVER} \
 		--pkgconfigdir=${PREFIX}/libdata/pkgconfig \
 		--prefix=${PREFIX}

Modified: head/devel/libclc/distinfo
==============================================================================
--- head/devel/libclc/distinfo	Thu Mar 30 02:40:48 2017	(r437267)
+++ head/devel/libclc/distinfo	Thu Mar 30 02:46:48 2017	(r437268)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1480100311
-SHA256 (llvm-mirror-libclc-0.2.0.20160915-b091e26_GH0.tar.gz) = 821a4b7aa0fa84b1a790b72ba9e2df2820f0d4f565df1027eaad206d688ea741
-SIZE (llvm-mirror-libclc-0.2.0.20160915-b091e26_GH0.tar.gz) = 127259
+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

Modified: head/devel/libclc/pkg-descr
==============================================================================
--- head/devel/libclc/pkg-descr	Thu Mar 30 02:40:48 2017	(r437267)
+++ head/devel/libclc/pkg-descr	Thu Mar 30 02:46:48 2017	(r437268)
@@ -6,4 +6,3 @@ impose library requirements:
 Libclc is intended to be used with the Clang compiler's OpenCL frontend
 
 WWW: http://libclc.llvm.org/
-

Modified: head/devel/libclc/pkg-plist
==============================================================================
--- head/devel/libclc/pkg-plist	Thu Mar 30 02:40:48 2017	(r437267)
+++ head/devel/libclc/pkg-plist	Thu Mar 30 02:46:48 2017	(r437268)
@@ -147,6 +147,7 @@ include/clc/math/exp.h
 include/clc/math/exp10.h
 include/clc/math/exp2.h
 include/clc/math/exp2.inc
+include/clc/math/expm1.h
 include/clc/math/fabs.h
 include/clc/math/fdim.h
 include/clc/math/fdim.inc
@@ -180,6 +181,8 @@ include/clc/math/log1p.h
 include/clc/math/log1p.inc
 include/clc/math/log2.h
 include/clc/math/log2.inc
+include/clc/math/logb.h
+include/clc/math/logb.inc
 include/clc/math/mad.h
 include/clc/math/mad.inc
 include/clc/math/modf.h
@@ -265,46 +268,63 @@ lib/clc/aruba-r600--.bc
 lib/clc/barts-r600--.bc
 lib/clc/bonaire-amdgcn--.bc
 lib/clc/bonaire-amdgcn--amdhsa.bc
+lib/clc/bonaire-amdgcn-mesa-mesa3d.bc
 lib/clc/caicos-r600--.bc
 lib/clc/carrizo-amdgcn--.bc
 lib/clc/carrizo-amdgcn--amdhsa.bc
+lib/clc/carrizo-amdgcn-mesa-mesa3d.bc
 lib/clc/cayman-r600--.bc
 lib/clc/cedar-r600--.bc
 lib/clc/cypress-r600--.bc
 lib/clc/fiji-amdgcn--.bc
 lib/clc/fiji-amdgcn--amdhsa.bc
+lib/clc/fiji-amdgcn-mesa-mesa3d.bc
 lib/clc/hainan-amdgcn--.bc
+lib/clc/hainan-amdgcn-mesa-mesa3d.bc
 lib/clc/hawaii-amdgcn--.bc
 lib/clc/hawaii-amdgcn--amdhsa.bc
+lib/clc/hawaii-amdgcn-mesa-mesa3d.bc
 lib/clc/hemlock-r600--.bc
 lib/clc/iceland-amdgcn--.bc
 lib/clc/iceland-amdgcn--amdhsa.bc
+lib/clc/iceland-amdgcn-mesa-mesa3d.bc
 lib/clc/juniper-r600--.bc
 lib/clc/kabini-amdgcn--.bc
 lib/clc/kabini-amdgcn--amdhsa.bc
+lib/clc/kabini-amdgcn-mesa-mesa3d.bc
 lib/clc/kaveri-amdgcn--.bc
 lib/clc/kaveri-amdgcn--amdhsa.bc
+lib/clc/kaveri-amdgcn-mesa-mesa3d.bc
 lib/clc/mullins-amdgcn--.bc
 lib/clc/mullins-amdgcn--amdhsa.bc
+lib/clc/mullins-amdgcn-mesa-mesa3d.bc
 lib/clc/nvptx--nvidiacl.bc
 lib/clc/nvptx64--nvidiacl.bc
 lib/clc/oland-amdgcn--.bc
+lib/clc/oland-amdgcn-mesa-mesa3d.bc
 lib/clc/palm-r600--.bc
 lib/clc/pitcairn-amdgcn--.bc
+lib/clc/pitcairn-amdgcn-mesa-mesa3d.bc
 lib/clc/polaris10-amdgcn--.bc
 lib/clc/polaris10-amdgcn--amdhsa.bc
+lib/clc/polaris10-amdgcn-mesa-mesa3d.bc
 lib/clc/polaris11-amdgcn--.bc
 lib/clc/polaris11-amdgcn--amdhsa.bc
+lib/clc/polaris11-amdgcn-mesa-mesa3d.bc
 lib/clc/redwood-r600--.bc
 lib/clc/stoney-amdgcn--.bc
 lib/clc/stoney-amdgcn--amdhsa.bc
+lib/clc/stoney-amdgcn-mesa-mesa3d.bc
 lib/clc/subnormal_disable.bc
 lib/clc/subnormal_use_default.bc
 lib/clc/sumo-r600--.bc
 lib/clc/sumo2-r600--.bc
 lib/clc/tahiti-amdgcn--.bc
+lib/clc/tahiti-amdgcn-mesa-mesa3d.bc
 lib/clc/tonga-amdgcn--.bc
 lib/clc/tonga-amdgcn--amdhsa.bc
+lib/clc/tonga-amdgcn-mesa-mesa3d.bc
 lib/clc/turks-r600--.bc
 lib/clc/verde-amdgcn--.bc
+lib/clc/verde-amdgcn-mesa-mesa3d.bc
 libdata/pkgconfig/libclc.pc



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