aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml2/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2010-03-17 21:06:18 +0000
committerXin LI <delphij@FreeBSD.org>2010-03-17 21:06:18 +0000
commit3a83bc100d6ced7286ccbde9609af5b6347a485b (patch)
tree4e359f06fec5c6af1f45bea25d9f8b052f5fe497 /textproc/libxml2/Makefile
parentb464932ec0d39b5d9f9e7019c71b596521b15cc2 (diff)
downloadports-3a83bc100d6ced7286ccbde9609af5b6347a485b.tar.gz
ports-3a83bc100d6ced7286ccbde9609af5b6347a485b.zip
libxml2 knows too much about zlib internals. Beginning from zlib 1.2.2.3
the zlib authors has provided a 'gzdirect' function to detect whether the current gzFile descriptor is still providing a stream from uncompression, so use it instead of rolling own. The upcoming zlib 1.2.4 update will break the current libxml2 usage. Patch was the same as Mark Adler provided to libxml2 maintainers at: http://osdir.com/ml/svn-commits-list/2010-01/msg05723.html PR: ports/144828 Approved by: mezz (freebsd-gnome@)
Notes
Notes: svn path=/head/; revision=251188
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r--textproc/libxml2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index e80dfa2224e6..32b45e3ca7e9 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -12,7 +12,7 @@
PORTNAME= libxml2
PORTVERSION= 2.7.6
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= textproc gnome
MASTER_SITES= ftp://fr.rpmfind.net/pub/libxml/ \
ftp://gd.tuwien.ac.at/pub/libxml/ \