Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2018 02:20:14 +0000 (UTC)
From:      Johannes M Dieterich <jmd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457941 - head/devel/oclgrind
Message-ID:  <201801030220.w032KEWS093034@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801030220.w032KEWS093034>