svn commit: r559635 - head/sysutils/hfsexplorer/files
Greg Lewis
glewis at FreeBSD.org
Wed Dec 30 01:51:11 UTC 2020
Author: glewis
Date: Wed Dec 30 01:51:11 2020
New Revision: 559635
URL: https://svnweb.freebsd.org/changeset/ports/559635
Log:
Target Java 6 rather than Java 5 so this compiles with Java 11
PR: 251774
Added:
head/sysutils/hfsexplorer/files/
head/sysutils/hfsexplorer/files/patch-build.xml (contents, props changed)
Added: head/sysutils/hfsexplorer/files/patch-build.xml
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/hfsexplorer/files/patch-build.xml Wed Dec 30 01:51:11 2020 (r559635)
@@ -0,0 +1,13 @@
+--- build.xml.orig 2020-12-29 17:48:35.192124000 -0800
++++ build.xml 2020-12-29 17:48:46.662256000 -0800
+@@ -3,8 +3,8 @@
+ <project basedir="." default="all" name="HFSExplorer">
+ <property environment="env"/>
+ <property name="debuglevel" value="source,lines,vars"/>
+- <property name="java.target.level" value="1.5"/>
+- <property name="java.source.level" value="1.5"/>
++ <property name="java.target.level" value="6"/>
++ <property name="java.source.level" value="6"/>
+ <property name="java.source.dir" value="src/java"/>
+ <property name="manifest.source.dir" value="src/META-INF"/>
+ <!--<property name="builddir" value=".build~"/>-->
More information about the svn-ports-all
mailing list