Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2018 20:45:16 +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: r459114 - head/math/clfft
Message-ID:  <201801152045.w0FKjGaA052925@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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?201801152045.w0FKjGaA052925>