Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2019 23:22:34 +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: r511523 - head/devel/oclgrind
Message-ID:  <201909072322.x87NMY1W078413@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmd
Date: Sat Sep  7 23:22:33 2019
New Revision: 511523
URL: https://svnweb.freebsd.org/changeset/ports/511523

Log:
  devel/oclgrind: respect LLVM_DEFAULT.
  
  Was introduced in r495460, it seems.
  
  While there, update to the latest snapshot which fixes a bug in rect command types.
  
  PR:		239719
  Reported by:	jbeich

Modified:
  head/devel/oclgrind/Makefile
  head/devel/oclgrind/distinfo

Modified: head/devel/oclgrind/Makefile
==============================================================================
--- head/devel/oclgrind/Makefile	Sat Sep  7 23:19:39 2019	(r511522)
+++ head/devel/oclgrind/Makefile	Sat Sep  7 23:22:33 2019	(r511523)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	oclgrind
-PORTVERSION=	20190807
+PORTVERSION=	20190907
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 
@@ -21,9 +21,9 @@ USES=		cmake compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	jrprice
 GH_PROJECT=	Oclgrind
-GH_TAGNAME=	cd8cad1
+GH_TAGNAME=	e7c87b0
 USE_LDCONFIG=	yes
 
-CMAKE_ARGS+=	-DLLVM_DIR=${LOCALBASE}/llvm${LLVM_DEFAULT}/share/llvm/cmake
+CMAKE_ARGS+=	-DLLVM_DIR=${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/cmake/llvm
 
 .include <bsd.port.mk>

Modified: head/devel/oclgrind/distinfo
==============================================================================
--- head/devel/oclgrind/distinfo	Sat Sep  7 23:19:39 2019	(r511522)
+++ head/devel/oclgrind/distinfo	Sat Sep  7 23:22:33 2019	(r511523)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565212188
-SHA256 (jrprice-Oclgrind-v20190807-cd8cad1_GH0.tar.gz) = afc653cba9ca0e936d0b24303b703c63efa689356e5189738e05cba9ed8a0db6
-SIZE (jrprice-Oclgrind-v20190807-cd8cad1_GH0.tar.gz) = 196613
+TIMESTAMP = 1567897486
+SHA256 (jrprice-Oclgrind-v20190907-e7c87b0_GH0.tar.gz) = d9900578c320c430f2970423c6d2288f18f187a67d508c5b93295f1b422bc52c
+SIZE (jrprice-Oclgrind-v20190907-e7c87b0_GH0.tar.gz) = 196630



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