pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/libxslt Update to 1.0.33:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29f0764fd524
branches:  trunk
changeset: 462560:29f0764fd524
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 05 10:28:42 2003 +0000

description:
Update to 1.0.33:
This is a bugfix only release   - error message missing argument (William Brack)
- mode not cascaded in template fallbacks (William Brack)
- catch redefinition of parameter/variables  (William Brack)
- multiple keys with same namespace name (William Brack)
- patch for compilation using MingW on Windows (Mikhail Grushinskiy)
- header export macros for Windows (Igor Zlatkovic)
- cdata-section-elements handling of namespaced names
- compilation without libxml2 XPointer support (Mark Vadoc)
- apply-templates crash (William Brack)
- bug with imported templates (William Brack)
- imported attribute-sets merging bug (DocBook) (William Brack)

diffstat:

 textproc/libxslt/Makefile         |   4 ++--
 textproc/libxslt/PLIST            |   9 +++++----
 textproc/libxslt/distinfo         |   8 ++++----
 textproc/libxslt/patches/patch-ab |  26 ++++++++++++++++----------
 4 files changed, 27 insertions(+), 20 deletions(-)

diffs (117 lines):

diff -r 830574ea5cb6 -r 29f0764fd524 textproc/libxslt/Makefile
--- a/textproc/libxslt/Makefile Sun Oct 05 10:24:57 2003 +0000
+++ b/textproc/libxslt/Makefile Sun Oct 05 10:28:42 2003 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2003/08/29 11:25:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.26 2003/10/05 10:28:42 wiz Exp $
 
-DISTNAME=      libxslt-1.0.32
+DISTNAME=      libxslt-1.0.33
 PKGNAME=       ${DISTNAME}
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libxslt/1.0/}
diff -r 830574ea5cb6 -r 29f0764fd524 textproc/libxslt/PLIST
--- a/textproc/libxslt/PLIST    Sun Oct 05 10:24:57 2003 +0000
+++ b/textproc/libxslt/PLIST    Sun Oct 05 10:28:42 2003 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.16 2003/08/29 11:25:20 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.17 2003/10/05 10:28:42 wiz Exp $
 bin/xslt-config
 bin/xsltproc
 include/libexslt/exslt.h
 include/libexslt/exsltconfig.h
+include/libexslt/exsltexports.h
 include/libxslt/attributes.h
 include/libxslt/documents.h
 include/libxslt/extensions.h
@@ -21,17 +22,18 @@
 include/libxslt/xslt.h
 include/libxslt/xsltInternals.h
 include/libxslt/xsltconfig.h
+include/libxslt/xsltexports.h
 include/libxslt/xsltutils.h
 lib/libexslt.a
 lib/libexslt.la
 lib/libexslt.so
 lib/libexslt.so.7
-lib/libexslt.so.7.21
+lib/libexslt.so.7.22
 lib/libxslt.a
 lib/libxslt.la
 lib/libxslt.so
 lib/libxslt.so.1
-lib/libxslt.so.1.32
+lib/libxslt.so.1.33
 lib/libxsltbreakpoint.a
 lib/libxsltbreakpoint.la
 lib/libxsltbreakpoint.so
@@ -86,7 +88,6 @@
 share/doc/html/libxslt/libxslt-variables.html
 share/doc/html/libxslt/libxslt-xslt.html
 share/doc/html/libxslt/libxslt-xsltInternals.html
-share/doc/html/libxslt/libxslt-xsltinternals.html
 share/doc/html/libxslt/libxslt-xsltutils.html
 share/doc/html/libxslt/news.html
 share/doc/html/libxslt/node.gif
diff -r 830574ea5cb6 -r 29f0764fd524 textproc/libxslt/distinfo
--- a/textproc/libxslt/distinfo Sun Oct 05 10:24:57 2003 +0000
+++ b/textproc/libxslt/distinfo Sun Oct 05 10:28:42 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2003/08/29 11:25:20 xtraeme Exp $
+$NetBSD: distinfo,v 1.18 2003/10/05 10:28:42 wiz Exp $
 
-SHA1 (libxslt-1.0.32.tar.bz2) = ee37ae1f6160d7241761647e649a511ef5e4d500
-Size (libxslt-1.0.32.tar.bz2) = 1590578 bytes
+SHA1 (libxslt-1.0.33.tar.bz2) = 738b96d5dc6bec9d0cd61179f2cb2287c0666919
+Size (libxslt-1.0.33.tar.bz2) = 1610718 bytes
 SHA1 (patch-aa) = 3b9036c7729ad4f23fd3a4ebab0d10846a958ee6
-SHA1 (patch-ab) = a505a7ab257a391c0ff618effae2734fc50347ce
+SHA1 (patch-ab) = 6eb8e88c4ff17c09ca85f0ea98f233a44b593f6c
diff -r 830574ea5cb6 -r 29f0764fd524 textproc/libxslt/patches/patch-ab
--- a/textproc/libxslt/patches/patch-ab Sun Oct 05 10:24:57 2003 +0000
+++ b/textproc/libxslt/patches/patch-ab Sun Oct 05 10:28:42 2003 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-ab,v 1.10 2003/07/11 23:43:54 wiz Exp $
+$NetBSD: patch-ab,v 1.11 2003/10/05 10:28:42 wiz Exp $
 
---- doc/Makefile.in.orig       Mon Jul  7 00:00:26 2003
+--- doc/Makefile.in.orig       Fri Sep 12 14:23:10 2003
 +++ doc/Makefile.in
-@@ -132,7 +132,7 @@ EXTRA_DIST = \
+@@ -76,7 +76,7 @@ DLLTOOL = @DLLTOOL@
+ ECHO = @ECHO@
+ EXTRA_LIBS = @EXTRA_LIBS@
+ 
+-HTML_DIR = $(datadir)/doc
++HTML_DIR = $(datadir)/doc/html
+ INSTALLED_XSLT_LIB = @INSTALLED_XSLT_LIB@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ LDFLAGS = @LDFLAGS@
+@@ -145,7 +145,7 @@ EXTRA_DIST = \
  
  
  # The name of the module.
@@ -11,19 +20,16 @@
  
  # The top-level SGML file.
  DOC_MAIN_XML_FILE = libxslt.xml
-@@ -140,9 +140,9 @@ DOC_MAIN_XML_FILE = libxslt.xml
- # The directory containing the source code (if it contains documentation).
- DOC_SOURCE_DIR = ..
- 
--HTML_DIR = $(datadir)/doc
-+HTML_DIR = $(datadir)/doc/html
+@@ -156,7 +156,7 @@ DOC_SOURCE_DIR = ..
+ # A file in win32 depends upon two of the doc files
+ WIN32_DIR = $(top_srcdir)/win32
  
 -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 FAQ.html
  
-@@ -367,7 +367,6 @@ install-data-local: 
+@@ -428,7 +428,6 @@ install-data-local: 
        -@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)
        $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/tutorial
        -@INSTALL@ -m 0644 $(srcdir)/tutorial/* $(DESTDIR)$(TARGET_DIR)/tutorial



Home | Main Index | Thread Index | Old Index