Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 2017 18:49:48 +0000 (UTC)
From:      Matthew Rezny <rezny@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436289 - head/lang/pocl
Message-ID:  <201703161849.v2GInmr0083903@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rezny
Date: Thu Mar 16 18:49:48 2017
New Revision: 436289
URL: https://svnweb.freebsd.org/changeset/ports/436289

Log:
  Switch build to llvm38 to clear the last dependency on llvm37
  
  PR:		217462
  Approved by:	swills (mentor), maintainer (timeout)
  Differential Revision:	https://reviews.freebsd.org/D10034

Modified:
  head/lang/pocl/Makefile

Modified: head/lang/pocl/Makefile
==============================================================================
--- head/lang/pocl/Makefile	Thu Mar 16 17:23:55 2017	(r436288)
+++ head/lang/pocl/Makefile	Thu Mar 16 18:49:48 2017	(r436289)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pocl
 PORTVERSION=	0.13
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	SF/pocl \
 		http://portablecl.org/downloads/
@@ -25,7 +26,7 @@ BROKEN_FreeBSD_10=	pocl is not supported
 ONLY_FOR_ARCHS=	amd64
 ONLY_FOR_ARCHS_REASON_amd64=	only tested on amd64
 
-LLVM_VERSION=	37
+LLVM_VERSION=	38
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes



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