Subject: pkg/15078: Upgrade available of textproc/libxslt
To: None <gnats-bugs@gnats.netbsd.org>
From: Shell Hin-lik Hung <shell@shellhung.org>
List: netbsd-bugs
Date: 12/28/2001 20:12:46
>Number: 15078
>Category: pkg
>Synopsis: Upgrade available of textproc/libxslt
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Fri Dec 28 04:14:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator: Shell Hung
>Release: NetBSD 1.5Z
>Organization:
shellhung.org
>Environment:
System: NetBSD devel.home.shellhung.org 1.5Z NetBSD 1.5Z (GENERIC) #0: Thu Dec 6 13:44:26 PST 2001 chs@spathi2.chuq.com:/build/obj/build/src/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
Upgrade available of textproc/libxslt, from 1.0.7 to 1.0.9
Changes :
- documentations updated
- applied Keith Isdale patch for debugger glue
- replaced breakpoint module
- more bugs fixed
>How-To-Repeat:
>Fix:
Please see the diff file attached, thank you !
diff -ru libxslt.orig/Makefile libxslt/Makefile
--- libxslt.orig/Makefile Fri Dec 28 19:51:50 2001
+++ libxslt/Makefile Fri Dec 28 19:52:01 2001
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2001/12/12 04:53:40 jmc Exp $
-DISTNAME= libxslt-1.0.7
+DISTNAME= libxslt-1.0.9
PKGNAME= ${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libxslt/}
diff -ru libxslt.orig/PLIST libxslt/PLIST
--- libxslt.orig/PLIST Fri Dec 28 19:51:50 2001
+++ libxslt/PLIST Fri Dec 28 19:59:22 2001
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2001/12/07 04:50:42 jlam Exp $
+@comment $NetBSD$
bin/xslt-config
bin/xsltproc
-include/breakpoint/breakpoint.h
include/libexslt/exslt.h
include/libexslt/exsltconfig.h
include/libxslt/attributes.h
@@ -26,17 +25,17 @@
lib/libexslt.la
lib/libexslt.so
lib/libexslt.so.7
-lib/libexslt.so.7.0
+lib/libexslt.so.7.2
lib/libxslt.a
lib/libxslt.la
lib/libxslt.so
lib/libxslt.so.1
-lib/libxslt.so.1.7
+lib/libxslt.so.1.9
lib/libxsltbreakpoint.a
lib/libxsltbreakpoint.la
lib/libxsltbreakpoint.so
lib/libxsltbreakpoint.so.1
-lib/libxsltbreakpoint.so.1.7
+lib/libxsltbreakpoint.so.1.8
lib/xsltConf.sh
man/man1/xsltproc.1
man/man4/libexslt.4
@@ -64,4 +63,3 @@
@dirrm share/doc/html/libxslt
@dirrm include/libxslt
@dirrm include/libexslt
-@dirrm include/breakpoint
diff -ru libxslt.orig/distinfo libxslt/distinfo
--- libxslt.orig/distinfo Fri Dec 28 19:51:50 2001
+++ libxslt/distinfo Fri Dec 28 19:56:59 2001
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2001/12/07 04:50:42 jlam Exp $
-SHA1 (libxslt-1.0.7.tar.gz) = 93470cf263b80cdfafb033ee1a3a45f60e4b9c30
-Size (libxslt-1.0.7.tar.gz) = 1989123 bytes
+SHA1 (libxslt-1.0.9.tar.gz) = d30439b6b006ce5098014417615a7165b58a974c
+Size (libxslt-1.0.9.tar.gz) = 1995842 bytes
SHA1 (patch-aa) = 46c2ff041b0476ed2efc7c93aba4e7d1aafe90b9
-SHA1 (patch-ab) = 2ab94916403eca7a90b56cc1dedafe8cb2090597
+SHA1 (patch-ab) = 7f054857b212931a6cc915456cd4f4fce6bd0862
diff -ru libxslt.orig/patches/patch-ab libxslt/patches/patch-ab
--- libxslt.orig/patches/patch-ab Fri Dec 28 19:51:50 2001
+++ libxslt/patches/patch-ab Fri Dec 28 19:56:47 2001
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.2 2001/12/07 04:50:43 jlam Exp $
+$NetBSD$
---- doc/Makefile.in.orig Sat Nov 10 08:52:38 2001
+--- doc/Makefile.in.orig Fri Dec 28 19:55:32 2001
+++ doc/Makefile.in
-@@ -104,7 +104,7 @@
+@@ -112,7 +112,7 @@
XSLT_LIBDIR = @XSLT_LIBDIR@
XSLT_LIBS = @XSLT_LIBS@
@@ -11,16 +11,16 @@
# The top-level SGML file.
DOC_MAIN_SGML_FILE = libxslt.sgml
-@@ -114,7 +114,7 @@
+@@ -122,7 +122,7 @@
HTML_DIR = @HTML_DIR@
-TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)/html
+TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
PAGES = API.html bugs.html contribs.html docs.html downloads.html \
- help.html index.html intro.html news.html xsltproc2.html
+ help.html index.html intro.html news.html xsltproc2.html FAQ.html
-@@ -305,7 +305,6 @@
+@@ -313,7 +313,6 @@
-@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/tutorial
-@INSTALL@ -m 0644 $(srcdir)/tutorial/* $(DESTDIR)$(TARGET_DIR)/tutorial
>Release-Note:
>Audit-Trail:
>Unformatted: