diff options
author | wiz <wiz@pkgsrc.org> | 2007-08-29 23:26:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-08-29 23:26:44 +0000 |
commit | 9d185dedd744c9760f2ac04f847c1abb0fd669fb (patch) | |
tree | 45dd0815ee02396913ccd210a2720b3e6c4c3d3f /textproc/libxslt | |
parent | 583342970a8624e981cae7ed3f98047a8e00de19 (diff) | |
download | pkgsrc-9d185dedd744c9760f2ac04f847c1abb0fd669fb.tar.gz |
Update to 1.1.22, provided by Blair Sadewitz in private mail:
* Bug fixes: RVT cleanup problems (William Brack),
exclude-result-prefix bug (William Brack), stylesheet compilation
error handling (Rob Richards).
* Portability fixes: improve build with VS2005 (Rob Richards),
fixing build on AIX (Bjorn Wiberg), fix the security file checks
on Windows (Roland Schwarz and Rob Richards).
* Improvement: add an --encoding option to xsltproc (Drazen Kacar).
Diffstat (limited to 'textproc/libxslt')
-rw-r--r-- | textproc/libxslt/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxslt/distinfo | 12 | ||||
-rw-r--r-- | textproc/libxslt/patches/patch-aa | 4 | ||||
-rw-r--r-- | textproc/libxslt/patches/patch-ae | 10 |
4 files changed, 15 insertions, 15 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 75831f6a7a9..3dead292f2f 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.76 2007/07/12 19:33:03 drochner Exp $ +# $NetBSD: Makefile,v 1.77 2007/08/29 23:26:44 wiz Exp $ -DISTNAME= libxslt-1.1.21 +DISTNAME= libxslt-1.1.22 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/} \ ftp://xmlsoft.org/libxslt/ diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo index f526695ac2a..726df457e7e 100644 --- a/textproc/libxslt/distinfo +++ b/textproc/libxslt/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.46 2007/07/12 19:33:03 drochner Exp $ +$NetBSD: distinfo,v 1.47 2007/08/29 23:26:45 wiz Exp $ -SHA1 (libxslt-1.1.21.tar.gz) = 8237698b7c4171f021e0b80adeefc444ee9514d4 -RMD160 (libxslt-1.1.21.tar.gz) = 5c55d24fdcb5c14f004829e9bf2b02320edd63a0 -Size (libxslt-1.1.21.tar.gz) = 2780016 bytes -SHA1 (patch-aa) = 7ea42e9b88a22e4b7061c1f35f620a9cc99150ee -SHA1 (patch-ae) = f396896cf165c89d779646e904e9d0626382ab8a +SHA1 (libxslt-1.1.22.tar.gz) = 55ce4dc659681d9a5ba2322c45cbdfe75b46639c +RMD160 (libxslt-1.1.22.tar.gz) = bc2d32a4d7fea777c3d4b0ce3f5a70c8ea3f8969 +Size (libxslt-1.1.22.tar.gz) = 2783003 bytes +SHA1 (patch-aa) = 6f750027b7f42b519f2211b33f90f49457933257 +SHA1 (patch-ae) = ea154e23704cbd73e3199271e2d0d4a80b2832e8 diff --git a/textproc/libxslt/patches/patch-aa b/textproc/libxslt/patches/patch-aa index 16ad6ff77fe..6f6b5dc3e6c 100644 --- a/textproc/libxslt/patches/patch-aa +++ b/textproc/libxslt/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.17 2007/02/01 18:01:39 drochner Exp $ +$NetBSD: patch-aa,v 1.18 2007/08/29 23:26:45 wiz Exp $ ---- doc/Makefile.in.orig 2007-01-17 15:42:16.000000000 +0100 +--- doc/Makefile.in.orig 2007-08-23 11:22:57.000000000 -0400 +++ doc/Makefile.in @@ -211,7 +211,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ diff --git a/textproc/libxslt/patches/patch-ae b/textproc/libxslt/patches/patch-ae index ec4c300632e..29a754653c1 100644 --- a/textproc/libxslt/patches/patch-ae +++ b/textproc/libxslt/patches/patch-ae @@ -1,12 +1,12 @@ -$NetBSD: patch-ae,v 1.3 2007/02/01 18:01:39 drochner Exp $ +$NetBSD: patch-ae,v 1.4 2007/08/29 23:26:45 wiz Exp $ ---- libexslt/date.c.orig 2007-02-01 14:03:55.000000000 +0100 +--- libexslt/date.c.orig 2007-08-23 08:20:52.000000000 -0400 +++ libexslt/date.c -@@ -30,6 +30,7 @@ - +@@ -31,6 +31,7 @@ #if HAVE_LOCALTIME_R /* _POSIX_SOURCE required by gnu libc */ + #ifndef _AIX51 /* but on AIX we're not using gnu libc */ #define _POSIX_SOURCE +#define _POSIX_C_SOURCE 199506L /* POSIX.1c */ #endif + #endif - #include <libxml/tree.h> |