diff options
author | drochner <drochner@pkgsrc.org> | 2006-05-03 11:02:46 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-05-03 11:02:46 +0000 |
commit | 57e586a8b605999ac6daf2002881c0212564d671 (patch) | |
tree | 8ab95e5d5f412b1c18bad58e36d4a680c4b3baae /textproc | |
parent | 416f414c0b983b5491da296fbebcbc1c835fbcb9 (diff) | |
download | pkgsrc-57e586a8b605999ac6daf2002881c0212564d671.tar.gz |
update to 1.1.16
changes: portability fixes (Solaris, IRIX, HP-UX)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/Makefile | 5 | ||||
-rw-r--r-- | textproc/libxslt/PLIST | 4 | ||||
-rw-r--r-- | textproc/libxslt/distinfo | 10 | ||||
-rw-r--r-- | textproc/libxslt/patches/patch-ab | 12 |
4 files changed, 16 insertions, 15 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 3eab0fb32f2..1d66e9521b0 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2006/04/12 21:48:12 rillig Exp $ +# $NetBSD: Makefile,v 1.65 2006/05/03 11:02:46 drochner Exp $ -DISTNAME= libxslt-1.1.15 -PKGREVISION= 2 +DISTNAME= libxslt-1.1.16 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/} EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/libxslt/PLIST b/textproc/libxslt/PLIST index 3e8a89450b9..aa5c205f122 100644 --- a/textproc/libxslt/PLIST +++ b/textproc/libxslt/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.34 2006/04/12 21:48:12 rillig Exp $ +@comment $NetBSD: PLIST,v 1.35 2006/05/03 11:02:46 drochner Exp $ bin/xslt-config bin/xsltproc include/libexslt/exslt.h @@ -125,3 +125,5 @@ share/doc/libxslt/xsltproc2.html @dirrm share/doc/libxslt @dirrm include/libxslt @dirrm include/libexslt +@exec ${MKDIR} %D/lib/libxslt-plugins +@dirrm lib/libxslt-plugins diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo index b089324da0f..67d70d797e2 100644 --- a/textproc/libxslt/distinfo +++ b/textproc/libxslt/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.38 2006/04/12 21:48:12 rillig Exp $ +$NetBSD: distinfo,v 1.39 2006/05/03 11:02:46 drochner Exp $ -SHA1 (libxslt-1.1.15.tar.bz2) = 1fec57e083fe436bade3ec2352b9bcb9f5169df2 -RMD160 (libxslt-1.1.15.tar.bz2) = 8a560fdc635a2ab8d74ba95f9a98236a52204573 -Size (libxslt-1.1.15.tar.bz2) = 1822862 bytes +SHA1 (libxslt-1.1.16.tar.bz2) = e6b5d1e93712d52df996de4baa251a05a51e5181 +RMD160 (libxslt-1.1.16.tar.bz2) = b1ecc3d9c4372bcbe700c8f51234ed9483eb5ccc +Size (libxslt-1.1.16.tar.bz2) = 1861172 bytes SHA1 (patch-aa) = 3e745804f7f3900eaf88dc6d7ea831b81b0ff765 -SHA1 (patch-ab) = b1acdc7cadeead599110f3e8185d8469947bae54 +SHA1 (patch-ab) = 70216897fc4c91d148eeece637df53a0f2555f1c SHA1 (patch-ac) = eed53c657171b5af321470c3f3e9ba222b8d4367 SHA1 (patch-ad) = 8353ad7cc928cb386e57e0bc65f8ebc2c90a1323 diff --git a/textproc/libxslt/patches/patch-ab b/textproc/libxslt/patches/patch-ab index a1b0d1b90b7..901a1e04fa5 100644 --- a/textproc/libxslt/patches/patch-ab +++ b/textproc/libxslt/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.13 2005/03/20 10:45:48 recht Exp $ +$NetBSD: patch-ab,v 1.14 2006/05/03 11:02:46 drochner Exp $ ---- libexslt/crypto.c.orig Sun Mar 20 11:32:00 2005 -+++ libexslt/crypto.c Sun Mar 20 11:32:37 2005 -@@ -317,6 +317,13 @@ +--- libexslt/crypto.c.orig 2006-03-10 12:01:42.000000000 +0100 ++++ libexslt/crypto.c +@@ -317,6 +317,13 @@ exsltCryptoCryptoApiRc4Decrypt (xmlXPath #define PLATFORM_MD5 GCRY_MD_MD5 #define PLATFORM_SHA1 GCRY_MD_SHA1 @@ -13,6 +13,6 @@ $NetBSD: patch-ab,v 1.13 2005/03/20 10:45:48 recht Exp $ +# include <stdint.h> +#endif + + #ifdef HAVE_SYS_SELECT_H #include <sys/select.h> /* needed by gcrypt.h 4 Jul 04 */ - #include <gcrypt.h> - + #endif |