Update commons-codec to version 1.6. Update commons-lang to version 2.4. Patch common-httpclient to avoid building issues with OpenJDK-7. These versions maintain ABI compatibility while using features from newer Java versions and have been tested on the FreeBSD port. Change-Id: I6aec2b6d22fc3335ffbdda9558f475313ef53c85
12 lines
493 B
Diff
12 lines
493 B
Diff
--- 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}"/>
|