Date: Tue, 26 Mar 2002 23:50:51 +0300 (MSK) From: "Lev A. Serebryakov" <lev@serebryakov.spb.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36343: [PATCH] Update for port textproc/libxml2 Message-ID: <200203262050.g2QKopw57261@ftp.translate.ru>
next in thread | raw e-mail | index | archive | help
>Number: 36343 >Category: ports >Synopsis: [PATCH] Update for port 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: Tue Mar 26 13:00:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Lev A. Serebryakov <lev@serebryakov.spb.ru> >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sereb.net 4.4-STABLE FreeBSD 4.4-STABLE #1: Sat Dec 8 13:48:40 MSK 2001 root@freebsd.sereb.net:/usr/obj/usr/src/sys/LEVMAIL i386 Ports collection: 26 Mar 2002 >Description: It is latest vendor's version 2.4.19 with many bugfixes. >How-To-Repeat: >Fix: diff -ruN libxml2.orig/Makefile libxml2/Makefile --- libxml2.orig/Makefile Tue Mar 26 20:58:58 2002 +++ libxml2/Makefile Tue Mar 26 22:14:18 2002 @@ -6,8 +6,7 @@ # PORTNAME= libxml2 -PORTVERSION= 2.4.17 -PORTREVISION= 1 +PORTVERSION= 2.4.19 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libxml @@ -20,6 +19,7 @@ RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes +USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \ diff -ruN libxml2.orig/distinfo libxml2/distinfo --- libxml2.orig/distinfo Tue Mar 26 20:58:58 2002 +++ libxml2/distinfo Tue Mar 26 21:45:45 2002 @@ -1 +1 @@ -MD5 (gnome2/libxml2-2.4.17.tar.bz2) = 80efd21660f87b5c96182b57e41f064f +MD5 (gnome2/libxml2-2.4.19.tar.bz2) = 1e24b4fef9236305887f5316921b04b1 diff -ruN libxml2.orig/files/patch-python::Makefile.in libxml2/files/patch-python::Makefile.in --- libxml2.orig/files/patch-python::Makefile.in Tue Mar 26 20:58:58 2002 +++ libxml2/files/patch-python::Makefile.in Tue Mar 26 21:55:43 2002 @@ -1,14 +1,11 @@ - -$FreeBSD: ports/textproc/libxml2/files/patch-python::Makefile.in,v 1.1 2002/02/26 18:55:37 sobomax Exp $ - ---- python/Makefile.in 2002/02/26 18:02:33 1.1 -+++ python/Makefile.in 2002/02/26 18:02:50 -@@ -139,7 +139,7 @@ +--- python/Makefile.in.orig Tue Mar 26 21:54:53 2002 ++++ python/Makefile.in Tue Mar 26 21:55:17 2002 +@@ -141,7 +141,7 @@ -I$(top_srcdir)/include -DOCS_DIR = $(prefix)/share/doc/libxml2-python-$(LIBXML_VERSION) +DOCS_DIR = $(prefix)/share/doc/libxml2-python - DOCS = TODO libxml2class.txt + # libxml2class.txt is generated + DOCS = TODO - EXTRA_DIST = \ diff -ruN libxml2.orig/pkg-plist libxml2/pkg-plist --- libxml2.orig/pkg-plist Tue Mar 26 20:58:58 2002 +++ libxml2/pkg-plist Tue Mar 26 22:28:11 2002 @@ -37,6 +37,7 @@ lib/libxml2.so.5 %%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/libxml2.py %%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/libxml2mod.so +%%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/libxml2mod.a libdata/pkgconfig/libxml-2.0.pc share/aclocal/libxml.m4 %%PYTHON:%%share/doc/libxml2-python/TODO @@ -57,7 +58,6 @@ %%PYTHON:%%share/doc/libxml2-python/examples/xpath.py %%PYTHON:%%share/doc/libxml2-python/examples/xpathext.py %%PYTHON:%%share/doc/libxml2-python/examples/xpathret.py -%%PYTHON:%%share/doc/libxml2-python/libxml2class.txt share/doc/libxml2/Copyright share/doc/libxml2/examples/testHTML.c share/doc/libxml2/examples/testSAX.c @@ -68,6 +68,7 @@ share/doc/libxml2/html/book1.html share/doc/libxml2/html/encoding.html share/doc/libxml2/html/index.sgml +share/doc/libxml2/html/libxml-c14n.html share/doc/libxml2/html/libxml-catalog.html share/doc/libxml2/html/libxml-debugxml.html share/doc/libxml2/html/libxml-docbparser.html >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?200203262050.g2QKopw57261>