Downgrade the "libxslt" package to version 1.0.21 on a suggestion by
Nick Hudson. This finally fixes the build problems in KDE 2.
This commit is contained in:
parent
bfdda91596
commit
0709ae0338
3 changed files with 8 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.13 2002/10/29 11:37:40 martti Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2002/11/06 21:59:29 tron Exp $
|
||||
|
||||
DISTNAME= libxslt-1.0.22
|
||||
DISTNAME= libxslt-1.0.21
|
||||
PKGNAME= ${DISTNAME}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.0/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2002/10/29 11:37:40 martti Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2002/11/06 21:59:30 tron Exp $
|
||||
bin/xslt-config
|
||||
bin/xsltproc
|
||||
include/libexslt/exslt.h
|
||||
|
@ -14,7 +14,6 @@ include/libxslt/namespaces.h
|
|||
include/libxslt/numbersInternals.h
|
||||
include/libxslt/pattern.h
|
||||
include/libxslt/preproc.h
|
||||
include/libxslt/security.h
|
||||
include/libxslt/templates.h
|
||||
include/libxslt/transform.h
|
||||
include/libxslt/variables.h
|
||||
|
@ -26,12 +25,12 @@ lib/libexslt.a
|
|||
lib/libexslt.la
|
||||
lib/libexslt.so
|
||||
lib/libexslt.so.7
|
||||
lib/libexslt.so.7.13
|
||||
lib/libexslt.so.7.12
|
||||
lib/libxslt.a
|
||||
lib/libxslt.la
|
||||
lib/libxslt.so
|
||||
lib/libxslt.so.1
|
||||
lib/libxslt.so.1.22
|
||||
lib/libxslt.so.1.21
|
||||
lib/libxsltbreakpoint.a
|
||||
lib/libxsltbreakpoint.la
|
||||
lib/libxsltbreakpoint.so
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.9 2002/10/29 11:37:40 martti Exp $
|
||||
$NetBSD: distinfo,v 1.10 2002/11/06 21:59:30 tron Exp $
|
||||
|
||||
SHA1 (libxslt-1.0.22.tar.gz) = acb0255ad292e8cd9859431f2262264dfd0c336b
|
||||
Size (libxslt-1.0.22.tar.gz) = 2162468 bytes
|
||||
SHA1 (libxslt-1.0.21.tar.gz) = d040a14a5bb21e8db69df22509b38403c32a679c
|
||||
Size (libxslt-1.0.21.tar.gz) = 2148312 bytes
|
||||
SHA1 (patch-aa) = 17d7ebcd5d3aeae8322718ba73a1d7f1a3c278d5
|
||||
SHA1 (patch-ab) = ce7bfef7ed18d9776a87615979a0bd0605ef587f
|
||||
SHA1 (patch-ac) = 16e0dc9aadd2487ec0f69369384e71210d370b37
|
||||
|
|
Loading…
Reference in a new issue