svn commit: r422757 - head/java/aparapi

Koop Mast kwm at FreeBSD.org
Sun Sep 25 21:40:55 UTC 2016


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
 


More information about the svn-ports-head mailing list