summaryrefslogtreecommitdiffstats
path: root/apache-commons/UnpackedTarball_apache_commons_httpclient.mk
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2012-05-09 22:22:11 +0000
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-03-26 17:07:07 +0100
commitadda54b5211916f9b442e8ac7d82cc861bdde54d (patch)
tree375a4a477767c4dda7cfcd68dd19f530dfd62c7f /apache-commons/UnpackedTarball_apache_commons_httpclient.mk
parentTranslate German comments to English (diff)
downloadcore-adda54b5211916f9b442e8ac7d82cc861bdde54d.tar.gz
core-adda54b5211916f9b442e8ac7d82cc861bdde54d.zip
Update Apache Commons
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
Diffstat (limited to 'apache-commons/UnpackedTarball_apache_commons_httpclient.mk')
-rw-r--r--apache-commons/UnpackedTarball_apache_commons_httpclient.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/apache-commons/UnpackedTarball_apache_commons_httpclient.mk b/apache-commons/UnpackedTarball_apache_commons_httpclient.mk
index a68c071226f7..6139a94f0d91 100644
--- a/apache-commons/UnpackedTarball_apache_commons_httpclient.mk
+++ b/apache-commons/UnpackedTarball_apache_commons_httpclient.mk
@@ -11,4 +11,9 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,apache_commons_httpclient))
$(eval $(call gb_UnpackedTarball_set_tarball,apache_commons_httpclient,$(APACHE_COMMONS_HTTPCLIENT_TARBALL)))
+$(eval $(call gb_UnpackedTarball_add_patches,apache_commons_httpclient,\
+ apache-commons/patches/httpclient.patch \
+ apache-commons/patches/httpclient_no_javadoc.patch \
+))
+
# vim: set noet sw=4 ts=4: