pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/libxml2 Update to 2.6.9:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da6c6061b993
branches:  trunk
changeset: 473394:da6c6061b993
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Apr 19 14:24:57 2004 +0000

description:
Update to 2.6.9:
- implement xml:id Working Draft, relaxed XPath id() checking
- bugfixes: xmlCtxtReset (Brent Hendricks), line number and CDATA (Dave
  Beckett), Relax-NG compilation (William Brack), Regexp patches (with
  William), xmlUriEscape (Mark Vakoc), a Relax-NG notAllowed problem (with
  William), Relax-NG name classes compares (William), XInclude duplicate
  fallback (William), external DTD encoding detection (William), a DTD
  validation bug (William), xmlReader Close() fix, recusive extention
  schemas
- improvements: use xmlRead* APIs in test tools (Mark Vakoc), indenting
  save optimization, better handle IIS broken HTTP redirect  behaviour (Ian
  Hummel), HTML parser frameset (James Bursa), libxml2-python RPM
  dependancy, XML Schemas union support (Kasimier Buchcik), warning removal
  clanup (William), keep ChangeLog compressed when installing from RPMs
- documentation: examples and xmlDocDumpMemory docs (John Fleck), new
  example (load, xpath, modify, save), xmlCatalogDump() comments,
- Windows: Borland C++ builder (Eric Zurcher), work around Microsoft
  compiler NaN handling bug (Mark Vakoc)

diffstat:

 textproc/libxml2/Makefile |  7 ++-----
 textproc/libxml2/PLIST    |  4 ++--
 textproc/libxml2/distinfo |  6 +++---
 3 files changed, 7 insertions(+), 10 deletions(-)

diffs (52 lines):

diff -r 4b832c8f41e5 -r da6c6061b993 textproc/libxml2/Makefile
--- a/textproc/libxml2/Makefile Mon Apr 19 14:15:26 2004 +0000
+++ b/textproc/libxml2/Makefile Mon Apr 19 14:24:57 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2004/03/28 21:31:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.53 2004/04/19 14:24:57 jmmv Exp $
 
-DISTNAME=      libxml2-${LIBXML_VERSION}
+DISTNAME=      libxml2-2.6.9
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libxml2/2.6/}
 EXTRACT_SUFX=  .tar.bz2
@@ -16,9 +16,6 @@
 USE_LIBTOOL=           yes
 PKGCONFIG_OVERRIDE=    libxml-2.0.pc.in
 
-LIBXML_VERSION=                2.6.8
-PLIST_SUBST+=          LIBXML_VERSION=${LIBXML_VERSION}
-
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-iconv=${BUILDLINK_PREFIX.iconv}
 CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc/html
diff -r 4b832c8f41e5 -r da6c6061b993 textproc/libxml2/PLIST
--- a/textproc/libxml2/PLIST    Mon Apr 19 14:15:26 2004 +0000
+++ b/textproc/libxml2/PLIST    Mon Apr 19 14:24:57 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2004/03/28 21:31:46 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.29 2004/04/19 14:24:57 jmmv Exp $
 bin/xml2-config
 bin/xmlcatalog
 bin/xmllint
@@ -51,7 +51,7 @@
 lib/libxml2.la
 lib/libxml2.so
 lib/libxml2.so.8
-lib/libxml2.so.8.8
+lib/libxml2.so.8.9
 lib/pkgconfig/libxml-2.0.pc
 lib/xml2Conf.sh
 man/man1/xml2-config.1
diff -r 4b832c8f41e5 -r da6c6061b993 textproc/libxml2/distinfo
--- a/textproc/libxml2/distinfo Mon Apr 19 14:15:26 2004 +0000
+++ b/textproc/libxml2/distinfo Mon Apr 19 14:24:57 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2004/03/28 21:31:46 jmmv Exp $
+$NetBSD: distinfo,v 1.37 2004/04/19 14:24:57 jmmv Exp $
 
-SHA1 (libxml2-2.6.8.tar.bz2) = 9f3435f4d02236880f68a236fbf8f13e8f16d5e2
-Size (libxml2-2.6.8.tar.bz2) = 2673629 bytes
+SHA1 (libxml2-2.6.9.tar.bz2) = 19f76007cee75c4db5eb170fa3c714a0ae2633bd
+Size (libxml2-2.6.9.tar.bz2) = 2669509 bytes
 SHA1 (patch-aa) = 369701073e372382e247bc7b6a4b2c7e9dd5cb1d



Home | Main Index | Thread Index | Old Index