From owner-svn-ports-all@freebsd.org Mon Jan 16 23:44:04 2017 Return-Path: Delivered-To: svn-ports-all@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 7EDBECB2C0E; Mon, 16 Jan 2017 23:44:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 41AF61237; Mon, 16 Jan 2017 23:44:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0GNi3Jc022219; Mon, 16 Jan 2017 23:44:03 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0GNi344022215; Mon, 16 Jan 2017 23:44:03 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201701162344.v0GNi344022215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 16 Jan 2017 23:44:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431713 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2017 23:44:04 -0000 Author: bapt Date: Mon Jan 16 23:44:02 2017 New Revision: 431713 URL: https://svnweb.freebsd.org/changeset/ports/431713 Log: Update to 20160915 snapshot The new snapshot is necessary for mesa updates and is the latest snapshot which is compatible with llvm 3.9 (next are on llvm 4.0) PR: 214883 Submitted by: matthew@reztek.cz Modified: head/devel/libclc/Makefile head/devel/libclc/distinfo head/devel/libclc/pkg-plist Modified: head/devel/libclc/Makefile ============================================================================== --- head/devel/libclc/Makefile Mon Jan 16 23:42:07 2017 (r431712) +++ head/devel/libclc/Makefile Mon Jan 16 23:44:02 2017 (r431713) @@ -2,24 +2,26 @@ # $FreeBSD$ PORTNAME= libclc -DISTVERSION= 0.2.0.20151006 +DISTVERSION= 0.2.0.20160915 CATEGORIES= devel MAINTAINER= x11@FreeBSD.org COMMENT= Required library functions for OpenCL C programming language +LICENSE= MIT + BUILD_DEPENDS= clang${LLVMVER}:devel/llvm${LLVMVER} \ libedit>=0:devel/libedit USE_GITHUB= yes GH_ACCOUNT= llvm-mirror -GH_TAGNAME= 6d78407 +GH_TAGNAME= b091e26 USES= gmake python:2,build ninja USE_LDCONFIG= yes MAKE_ENV= MAKE=${GMAKE} DESTDIR=${STAGEDIR} -LLVMVER= 37 +LLVMVER= 39 ALL_TARGET= Modified: head/devel/libclc/distinfo ============================================================================== --- head/devel/libclc/distinfo Mon Jan 16 23:42:07 2017 (r431712) +++ head/devel/libclc/distinfo Mon Jan 16 23:44:02 2017 (r431713) @@ -1,2 +1,3 @@ -SHA256 (llvm-mirror-libclc-0.2.0.20151006-6d78407_GH0.tar.gz) = 1a1d5d0b00560cf5d4784110f22ef8ade121c4a703a3622e0be85989eca3e4ba -SIZE (llvm-mirror-libclc-0.2.0.20151006-6d78407_GH0.tar.gz) = 102996 +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 Modified: head/devel/libclc/pkg-plist ============================================================================== --- head/devel/libclc/pkg-plist Mon Jan 16 23:42:07 2017 (r431712) +++ head/devel/libclc/pkg-plist Mon Jan 16 23:44:02 2017 (r431713) @@ -129,20 +129,27 @@ include/clc/math/atanpi.h include/clc/math/atanpi.inc include/clc/math/binary_decl.inc include/clc/math/binary_intrin.inc +include/clc/math/cbrt.h +include/clc/math/cbrt.inc include/clc/math/ceil.h include/clc/math/clc_nextafter.h include/clc/math/copysign.h include/clc/math/copysign.inc include/clc/math/cos.h include/clc/math/cos.inc +include/clc/math/cosh.h +include/clc/math/cosh.inc include/clc/math/cospi.h include/clc/math/cospi.inc +include/clc/math/erf.h include/clc/math/erfc.h include/clc/math/exp.h include/clc/math/exp10.h include/clc/math/exp2.h include/clc/math/exp2.inc include/clc/math/fabs.h +include/clc/math/fdim.h +include/clc/math/fdim.inc include/clc/math/floor.h include/clc/math/fma.h include/clc/math/fmax.h @@ -151,13 +158,21 @@ include/clc/math/fmod.h include/clc/math/fmod.inc include/clc/math/fract.h include/clc/math/fract.inc +include/clc/math/frexp.h +include/clc/math/frexp.inc include/clc/math/gentype.inc include/clc/math/half_rsqrt.h include/clc/math/half_sqrt.h include/clc/math/hypot.h include/clc/math/hypot.inc +include/clc/math/ilogb.h +include/clc/math/ilogb.inc include/clc/math/ldexp.h include/clc/math/ldexp.inc +include/clc/math/lgamma.h +include/clc/math/lgamma.inc +include/clc/math/lgamma_r.h +include/clc/math/lgamma_r.inc include/clc/math/log.h include/clc/math/log.inc include/clc/math/log10.h @@ -167,6 +182,8 @@ include/clc/math/log2.h include/clc/math/log2.inc include/clc/math/mad.h include/clc/math/mad.inc +include/clc/math/modf.h +include/clc/math/modf.inc include/clc/math/native_cos.h include/clc/math/native_divide.h include/clc/math/native_exp.h @@ -198,6 +215,8 @@ include/clc/math/tan.inc include/clc/math/tanh.h include/clc/math/tanh.inc include/clc/math/ternary_intrin.inc +include/clc/math/tgamma.h +include/clc/math/tgamma.inc include/clc/math/trunc.h include/clc/math/unary_decl.inc include/clc/math/unary_intrin.inc @@ -234,37 +253,58 @@ include/clc/shared/vstore.h include/clc/synchronization/barrier.h include/clc/synchronization/cl_mem_fence_flags.h include/clc/workitem/get_global_id.h +include/clc/workitem/get_global_offset.h include/clc/workitem/get_global_size.h include/clc/workitem/get_group_id.h include/clc/workitem/get_local_id.h include/clc/workitem/get_local_size.h include/clc/workitem/get_num_groups.h include/clc/workitem/get_work_dim.h +lib/clc/amdgcn--amdhsa.bc lib/clc/aruba-r600--.bc lib/clc/barts-r600--.bc lib/clc/bonaire-amdgcn--.bc +lib/clc/bonaire-amdgcn--amdhsa.bc lib/clc/caicos-r600--.bc +lib/clc/carrizo-amdgcn--.bc +lib/clc/carrizo-amdgcn--amdhsa.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/hainan-amdgcn--.bc lib/clc/hawaii-amdgcn--.bc +lib/clc/hawaii-amdgcn--amdhsa.bc lib/clc/hemlock-r600--.bc +lib/clc/iceland-amdgcn--.bc +lib/clc/iceland-amdgcn--amdhsa.bc lib/clc/juniper-r600--.bc lib/clc/kabini-amdgcn--.bc +lib/clc/kabini-amdgcn--amdhsa.bc lib/clc/kaveri-amdgcn--.bc +lib/clc/kaveri-amdgcn--amdhsa.bc lib/clc/mullins-amdgcn--.bc +lib/clc/mullins-amdgcn--amdhsa.bc lib/clc/nvptx--nvidiacl.bc lib/clc/nvptx64--nvidiacl.bc lib/clc/oland-amdgcn--.bc lib/clc/palm-r600--.bc lib/clc/pitcairn-amdgcn--.bc +lib/clc/polaris10-amdgcn--.bc +lib/clc/polaris10-amdgcn--amdhsa.bc +lib/clc/polaris11-amdgcn--.bc +lib/clc/polaris11-amdgcn--amdhsa.bc lib/clc/redwood-r600--.bc +lib/clc/stoney-amdgcn--.bc +lib/clc/stoney-amdgcn--amdhsa.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/tonga-amdgcn--.bc +lib/clc/tonga-amdgcn--amdhsa.bc lib/clc/turks-r600--.bc lib/clc/verde-amdgcn--.bc libdata/pkgconfig/libclc.pc