cvs commit: ports/textproc/libxml2 Makefile ports/textproc/libxml2/files patch-xmlIO.c

Xin LI delphij at FreeBSD.org
Wed Mar 17 21:06:18 UTC 2010


delphij     2010-03-17 21:06:18 UTC

  FreeBSD ports repository

  Modified files:
    textproc/libxml2     Makefile 
  Added files:
    textproc/libxml2/files patch-xmlIO.c 
  Log:
  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@)
  
  Revision  Changes    Path
  1.163     +1 -1      ports/textproc/libxml2/Makefile
  1.3       +20 -0     ports/textproc/libxml2/files/patch-xmlIO.c (new)


More information about the cvs-all mailing list