update to libxslt 1.1.20
from alek@ some time ago
This commit is contained in:
parent
7a675830f5
commit
83535ac9f0
@ -1,10 +1,10 @@
|
|||||||
# $OpenBSD: Makefile,v 1.51 2006/08/03 23:55:11 espie Exp $
|
# $OpenBSD: Makefile,v 1.52 2007/04/23 15:38:04 steven Exp $
|
||||||
|
|
||||||
COMMENT= "XSLT C Library for GNOME"
|
COMMENT= "XSLT C Library for GNOME"
|
||||||
|
|
||||||
DISTNAME= libxslt-1.1.17
|
DISTNAME= libxslt-1.1.20
|
||||||
SHARED_LIBS= exslt 9.2 \
|
SHARED_LIBS= exslt 9.3 \
|
||||||
xslt 3.2
|
xslt 3.3
|
||||||
|
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
|
|
||||||
@ -18,9 +18,10 @@ PERMIT_PACKAGE_CDROM= Yes
|
|||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
WANTLIB= c gpg-error iconv intl m z
|
WANTLIB= c gpg-error m z
|
||||||
|
|
||||||
LIB_DEPENDS= xml2.>=9:libxml->=2.6.25:textproc/libxml \
|
MODULES= devel/gettext
|
||||||
|
LIB_DEPENDS= xml2.>=9:libxml->=2.6.27:textproc/libxml \
|
||||||
gcrypt.>=12::security/libgcrypt
|
gcrypt.>=12::security/libgcrypt
|
||||||
|
|
||||||
USE_LIBTOOL= Yes
|
USE_LIBTOOL= Yes
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (libxslt-1.1.17.tar.gz) = /eanqTwOsUy6YoaS+joQAA==
|
MD5 (libxslt-1.1.20.tar.gz) = TqLcIqI78qpXD4aKqGNX+A==
|
||||||
RMD160 (libxslt-1.1.17.tar.gz) = 2Y7ui6SYMADFhoPp3DjoDqom4RU=
|
RMD160 (libxslt-1.1.20.tar.gz) = 8ogv9HMS3jtjFxNu91HUtCqxWlM=
|
||||||
SHA1 (libxslt-1.1.17.tar.gz) = WzarPh7YXtCGKhDOIsoD4QhNkSE=
|
SHA1 (libxslt-1.1.20.tar.gz) = HKYhwEK089mn5zDFOWG4m8zixkU=
|
||||||
SHA256 (libxslt-1.1.17.tar.gz) = 0zf669ZN24xSzeI9+EaeGzxlVFr1+Tnpu0vp7rlljIo=
|
SHA256 (libxslt-1.1.20.tar.gz) = zpLwADHIheBMtl6nbEZ1sHqpivlgdXL7DWgYDDS/U0Y=
|
||||||
SIZE (libxslt-1.1.17.tar.gz) = 2735243
|
SIZE (libxslt-1.1.20.tar.gz) = 3689759
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
$OpenBSD: patch-libxslt_extensions_c,v 1.1 2006/05/22 11:33:49 steven Exp $
|
|
||||||
--- libxslt/extensions.c.orig Sun May 14 22:41:53 2006
|
|
||||||
+++ libxslt/extensions.c Sun May 14 22:42:25 2006
|
|
||||||
@@ -324,7 +324,8 @@ xsltExtModuleRegisterDynamic(const xmlCh
|
|
||||||
const xmlChar *ext_directory = NULL;
|
|
||||||
const xmlChar *protocol = NULL;
|
|
||||||
xmlChar *i, *regfunc_name;
|
|
||||||
- int rc, seen_before;
|
|
||||||
+ int rc;
|
|
||||||
+ long seen_before;
|
|
||||||
|
|
||||||
/* check for bad inputs */
|
|
||||||
if (URI == NULL)
|
|
||||||
@@ -337,7 +338,7 @@ xsltExtModuleRegisterDynamic(const xmlCh
|
|
||||||
}
|
|
||||||
|
|
||||||
/* have we attempted to register this module already? */
|
|
||||||
- seen_before = (int) xmlHashLookup(xsltModuleHash, URI);
|
|
||||||
+ seen_before = (long) xmlHashLookup(xsltModuleHash, URI);
|
|
||||||
if (0 != seen_before) {
|
|
||||||
return (-1);
|
|
||||||
}
|
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.24 2004/11/12 21:46:40 espie Exp $
|
@comment $OpenBSD: PLIST,v 1.25 2007/04/23 15:38:04 steven Exp $
|
||||||
bin/xslt-config
|
bin/xslt-config
|
||||||
bin/xsltproc
|
bin/xsltproc
|
||||||
include/libexslt/
|
include/libexslt/
|
||||||
@ -37,13 +37,15 @@ lib/xsltConf.sh
|
|||||||
@man man/man1/xsltproc.1
|
@man man/man1/xsltproc.1
|
||||||
@man man/man3/libexslt.3
|
@man man/man3/libexslt.3
|
||||||
@man man/man3/libxslt.3
|
@man man/man3/libxslt.3
|
||||||
share/aclocal/
|
|
||||||
share/aclocal/libxslt.m4
|
share/aclocal/libxslt.m4
|
||||||
share/doc/libxslt/
|
share/doc/libxslt/
|
||||||
share/doc/libxslt/html/
|
share/doc/libxslt/html/
|
||||||
share/doc/libxslt/html/API.html
|
share/doc/libxslt/html/API.html
|
||||||
share/doc/libxslt/html/APIchunk0.html
|
share/doc/libxslt/html/APIchunk0.html
|
||||||
share/doc/libxslt/html/APIchunk1.html
|
share/doc/libxslt/html/APIchunk1.html
|
||||||
|
share/doc/libxslt/html/APIchunk10.html
|
||||||
|
share/doc/libxslt/html/APIchunk11.html
|
||||||
|
share/doc/libxslt/html/APIchunk12.html
|
||||||
share/doc/libxslt/html/APIchunk2.html
|
share/doc/libxslt/html/APIchunk2.html
|
||||||
share/doc/libxslt/html/APIchunk3.html
|
share/doc/libxslt/html/APIchunk3.html
|
||||||
share/doc/libxslt/html/APIchunk4.html
|
share/doc/libxslt/html/APIchunk4.html
|
||||||
|
Loading…
Reference in New Issue
Block a user