aboutsummaryrefslogtreecommitdiff
path: root/java/jakarta-commons-httpclient
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-06-17 12:14:20 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-06-17 12:14:20 +0000
commitbbdfad1ab899be5685a2c936746b4eff218ff6b6 (patch)
tree9ed94549556c629fca7e9bf28e99215188bd3ee9 /java/jakarta-commons-httpclient
parent40e4d372ffd57947ea3d3331a46f703508c9cc5d (diff)
downloadports-bbdfad1ab899be5685a2c936746b4eff218ff6b6.tar.gz
ports-bbdfad1ab899be5685a2c936746b4eff218ff6b6.zip
Fix build.
Notes
Notes: svn path=/head/; revision=193718
Diffstat (limited to 'java/jakarta-commons-httpclient')
-rw-r--r--java/jakarta-commons-httpclient/files/patch-build.xml20
1 files changed, 17 insertions, 3 deletions
diff --git a/java/jakarta-commons-httpclient/files/patch-build.xml b/java/jakarta-commons-httpclient/files/patch-build.xml
index bf2184153274..de7ff4e2bc73 100644
--- a/java/jakarta-commons-httpclient/files/patch-build.xml
+++ b/java/jakarta-commons-httpclient/files/patch-build.xml
@@ -1,6 +1,6 @@
---- build.xml.orig Sun Oct 17 01:24:11 2004
-+++ build.xml Sun Oct 17 01:26:18 2004
-@@ -199,10 +199,6 @@
+--- build.xml.orig Sun May 7 16:22:18 2006
++++ build.xml Sun Jun 17 14:12:16 2007
+@@ -158,10 +158,6 @@
<copy todir="${dist.home}/src" filtering="on">
<fileset dir="${source.home}"/>
</copy>
@@ -11,3 +11,17 @@
</target>
<!-- ========== Targets: "External" Targets: Clean-up ===================== -->
+@@ -181,13 +177,6 @@
+ description="Compile shareable components">
+ <javac srcdir ="${source.home}/java"
+ destdir ="${build.home}/classes"
+- debug ="${compile.debug}"
+- deprecation ="${compile.deprecation}"
+- optimize ="${compile.optimize}">
+- <classpath refid="compile.classpath"/>
+- </javac>
+- <javac srcdir ="${source.home}/examples"
+- destdir ="${build.home}/examples"
+ debug ="${compile.debug}"
+ deprecation ="${compile.deprecation}"
+ optimize ="${compile.optimize}">