Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2020 11:15:53 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555631 - head/java/apache-commons-beanutils/files
Message-ID:  <202011181115.0AIBFroH090922@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Wed Nov 18 11:15:53 2020
New Revision: 555631
URL: https://svnweb.freebsd.org/changeset/ports/555631

Log:
  java/apache-commons-beanutils: fix build with modern JDK

Added:
  head/java/apache-commons-beanutils/files/
  head/java/apache-commons-beanutils/files/patch-build.xml   (contents, props changed)

Added: head/java/apache-commons-beanutils/files/patch-build.xml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/java/apache-commons-beanutils/files/patch-build.xml	Wed Nov 18 11:15:53 2020	(r555631)
@@ -0,0 +1,15 @@
+--- build.xml.orig	2020-11-17 15:42:56 UTC
++++ build.xml
+@@ -62,10 +62,10 @@
+ 
+ 
+   <!-- Compiler source JDK version -->
+-  <property name="compile.source"          value="1.5"/>
++  <property name="compile.source"          value="1.6"/>
+ 
+   <!-- Compiler target JDK version -->
+-  <property name="compile.target"          value="1.5"/>
++  <property name="compile.target"          value="1.6"/>
+ 
+   <!-- Should Java compilations set the 'debug' compiler option? -->
+   <property name="compile.debug"           value="true"/>



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