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.1.22, provided by Blair S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bcc73766e651
branches:  trunk
changeset: 532720:bcc73766e651
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 29 23:26:44 2007 +0000

description:
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:

 textproc/libxslt/Makefile         |   4 ++--
 textproc/libxslt/distinfo         |  12 ++++++------
 textproc/libxslt/patches/patch-aa |   4 ++--
 textproc/libxslt/patches/patch-ae |  10 +++++-----
 4 files changed, 15 insertions(+), 15 deletions(-)

diffs (62 lines):

diff -r bac1060a149e -r bcc73766e651 textproc/libxslt/Makefile
--- a/textproc/libxslt/Makefile Wed Aug 29 23:26:30 2007 +0000
+++ b/textproc/libxslt/Makefile Wed Aug 29 23:26:44 2007 +0000
@@ -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 -r bac1060a149e -r bcc73766e651 textproc/libxslt/distinfo
--- a/textproc/libxslt/distinfo Wed Aug 29 23:26:30 2007 +0000
+++ b/textproc/libxslt/distinfo Wed Aug 29 23:26:44 2007 +0000
@@ -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 -r bac1060a149e -r bcc73766e651 textproc/libxslt/patches/patch-aa
--- a/textproc/libxslt/patches/patch-aa Wed Aug 29 23:26:30 2007 +0000
+++ b/textproc/libxslt/patches/patch-aa Wed Aug 29 23:26:44 2007 +0000
@@ -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 -r bac1060a149e -r bcc73766e651 textproc/libxslt/patches/patch-ae
--- a/textproc/libxslt/patches/patch-ae Wed Aug 29 23:26:30 2007 +0000
+++ b/textproc/libxslt/patches/patch-ae Wed Aug 29 23:26:44 2007 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index