svn commit: r356611 - head/devel/itext/files

Alex Dupre ale at FreeBSD.org
Thu Jun 5 08:39:05 UTC 2014


Author: ale
Date: Thu Jun  5 08:39:04 2014
New Revision: 356611
URL: http://svnweb.freebsd.org/changeset/ports/356611
QAT: https://qat.redports.org/buildarchive/r356611/

Log:
  Fix build with java7.

Added:
  head/devel/itext/files/patch-ant_site.xml   (contents, props changed)

Added: head/devel/itext/files/patch-ant_site.xml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/itext/files/patch-ant_site.xml	Thu Jun  5 08:39:04 2014	(r356611)
@@ -0,0 +1,11 @@
+--- ant/site.xml.orig	2014-06-05 07:50:18.377016755 +0000
++++ ant/site.xml	2014-06-05 07:49:27.026098152 +0000
+@@ -65,7 +65,7 @@
+         <javadoc
+             destdir="${itext.docs}"
+             author="true" maxmemory="128m"
+-            private="true">
++            private="true" encoding="utf-8">
+ 			<packageset dir="${itext.src}/core" defaultexcludes="yes">
+       			<include name="com/lowagie/**" />
+ 		    </packageset>


More information about the svn-ports-head mailing list