summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz>2003-10-05 10:28:42 +0000
committerwiz <wiz>2003-10-05 10:28:42 +0000
commit4c7fe0c8612d11a6418c24ea82283274e593c0d9 (patch)
treec215815655a7c87ec8bfd03dc2db7562cfb620e3 /textproc
parenta4e1ca10127519f84774368b351111cb651ea724 (diff)
downloadpkgsrc-4c7fe0c8612d11a6418c24ea82283274e593c0d9.tar.gz
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 (limited to 'textproc')
-rw-r--r--textproc/libxslt/Makefile4
-rw-r--r--textproc/libxslt/PLIST9
-rw-r--r--textproc/libxslt/distinfo8
-rw-r--r--textproc/libxslt/patches/patch-ab26
4 files changed, 27 insertions, 20 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 2f497e85be5..ad2dd45fb89 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -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 --git a/textproc/libxslt/PLIST b/textproc/libxslt/PLIST
index 967b6a0a756..31fd331f5d1 100644
--- a/textproc/libxslt/PLIST
+++ b/textproc/libxslt/PLIST
@@ -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/variables.h
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-transform.html
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 --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo
index e3b45d2c5c9..07643b8afb0 100644
--- a/textproc/libxslt/distinfo
+++ b/textproc/libxslt/distinfo
@@ -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 --git a/textproc/libxslt/patches/patch-ab b/textproc/libxslt/patches/patch-ab
index 0f5953b66d0..a87bb29f12c 100644
--- a/textproc/libxslt/patches/patch-ab
+++ b/textproc/libxslt/patches/patch-ab
@@ -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 @@ $NetBSD: patch-ab,v 1.10 2003/07/11 23:43:54 wiz Exp $
# 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