Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2001 19:37:31 +0400 (MSD)
From:      Lev Serebryakov <lev@serebryakov.spb.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30104: Port update: textproc/libxml2
Message-ID:  <200108261537.f7QFbVJ22093@ftp.translate.ru>

next in thread | raw e-mail | index | archive | help

>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 <lev@serebryakov.spb.ru>
>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




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