Date: Mon, 15 Jan 2018 16:02:27 -0500 From: Johannes M Dieterich <jmd@freebsd.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r459114 - head/math/clfft Message-ID: <20180115160227.7f7c269a@manray.ogolem.org> In-Reply-To: <201801152045.w0FKjGaA052925@repo.freebsd.org> References: <201801152045.w0FKjGaA052925@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Forgot to add: Approved by: swills (mentor, implicit) Sorry! On Mon, 15 Jan 2018 20:45:16 +0000 (UTC) Johannes M Dieterich <jmd@FreeBSD.org> wrote: > Author: jmd > Date: Mon Jan 15 20:45:16 2018 > New Revision: 459114 > URL: https://svnweb.freebsd.org/changeset/ports/459114 > > Log: > math/clfft: Set USE_CXXSTD to gnu98 after the recent LLVM6 import. > While there, pet portlint and change to my FreeBSD.org address. > > Modified: > head/math/clfft/Makefile > > Modified: head/math/clfft/Makefile > ============================================================================== > --- head/math/clfft/Makefile Mon Jan 15 20:44:37 2018 > (r459113) +++ head/math/clfft/Makefile Mon Jan 15 20:45:16 > 2018 (r459114) @@ -4,9 +4,10 @@ > PORTNAME= clfft > PORTVERSION= 2.12.2 > DISTVERSIONPREFIX= v > +PORTREVISION= 1 > CATEGORIES= math > > -MAINTAINER= dieterich@ogolem.org > +MAINTAINER= jmd@FreeBSD.org > COMMENT= Software library containing FFT functions written in > OpenCL > LICENSE= APACHE20 > @@ -19,12 +20,13 @@ RUN_DEPENDS= opencl>=0:devel/opencl > ONLY_FOR_ARCHS= amd64 > ONLY_FOR_ARCHS_REASON_amd64= only builds and is supported on > amd64 > +USES= cmake > +USE_LDCONFIG= yes > +USE_CXXSTD= gnu++98 > + > USE_GITHUB= yes > GH_ACCOUNT= clMathLibraries > GH_PROJECT= clFFT > - > -USE_LDCONFIG= yes > -USES= cmake > > CMAKE_ARGS+= -DBUILD_CLIENT=OFF \ > -DBUILD_TEST=OFF \ >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180115160227.7f7c269a>