Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148217850
D14278.id39081.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D14278.id39081.diff
View Options
Index: head/java/aparapi/Makefile
===================================================================
--- head/java/aparapi/Makefile
+++ head/java/aparapi/Makefile
@@ -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
Index: head/java/aparapi/files/patch-com.amd.aparapi.jni_build.xml
===================================================================
--- head/java/aparapi/files/patch-com.amd.aparapi.jni_build.xml
+++ head/java/aparapi/files/patch-com.amd.aparapi.jni_build.xml
@@ -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
</and>
</condition>
@@ -24,7 +24,7 @@
<echo message="amd.app.sdk.dir ${amd.app.sdk.dir}"/>
<!-- Check for Visual Studio Compiler -->
-@@ -300,9 +317,16 @@ First consider editing the properties in
+@@ -300,9 +317,16 @@ First consider editing the properties in build.propert
<not>
<os family="mac" />
</not>
@@ -41,7 +41,7 @@
<condition property="use.gcc_mac">
<os family="mac" />
</condition>
-@@ -352,6 +376,9 @@ First consider editing the properties in
+@@ -352,6 +376,9 @@ First consider editing the properties in build.propert
<os family="mac" />
</not>
<not>
@@ -51,7 +51,7 @@
<isset property="amd.app.sdk.dir" />
</not>
</and>
-@@ -485,6 +512,45 @@ First consider editing the properties in
+@@ -485,6 +512,46 @@ First consider editing the properties in build.propert
</exec>
</target>
@@ -60,6 +60,7 @@
+ <echo message="freebsdcc ${os.arch}" />
+ <exec executable="clang++" failonerror="true">
+ <arg value="-m${gcc.m.value}" />
++ <arg value="-std=gnu++98" />
+ <arg value="-O3" />
+ <arg value="-g" />
+ <arg value="-fPIC" />
@@ -97,7 +98,7 @@
<target name="gcc_mac" if="use.gcc_mac">
<mkdir dir="${basedir}/dist"/>
<echo message="gcc ${os.arch}" />
-@@ -575,7 +641,7 @@ First consider editing the properties in
+@@ -575,7 +642,7 @@ First consider editing the properties in build.propert
</exec>
</target>
@@ -106,7 +107,7 @@
<target name="msvc_cltest" if="use.msvc">
<mkdir dir="${basedir}\dist"/>
-@@ -627,6 +693,24 @@ First consider editing the properties in
+@@ -627,6 +694,24 @@ First consider editing the properties in build.propert
</exec>
</target>
@@ -131,7 +132,7 @@
<target name="gcc_cltest" if="use.gcc">
<mkdir dir="${basedir}/dist"/>
<echo message="gcc cltest ${os.arch}" />
-@@ -674,6 +758,20 @@ First consider editing the properties in
+@@ -674,6 +759,20 @@ First consider editing the properties in build.propert
</exec>
</target>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 17, 2:21 PM (6 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29774401
Default Alt Text
D14278.id39081.diff (3 KB)
Attached To
Mode
D14278: java/aparapi: fix LLVM6 fallout
Attached
Detach File
Event Timeline
Log In to Comment