From owner-svn-ports-head@freebsd.org Thu Mar 30 02:48:05 2017 Return-Path: <owner-svn-ports-head@freebsd.org> Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66B64D25A5D; Thu, 30 Mar 2017 02:48:05 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24BF4E26; Thu, 30 Mar 2017 02:48:05 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2U2knlY019583; Thu, 30 Mar 2017 02:46:49 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2U2km9p019579; Thu, 30 Mar 2017 02:46:48 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201703300246.v2U2km9p019579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich <jmd@FreeBSD.org> Date: Thu, 30 Mar 2017 02:46:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437268 - head/devel/libclc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head <svn-ports-head.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/> List-Post: <mailto:svn-ports-head@freebsd.org> List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>, <mailto:svn-ports-head-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 30 Mar 2017 02:48:05 -0000 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