From 5f02798cd6c2e64becccbd6d922ef62318c0abce Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 19 Apr 2004 14:24:57 +0000 Subject: 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) --- textproc/libxml2/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'textproc/libxml2/Makefile') diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 20ac14181b2..75ee473b78c 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -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_GNU_TOOLS+= make 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 -- cgit v1.2.3