Date: Mon, 28 May 2018 20:22:35 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471066 - head/devel/libclc Message-ID: <201805282022.w4SKMZQh016522@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805282022.w4SKMZQh016522>