svn commit: r539523 - head/sysutils/javaservicewrapper/files

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Jun 18 04:02:49 UTC 2020


Author: lwhsu
Date: Thu Jun 18 04:02:48 2020
New Revision: 539523
URL: https://svnweb.freebsd.org/changeset/ports/539523

Log:
  Fix build with Java 12+
  
  PR:		247334
  Submitted by:	Michael Osipov <michael.osipov at siemens.com> (maintainer)
  MFH:		2020Q2

Added:
  head/sysutils/javaservicewrapper/files/patch-build-tests.xml   (contents, props changed)

Added: head/sysutils/javaservicewrapper/files/patch-build-tests.xml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/javaservicewrapper/files/patch-build-tests.xml	Thu Jun 18 04:02:48 2020	(r539523)
@@ -0,0 +1,14 @@
+--- build-tests.xml.orig	2019-10-30 07:02:29 UTC
++++ build-tests.xml
+@@ -31,10 +31,7 @@
+  
+     <!-- Does Java include the JavaScript Engine ? -->
+     <condition property="java-includes-jsEngine">
+-        <and>
+-            <isfalse value="${is.java 1.5 or lower}"/>
+-            <istrue  value="${is.JavaSunOracleApple}"/>
+-        </and>
++        <javaversion atleast="1.8"/>
+     </condition>
+  
+     <!-- platform -->


More information about the svn-ports-all mailing list