Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2020 04:02:49 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539523 - head/sysutils/javaservicewrapper/files
Message-ID:  <202006180402.05I42nKX035386@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 -->



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006180402.05I42nKX035386>