svn commit: r425696 - head/math/clrng

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 07:49:03 UTC 2016


Author: linimon
Date: Tue Nov  8 07:49:01 2016
New Revision: 425696
URL: https://svnweb.freebsd.org/changeset/ports/425696

Log:
  Mark as only for x86/powerpc per build log errors.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/clrng/Makefile

Modified: head/math/clrng/Makefile
==============================================================================
--- head/math/clrng/Makefile	Tue Nov  8 07:43:07 2016	(r425695)
+++ head/math/clrng/Makefile	Tue Nov  8 07:49:01 2016	(r425696)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	clrng
-DISTVERSION=	1.0.0-beta
 DISTVERSIONPREFIX=	v
+DISTVERSION=	1.0.0-beta
 CATEGORIES=	math
 
 MAINTAINER=	dieterich at ogolem.org
@@ -18,6 +18,9 @@ RUN_DEPENDS=	opencl>=0:devel/opencl
 
 BROKEN_FreeBSD_9=	clRNG is only supported on FreeBSD 10.1 and newer
 
+ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64
+ONLY_FOR_ARCHS_REASON=	this code has only been tested on x86 and powerpc platforms
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	clMathLibraries
 GH_PROJECT=	clRNG


More information about the svn-ports-all mailing list