From owner-svn-ports-all@freebsd.org Mon May 28 20:22:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1795F9414C; Mon, 28 May 2018 20:22:36 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6CDC382C8D; Mon, 28 May 2018 20:22:36 +0000 (UTC) (envelope-from zeising@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4EEA912323; Mon, 28 May 2018 20:22:36 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4SKMag7016525; Mon, 28 May 2018 20:22:36 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4SKMZQh016522; Mon, 28 May 2018 20:22:35 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201805282022.w4SKMZQh016522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Mon, 28 May 2018 20:22:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471066 - head/devel/libclc X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/devel/libclc X-SVN-Commit-Revision: 471066 X-SVN-Commit-Repository: ports 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.26 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, 28 May 2018 20:22:37 -0000 Author: zeising Date: Mon May 28 20:22:35 2018 New Revision: 471066 URL: https://svnweb.freebsd.org/changeset/ports/471066 Log: devel/libclc: Update to the latest snapshot. Obtained from: https://github.com/myfreeweb/freebsd-ports-dank/commit/9ac407a1f415145139788aa457afbb947452109f Modified: head/devel/libclc/Makefile head/devel/libclc/distinfo head/devel/libclc/pkg-plist Modified: head/devel/libclc/Makefile ============================================================================== --- head/devel/libclc/Makefile Mon May 28 20:01:36 2018 (r471065) +++ head/devel/libclc/Makefile Mon May 28 20:22:35 2018 (r471066) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libclc -DISTVERSION= 0.3.0.20171127 -PORTREVISION= 1 +DISTVERSION= 0.3.0.20180518 CATEGORIES= devel MAINTAINER= x11@FreeBSD.org @@ -18,7 +17,7 @@ BUILD_DEPENDS= llvm${LLVMVER}>=4.0:devel/llvm${LLVMVER USE_GITHUB= yes GH_ACCOUNT= llvm-mirror -GH_TAGNAME= d638441 +GH_TAGNAME= a2118d5 # ninja based build is broken since commit 598792bc (16 sep 2016) USES= gmake python:2.7,build gmake Modified: head/devel/libclc/distinfo ============================================================================== --- head/devel/libclc/distinfo Mon May 28 20:01:36 2018 (r471065) +++ head/devel/libclc/distinfo Mon May 28 20:22:35 2018 (r471066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514209095 -SHA256 (llvm-mirror-libclc-0.3.0.20171127-d638441_GH0.tar.gz) = 1873176836da9d45e85b1a7a180f4b9f6d4a61e98be4c5c7d32eabca9c88c88b -SIZE (llvm-mirror-libclc-0.3.0.20171127-d638441_GH0.tar.gz) = 138007 +TIMESTAMP = 1527376171 +SHA256 (llvm-mirror-libclc-0.3.0.20180518-a2118d5_GH0.tar.gz) = 0796b912f3133ae85b731ff37fd2b040cc7acc455a6cc8f1bc12a3433afde0cc +SIZE (llvm-mirror-libclc-0.3.0.20180518-a2118d5_GH0.tar.gz) = 168255 Modified: head/devel/libclc/pkg-plist ============================================================================== --- head/devel/libclc/pkg-plist Mon May 28 20:01:36 2018 (r471065) +++ head/devel/libclc/pkg-plist Mon May 28 20:22:35 2018 (r471066) @@ -117,7 +117,7 @@ include/clc/integer/rotate.h include/clc/integer/rotate.inc include/clc/integer/sub_sat.h include/clc/integer/sub_sat.inc -include/clc/integer/unary_intrin.inc +include/clc/integer/unary.inc include/clc/integer/upsample.h include/clc/math/acos.h include/clc/math/acosh.h @@ -156,14 +156,25 @@ include/clc/math/fma.h include/clc/math/fmax.h include/clc/math/fmin.h 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_cos.h +include/clc/math/half_divide.h +include/clc/math/half_exp.h +include/clc/math/half_exp10.h +include/clc/math/half_exp2.h +include/clc/math/half_log.h +include/clc/math/half_log10.h +include/clc/math/half_log2.h +include/clc/math/half_powr.h +include/clc/math/half_recip.h include/clc/math/half_rsqrt.h +include/clc/math/half_sin.h include/clc/math/half_sqrt.h +include/clc/math/half_tan.h include/clc/math/hypot.h include/clc/math/hypot.inc include/clc/math/ilogb.h @@ -184,6 +195,8 @@ include/clc/math/maxmag.h include/clc/math/minmag.h include/clc/math/modf.h include/clc/math/modf.inc +include/clc/math/nan.h +include/clc/math/nan.inc include/clc/math/native_cos.h include/clc/math/native_divide.h include/clc/math/native_exp.h @@ -202,7 +215,14 @@ include/clc/math/nextafter.h include/clc/math/nextafter.inc include/clc/math/pow.h include/clc/math/pown.h +include/clc/math/pown.inc +include/clc/math/powr.h +include/clc/math/remainder.h +include/clc/math/remquo.h +include/clc/math/remquo.inc include/clc/math/rint.h +include/clc/math/rootn.h +include/clc/math/rootn.inc include/clc/math/round.h include/clc/math/rsqrt.h include/clc/math/sin.h @@ -213,6 +233,7 @@ include/clc/math/sinpi.h include/clc/math/sqrt.h include/clc/math/tan.h include/clc/math/tanh.h +include/clc/math/tanpi.h include/clc/math/ternary_intrin.inc include/clc/math/tgamma.h include/clc/math/trunc.h @@ -240,6 +261,7 @@ include/clc/relational/isnotequal.h include/clc/relational/isordered.h include/clc/relational/isunordered.h include/clc/relational/select.h +include/clc/relational/select.inc include/clc/relational/signbit.h include/clc/relational/unary_decl.inc include/clc/shared/clamp.h