Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2016 21:40:54 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422757 - head/java/aparapi
Message-ID:  <201609252140.u8PLeswj017712@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun Sep 25 21:40:54 2016
New Revision: 422757
URL: https://svnweb.freebsd.org/changeset/ports/422757

Log:
  Remove i386 from the viable platforms list.
  
  The compiliation of aparapi causes OpenJDK8 on 10.1/i386 to dump core with a
  internal error.
  
  PR:		210672
  Submitted by:	maintainer@

Modified:
  head/java/aparapi/Makefile

Modified: head/java/aparapi/Makefile
==============================================================================
--- head/java/aparapi/Makefile	Sun Sep 25 21:34:26 2016	(r422756)
+++ head/java/aparapi/Makefile	Sun Sep 25 21:40:54 2016	(r422757)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	opencl>=0:devel/opencl
 LIB_DEPENDS=	libOpenCL.so:devel/ocl-icd
 RUN_DEPENDS=	opencl>=0:devel/opencl
 
-ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS=	amd64
 
 USE_GITHUB=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609252140.u8PLeswj017712>