From owner-svn-ports-all@freebsd.org Fri Mar 25 14:07:19 2016 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 A0D8FADCC12; Fri, 25 Mar 2016 14:07:19 +0000 (UTC) (envelope-from kwm@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 7B3401815; Fri, 25 Mar 2016 14:07:19 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2PE7I8w063552; Fri, 25 Mar 2016 14:07:18 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2PE7IKZ063549; Fri, 25 Mar 2016 14:07:18 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201603251407.u2PE7IKZ063549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 25 Mar 2016 14:07:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411842 - 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.21 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: Fri, 25 Mar 2016 14:07:19 -0000 Author: kwm Date: Fri Mar 25 14:07:18 2016 New Revision: 411842 URL: https://svnweb.freebsd.org/changeset/ports/411842 Log: Update libclc to 0.2.0.20151006. Switch to llvm 3.7. Obtained from: graphics team develoment repo. Modified: head/devel/libclc/Makefile head/devel/libclc/distinfo head/devel/libclc/pkg-plist Modified: head/devel/libclc/Makefile ============================================================================== --- head/devel/libclc/Makefile Fri Mar 25 14:06:09 2016 (r411841) +++ head/devel/libclc/Makefile Fri Mar 25 14:07:18 2016 (r411842) @@ -2,25 +2,25 @@ # $FreeBSD$ PORTNAME= libclc -DISTVERSION= 0.1.0.20150710 +DISTVERSION= 0.2.0.20151006 CATEGORIES= devel MAINTAINER= kwm@FreeBSD.org COMMENT= Required library functions for OpenCL C programming language -BUILD_DEPENDS= clang${LLVMVER}:${PORTSDIR}/lang/clang${LLVMVER} \ +BUILD_DEPENDS= clang${LLVMVER}:${PORTSDIR}/devel/llvm${LLVMVER} \ libedit>=0:${PORTSDIR}/devel/libedit USE_GITHUB= yes GH_ACCOUNT= llvm-mirror -GH_TAGNAME= eed524f2a9 +GH_TAGNAME= 6d78407 GNU_CONFIGURE= yes USES= gmake python:2,build ninja USE_LDCONFIG= yes MAKE_ENV= MAKE=${GMAKE} DESTDIR=${STAGEDIR} -LLVMVER= 36 +LLVMVER= 37 ALL_TARGET= Modified: head/devel/libclc/distinfo ============================================================================== --- head/devel/libclc/distinfo Fri Mar 25 14:06:09 2016 (r411841) +++ head/devel/libclc/distinfo Fri Mar 25 14:07:18 2016 (r411842) @@ -1,2 +1,2 @@ -SHA256 (llvm-mirror-libclc-0.1.0.20150710-eed524f2a9_GH0.tar.gz) = 12cfa6c2530dd2308fa11ec43d450d1aa0f94cb9b05bbb80daa78b4dfa05d691 -SIZE (llvm-mirror-libclc-0.1.0.20150710-eed524f2a9_GH0.tar.gz) = 94347 +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 Modified: head/devel/libclc/pkg-plist ============================================================================== --- head/devel/libclc/pkg-plist Fri Mar 25 14:06:09 2016 (r411841) +++ head/devel/libclc/pkg-plist Fri Mar 25 14:07:18 2016 (r411842) @@ -74,6 +74,8 @@ include/clc/geometric/length.h include/clc/geometric/length.inc include/clc/geometric/normalize.h include/clc/geometric/normalize.inc +include/clc/image/image.h +include/clc/image/image_defines.h include/clc/integer/abs.h include/clc/integer/abs.inc include/clc/integer/abs_diff.h @@ -157,10 +159,12 @@ include/clc/math/hypot.inc include/clc/math/ldexp.h include/clc/math/ldexp.inc include/clc/math/log.h +include/clc/math/log.inc include/clc/math/log10.h include/clc/math/log1p.h include/clc/math/log1p.inc include/clc/math/log2.h +include/clc/math/log2.inc include/clc/math/mad.h include/clc/math/mad.inc include/clc/math/native_cos.h @@ -169,7 +173,9 @@ include/clc/math/native_exp.h include/clc/math/native_exp10.h include/clc/math/native_exp2.h include/clc/math/native_log.h +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_sin.h include/clc/math/native_sqrt.h @@ -186,8 +192,11 @@ include/clc/math/sincos.inc include/clc/math/sinpi.h include/clc/math/sinpi.inc include/clc/math/sqrt.h +include/clc/math/sqrt.inc include/clc/math/tan.h include/clc/math/tan.inc +include/clc/math/tanh.h +include/clc/math/tanh.inc include/clc/math/ternary_intrin.inc include/clc/math/trunc.h include/clc/math/unary_decl.inc