From owner-svn-ports-all@freebsd.org Thu Mar 16 18:49:49 2017 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 C234CD0FFA5; Thu, 16 Mar 2017 18:49:49 +0000 (UTC) (envelope-from rezny@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 8F3DA1C3F; Thu, 16 Mar 2017 18:49:49 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2GInmIY083904; Thu, 16 Mar 2017 18:49:48 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2GInmr0083903; Thu, 16 Mar 2017 18:49:48 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201703161849.v2GInmr0083903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Thu, 16 Mar 2017 18:49:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436289 - head/lang/pocl X-SVN-Group: ports-head 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.23 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: Thu, 16 Mar 2017 18:49:49 -0000 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