summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/patch-jdk7-httpclient-r1359681
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2012-09-25 06:48:07 +0000
committerMaho Nakata <maho@FreeBSD.org>2012-09-25 06:48:07 +0000
commit84601ad2c418dbeb2c86cc9ca4dac514d742d8d9 (patch)
tree571516ebc80422520538c0d8c2020f27f3e9f4bf /editors/openoffice-3/files/patch-jdk7-httpclient-r1359681
parent- Update to 2012f (diff)
Allow openjdk7 build.
Submitted by: Jan Henrik Sylvester <me@janh.de>
Notes
Notes: svn path=/head/; revision=304815
Diffstat (limited to '')
-rw-r--r--editors/openoffice-3/files/patch-jdk7-httpclient-r135968117
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-jdk7-httpclient-r1359681 b/editors/openoffice-3/files/patch-jdk7-httpclient-r1359681
new file mode 100644
index 000000000000..7cca30900098
--- /dev/null
+++ b/editors/openoffice-3/files/patch-jdk7-httpclient-r1359681
@@ -0,0 +1,17 @@
+--- apache-commons/patches/httpclient_no_javadoc.patch (added)
++++ apache-commons/patches/httpclient_no_javadoc.patch Tue Jul 10 14:06:59 2012
+@@ -0,0 +1,11 @@
++--- misc/commons-httpclient-3.1/build.xml 2007-08-18 11:02:14.000000000 +0200
+++++ misc/build/commons-httpclient-3.1/build.xml 2012-07-09 09:59:21.364830700 +0200
++@@ -142,7 +142,7 @@
++
++ <!-- ========== Targets: "External" Targets =============================== -->
++
++- <target name="dist" depends="compile,doc"
+++ <target name="dist" depends="compile"
++ description="Create binary distribution">
++ <mkdir dir="${dist.home}"/>
++ <copy file="LICENSE.txt" todir="${dist.home}"/>
+
+
+