From owner-svn-ports-all@freebsd.org Mon Apr 3 15:11:08 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 32CECD2B00E; Mon, 3 Apr 2017 15:11:08 +0000 (UTC) (envelope-from rezny@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 DAFB3B38; Mon, 3 Apr 2017 15:11:07 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v33FB7OM038603; Mon, 3 Apr 2017 15:11:07 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v33FB6B2038600; Mon, 3 Apr 2017 15:11:06 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201704031511.v33FB6B2038600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Mon, 3 Apr 2017 15:11:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437663 - 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, 03 Apr 2017 15:11:08 -0000 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@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