From owner-freebsd-ports Sun Aug 26 8:40:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04BEF37B40D for ; Sun, 26 Aug 2001 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7QFe1a10837; Sun, 26 Aug 2001 08:40:01 -0700 (PDT) (envelope-from gnats) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by hub.freebsd.org (Postfix) with ESMTP id 6BE4D37B40B for ; Sun, 26 Aug 2001 08:38:52 -0700 (PDT) (envelope-from lev@ftp.translate.ru) Received: (from lev@localhost) by ftp.translate.ru (8.11.2/8.11.2) id f7QFbVJ22093; Sun, 26 Aug 2001 19:37:31 +0400 (MSD) (envelope-from lev) Message-Id: <200108261537.f7QFbVJ22093@ftp.translate.ru> Date: Sun, 26 Aug 2001 19:37:31 +0400 (MSD) From: Lev Serebryakov Reply-To: Lev Serebryakov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/30104: Port update: textproc/libxml2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30104 >Category: ports >Synopsis: Port update: textproc/libxml2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 26 08:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Lev Serebryakov >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: Ports collection from 26 of August. >Description: Update port to last GNOME stable release. >How-To-Repeat: >Fix: diff -crN libxml2.orig/Makefile libxml2/Makefile *** libxml2.orig/Makefile Sun Aug 26 12:08:10 2001 --- libxml2/Makefile Sun Aug 26 12:08:18 2001 *************** *** 6,12 **** # PORTNAME= libxml2 ! PORTVERSION= 2.4.2 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libxml --- 6,12 ---- # PORTNAME= libxml2 ! PORTVERSION= 2.4.3 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libxml diff -crN libxml2.orig/distinfo libxml2/distinfo *** libxml2.orig/distinfo Sun Aug 26 12:08:10 2001 --- libxml2/distinfo Sun Aug 26 12:13:53 2001 *************** *** 1 **** ! MD5 (libxml2-2.4.2.tar.gz) = 1b05a325cd6128eb1aa3c06e22cafb12 --- 1 ---- ! MD5 (libxml2-2.4.3.tar.gz) = f3939fe9ced244e3476dd3859a79c0a7 diff -crN libxml2.orig/files/patch-aa libxml2/files/patch-aa *** libxml2.orig/files/patch-aa Sun Aug 26 12:08:10 2001 --- libxml2/files/patch-aa Sun Aug 26 12:22:12 2001 *************** *** 1,4 **** ! --- work/libxml2-2.4.2/Makefile.in Wed Aug 15 08:26:06 2001 +++ Makefile.in Thu Aug 23 17:02:39 2001 @@ -137,5 +137,5 @@ lib_LTLIBRARIES = libxml2.la --- 1,4 ---- ! --- work/libxml2-2.4.3/Makefile.in Wed Aug 15 08:26:06 2001 +++ Makefile.in Thu Aug 23 17:02:39 2001 @@ -137,5 +137,5 @@ lib_LTLIBRARIES = libxml2.la diff -crN libxml2.orig/files/patch-ba libxml2/files/patch-ba *** libxml2.orig/files/patch-ba Thu Jan 1 03:00:00 1970 --- libxml2/files/patch-ba Sun Aug 26 13:04:47 2001 *************** *** 0 **** --- 1,62 ---- + *** catalog.c.orig Sun Aug 26 13:03:51 2001 + --- catalog.c Sun Aug 26 13:04:22 2001 + *************** + *** 2266,2278 **** + if (!xmlCatalogInitialized) + xmlInitializeCatalog(); + + ! if (xmlDebugCatalogs) + if (pubID != NULL) + xmlGenericError(xmlGenericErrorContext, + "Resolve: pubID %s\n", pubID); + else + xmlGenericError(xmlGenericErrorContext, + "Resolve: sysID %s\n", sysID); + + if (xmlDefaultXMLCatalogList != NULL) { + xmlChar *ret; + --- 2266,2279 ---- + if (!xmlCatalogInitialized) + xmlInitializeCatalog(); + + ! if (xmlDebugCatalogs) { + if (pubID != NULL) + xmlGenericError(xmlGenericErrorContext, + "Resolve: pubID %s\n", pubID); + else + xmlGenericError(xmlGenericErrorContext, + "Resolve: sysID %s\n", sysID); + + } + + if (xmlDefaultXMLCatalogList != NULL) { + xmlChar *ret; + *************** + *** 2588,2600 **** + if (!xmlCatalogInitialized) + xmlInitializeCatalog(); + + ! if (xmlDebugCatalogs) + if (pubID != NULL) + xmlGenericError(xmlGenericErrorContext, + "Local resolve: pubID %s\n", pubID); + else + xmlGenericError(xmlGenericErrorContext, + "Local resolve: sysID %s\n", sysID); + + catal = (xmlCatalogEntryPtr) catalogs; + if (catal == NULL) + --- 2589,2602 ---- + if (!xmlCatalogInitialized) + xmlInitializeCatalog(); + + ! if (xmlDebugCatalogs) { + if (pubID != NULL) + xmlGenericError(xmlGenericErrorContext, + "Local resolve: pubID %s\n", pubID); + else + xmlGenericError(xmlGenericErrorContext, + "Local resolve: sysID %s\n", sysID); + + } + + catal = (xmlCatalogEntryPtr) catalogs; + if (catal == NULL) diff -crN libxml2.orig/pkg-plist libxml2/pkg-plist *** libxml2.orig/pkg-plist Sun Aug 26 12:08:10 2001 --- libxml2/pkg-plist Sun Aug 26 12:41:36 2001 *************** *** 1,5 **** --- 1,6 ---- bin/xml2-config bin/xmllint + bin/xmlcatalog etc/xml2Conf.sh include/libxml2/libxml/DOCBparser.h include/libxml2/libxml/HTMLparser.h *************** *** 29,34 **** --- 30,36 ---- include/libxml2/libxml/xpathInternals.h include/libxml2/libxml/xpointer.h lib/libxml2.a + lib/libxml2.la lib/libxml2.so lib/libxml2.so.5 libdata/pkgconfig/libxml-2.0.pc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message