From owner-svn-ports-head@freebsd.org Thu Sep 28 02:44:49 2017 Return-Path: Delivered-To: svn-ports-head@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 CB37FE25BA4; Thu, 28 Sep 2017 02:44:49 +0000 (UTC) (envelope-from jmd@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 9A5B06BEBB; Thu, 28 Sep 2017 02:44:49 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8S2imdg094995; Thu, 28 Sep 2017 02:44:48 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8S2im0H094992; Thu, 28 Sep 2017 02:44:48 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201709280244.v8S2im0H094992@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Thu, 28 Sep 2017 02:44:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450800 - head/devel/oclgrind X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: head/devel/oclgrind X-SVN-Commit-Revision: 450800 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2017 02:44:49 -0000 Author: jmd Date: Thu Sep 28 02:44:48 2017 New Revision: 450800 URL: https://svnweb.freebsd.org/changeset/ports/450800 Log: Upgrade oclgrind to catch up with 8 months of development. Among the changes: int64 atomics support, more parts of OpenCL 2.0, and usage of clang's builtin OpenCL headers. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D12523 Modified: head/devel/oclgrind/Makefile head/devel/oclgrind/distinfo head/devel/oclgrind/pkg-plist Modified: head/devel/oclgrind/Makefile ============================================================================== --- head/devel/oclgrind/Makefile Thu Sep 28 02:43:40 2017 (r450799) +++ head/devel/oclgrind/Makefile Thu Sep 28 02:44:48 2017 (r450800) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oclgrind -PORTVERSION= 20170122 +PORTVERSION= 20170919 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -22,7 +22,7 @@ BROKEN_FreeBSD_10= oclgrind is only supported on FreeB USE_GITHUB= yes GH_ACCOUNT= jrprice GH_PROJECT= Oclgrind -GH_TAGNAME= b777367 +GH_TAGNAME= 6419e66 USE_LDCONFIG= yes USES= cmake Modified: head/devel/oclgrind/distinfo ============================================================================== --- head/devel/oclgrind/distinfo Thu Sep 28 02:43:40 2017 (r450799) +++ head/devel/oclgrind/distinfo Thu Sep 28 02:44:48 2017 (r450800) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486354287 -SHA256 (jrprice-Oclgrind-v20170122-b777367_GH0.tar.gz) = 0c72e1d82498bc3659990c8c3b5cd43fdf8a00f812c5a7dc8aa735f86c31a320 -SIZE (jrprice-Oclgrind-v20170122-b777367_GH0.tar.gz) = 192908 +TIMESTAMP = 1505837375 +SHA256 (jrprice-Oclgrind-v20170919-6419e66_GH0.tar.gz) = 13a7eca436a4ec782ede78131680a58394b11562036cfe215fe388341f2c7768 +SIZE (jrprice-Oclgrind-v20170919-6419e66_GH0.tar.gz) = 195502 Modified: head/devel/oclgrind/pkg-plist ============================================================================== --- head/devel/oclgrind/pkg-plist Thu Sep 28 02:43:40 2017 (r450799) +++ head/devel/oclgrind/pkg-plist Thu Sep 28 02:44:48 2017 (r450800) @@ -9,11 +9,13 @@ include/oclgrind/Program.h include/oclgrind/Queue.h include/oclgrind/WorkGroup.h include/oclgrind/WorkItem.h -include/oclgrind/clc.h -include/oclgrind/clc32.pch -include/oclgrind/clc64.pch include/oclgrind/common.h include/oclgrind/half.h +include/oclgrind/opencl-c-1.2-32.pch +include/oclgrind/opencl-c-1.2-64.pch +include/oclgrind/opencl-c-2.0-32.pch +include/oclgrind/opencl-c-2.0-64.pch +include/oclgrind/opencl-c.h lib/liboclgrind-rt-icd.so lib/liboclgrind-rt.so lib/liboclgrind.so