From owner-svn-ports-head@freebsd.org Fri Feb 9 04:33:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C895F028A1; Fri, 9 Feb 2018 04:33:17 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 29A2270AAE; Fri, 9 Feb 2018 04:33:17 +0000 (UTC) (envelope-from jmd@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22744200EE; Fri, 9 Feb 2018 04:33:17 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w194XH3A084535; Fri, 9 Feb 2018 04:33:17 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w194XGZA084533; Fri, 9 Feb 2018 04:33:16 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201802090433.w194XGZA084533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Fri, 9 Feb 2018 04:33:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461287 - in head/java/aparapi: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: in head/java/aparapi: . files X-SVN-Commit-Revision: 461287 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2018 04:33:17 -0000 Author: jmd Date: Fri Feb 9 04:33:16 2018 New Revision: 461287 URL: https://svnweb.freebsd.org/changeset/ports/461287 Log: java/aparapi: fix recent LLVM6 fallout caused by the switch to default to C++14. As development of aparapi at the location referenced by the port as slowed down, set C++ standard explicitly in the internal Makefile. Ultimately, an upgrade to the more active development location is planned. Reviewed by: swills (mentor) Approved by: swills (mentor) MFH: 2018Q1 Differential Revision: https://reviews.freebsd.org/D14278 Modified: head/java/aparapi/Makefile head/java/aparapi/files/patch-com.amd.aparapi.jni_build.xml Modified: head/java/aparapi/Makefile ============================================================================== --- head/java/aparapi/Makefile Fri Feb 9 04:29:32 2018 (r461286) +++ head/java/aparapi/Makefile Fri Feb 9 04:33:16 2018 (r461287) @@ -3,10 +3,11 @@ PORTNAME= aparapi PORTVERSION= 1.0.0 +PORTREVISION= 1 DISTVERSIONSUFFIX= -SNAPSHOT CATEGORIES= java lang -MAINTAINER= dieterich@ogolem.org +MAINTAINER= jmd@FreeBSD.org COMMENT= Open source API for expressing data parallel workflows in Java LICENSE= BSD3CLAUSE Modified: head/java/aparapi/files/patch-com.amd.aparapi.jni_build.xml ============================================================================== --- head/java/aparapi/files/patch-com.amd.aparapi.jni_build.xml Fri Feb 9 04:29:32 2018 (r461286) +++ head/java/aparapi/files/patch-com.amd.aparapi.jni_build.xml Fri Feb 9 04:33:16 2018 (r461287) @@ -1,6 +1,6 @@ ---- com.amd.aparapi.jni/build.xml.orig 2015-09-21 01:20:25 UTC +--- com.amd.aparapi.jni/build.xml.orig 2018-01-22 14:48:34 UTC +++ com.amd.aparapi.jni/build.xml -@@ -71,6 +71,23 @@ First consider editing the properties in +@@ -71,6 +71,23 @@ First consider editing the properties in build.propert @@ -24,7 +24,7 @@ -@@ -300,9 +317,16 @@ First consider editing the properties in +@@ -300,9 +317,16 @@ First consider editing the properties in build.propert @@ -41,7 +41,7 @@ -@@ -352,6 +376,9 @@ First consider editing the properties in +@@ -352,6 +376,9 @@ First consider editing the properties in build.propert @@ -51,7 +51,7 @@ -@@ -485,6 +512,45 @@ First consider editing the properties in +@@ -485,6 +512,46 @@ First consider editing the properties in build.propert @@ -60,6 +60,7 @@ + + + ++ + + + @@ -97,7 +98,7 @@ -@@ -575,7 +641,7 @@ First consider editing the properties in +@@ -575,7 +642,7 @@ First consider editing the properties in build.propert @@ -106,7 +107,7 @@ -@@ -627,6 +693,24 @@ First consider editing the properties in +@@ -627,6 +694,24 @@ First consider editing the properties in build.propert @@ -131,7 +132,7 @@ -@@ -674,6 +758,20 @@ First consider editing the properties in +@@ -674,6 +759,20 @@ First consider editing the properties in build.propert