Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 2010 21:06:18 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/textproc/libxml2 Makefile ports/textproc/libxml2/files patch-xmlIO.c
Message-ID:  <201003172106.o2HL6IdF090383@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003172106.o2HL6IdF090383>