From owner-svn-ports-all@freebsd.org Wed Jan 3 02:20:15 2018 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 B19C0EA535D; Wed, 3 Jan 2018 02:20:15 +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 65EA87E66A; Wed, 3 Jan 2018 02:20:15 +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 w032KE7M093036; Wed, 3 Jan 2018 02:20:14 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w032KEWS093034; Wed, 3 Jan 2018 02:20:14 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201801030220.w032KEWS093034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Wed, 3 Jan 2018 02:20:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457941 - head/devel/oclgrind X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: head/devel/oclgrind X-SVN-Commit-Revision: 457941 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.25 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: Wed, 03 Jan 2018 02:20:15 -0000 Author: jmd Date: Wed Jan 3 02:20:14 2018 New Revision: 457941 URL: https://svnweb.freebsd.org/changeset/ports/457941 Log: devel/oclgrind: Update LLVM dependency to LLVM5 to stay in lockstep with the other OpenCL ports (see PR). In my testing, this also requires a newer development snapshot for runtime stability - so update to latest snapshot. PR: 224652 Submitted by: jbeich (for the LLVM update) Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D13726 Modified: head/devel/oclgrind/Makefile head/devel/oclgrind/distinfo Modified: head/devel/oclgrind/Makefile ============================================================================== --- head/devel/oclgrind/Makefile Wed Jan 3 02:14:34 2018 (r457940) +++ head/devel/oclgrind/Makefile Wed Jan 3 02:20:14 2018 (r457941) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oclgrind -PORTVERSION= 20170919 +PORTVERSION= 20180101 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= opencl>=0:devel/opencl \ - llvm-config40:devel/llvm40 + llvm-config50:devel/llvm50 LIB_DEPENDS= libOpenCL.so:devel/ocl-icd RUN_DEPENDS= opencl>=0:devel/opencl @@ -22,11 +22,11 @@ BROKEN_FreeBSD_10= oclgrind is only supported on FreeB USE_GITHUB= yes GH_ACCOUNT= jrprice GH_PROJECT= Oclgrind -GH_TAGNAME= 6419e66 +GH_TAGNAME= e99899d USE_LDCONFIG= yes USES= cmake -CMAKE_ARGS+= -DLLVM_DIR=${LOCALBASE}/llvm40/share/llvm/cmake +CMAKE_ARGS+= -DLLVM_DIR=${LOCALBASE}/llvm50/share/llvm/cmake .include Modified: head/devel/oclgrind/distinfo ============================================================================== --- head/devel/oclgrind/distinfo Wed Jan 3 02:14:34 2018 (r457940) +++ head/devel/oclgrind/distinfo Wed Jan 3 02:20:14 2018 (r457941) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505837375 -SHA256 (jrprice-Oclgrind-v20170919-6419e66_GH0.tar.gz) = 13a7eca436a4ec782ede78131680a58394b11562036cfe215fe388341f2c7768 -SIZE (jrprice-Oclgrind-v20170919-6419e66_GH0.tar.gz) = 195502 +TIMESTAMP = 1514830717 +SHA256 (jrprice-Oclgrind-v20180101-e99899d_GH0.tar.gz) = b8fa6125dd9bea57199d5d25196951d54ad2b2d756728abbb2ebbfe78100330e +SIZE (jrprice-Oclgrind-v20180101-e99899d_GH0.tar.gz) = 195544