From owner-svn-ports-all@freebsd.org Mon Jan 15 22:19:31 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 2305FE7AE92; Mon, 15 Jan 2018 22:19:31 +0000 (UTC) (envelope-from jmd@freebsd.org) Received: from www.poelloepaeae.de (v22017034403546374.happysrv.de [188.68.38.182]) (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 DCA1F725A9; Mon, 15 Jan 2018 22:19:30 +0000 (UTC) (envelope-from jmd@freebsd.org) Received: from manray.ogolem.org (80-110-40-41.static.upcbusiness.at [80.110.40.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by www.poelloepaeae.de (Postfix) with ESMTPSA id 6FB29188137; Mon, 15 Jan 2018 16:04:13 -0500 (EST) Date: Mon, 15 Jan 2018 16:03:13 -0500 From: Johannes M Dieterich To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r459113 - head/math/clblas Message-ID: <20180115160313.2af65902@manray.ogolem.org> In-Reply-To: <201801152044.w0FKib2c052793@repo.freebsd.org> References: <201801152044.w0FKib2c052793@repo.freebsd.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Mon, 15 Jan 2018 22:19:31 -0000 orgot to add: Approved by: swills (mentor, implicit) Sorry! On Mon, 15 Jan 2018 20:44:37 +0000 (UTC) Johannes M Dieterich wrote: > Author: jmd > Date: Mon Jan 15 20:44:37 2018 > New Revision: 459113 > URL: https://svnweb.freebsd.org/changeset/ports/459113 > > Log: > math/clblas: Set USE_CXXSTD to gnu98 after the recent LLVM6 import. > While there, pet portlint and change to my FreeBSD.org address. > > Modified: > head/math/clblas/Makefile > > Modified: head/math/clblas/Makefile > ============================================================================== > --- head/math/clblas/Makefile Mon Jan 15 20:40:11 2018 > (r459112) +++ head/math/clblas/Makefile Mon Jan 15 20:44:37 > 2018 (r459113) @@ -4,10 +4,10 @@ > PORTNAME= clblas > PORTVERSION= 2.10 > DISTVERSIONPREFIX= v > -PORTREVISION= 5 > +PORTREVISION= 6 > CATEGORIES= math > > -MAINTAINER= dieterich@ogolem.org > +MAINTAINER= jmd@FreeBSD.org > COMMENT= Software library containing BLAS functions written > in OpenCL > LICENSE= APACHE20 > @@ -20,12 +20,13 @@ RUN_DEPENDS= opencl>=0:devel/opencl > > BROKEN_powerpc64= fails to compile: xgemm.cc: error: extra ';' > > +USES= cmake python > +USE_LDCONFIG= yes > +USE_CXXSTD= gnu++98 > + > USE_GITHUB= yes > GH_ACCOUNT= clMathLibraries > GH_PROJECT= clBLAS > - > -USE_LDCONFIG= yes > -USES= cmake python > > CMAKE_ARGS+= -DBUILD_TEST=OFF \ > -DBUILD_KTEST=OFF \ >