From owner-svn-ports-all@freebsd.org Sun Sep 25 21:40:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CBA7BE9D9E; Sun, 25 Sep 2016 21:40:55 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D5237DF; Sun, 25 Sep 2016 21:40:54 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8PLesXa017713; Sun, 25 Sep 2016 21:40:54 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8PLeswj017712; Sun, 25 Sep 2016 21:40:54 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201609252140.u8PLeswj017712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 25 Sep 2016 21:40:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422757 - head/java/aparapi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2016 21:40:55 -0000 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