summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2003-04-25 03:09:08 +0000
committermartti <martti@pkgsrc.org>2003-04-25 03:09:08 +0000
commitfa5f3482efa644b3190da6cce55d3580af792ba0 (patch)
tree2d22dd97d943f64867cdb6e51a1145571ea2cace /textproc
parent08d5853501ec5f0a3ae2127427b8b19007bbe496 (diff)
downloadpkgsrc-fa5f3482efa644b3190da6cce55d3580af792ba0.tar.gz
Updated libxml to 1.8.17nb1
Add a patch from the official libxml CVS repository: 1.28 veillard "2001-04-18 11:10" - entities.h: andrew@ugh.net.au detected a double declaration
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxml/Makefile3
-rw-r--r--textproc/libxml/distinfo3
-rw-r--r--textproc/libxml/patches/patch-aa12
3 files changed, 16 insertions, 2 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile
index 43654f69f10..ebea3cc68b9 100644
--- a/textproc/libxml/Makefile
+++ b/textproc/libxml/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2002/10/30 03:09:38 rh Exp $
+# $NetBSD: Makefile,v 1.27 2003/04/25 03:09:08 martti Exp $
#
DISTNAME= libxml-1.8.17
+PKGREVISION= 1
CATEGORIES= textproc devel lang gnome
MASTER_SITES= ftp://rpmfind.net/pub/veillard/ \
${MASTER_SITE_GNOME:=sources/libxml/1.8/}
diff --git a/textproc/libxml/distinfo b/textproc/libxml/distinfo
index 2410897e485..b5a9479edb6 100644
--- a/textproc/libxml/distinfo
+++ b/textproc/libxml/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2002/10/30 03:09:38 rh Exp $
+$NetBSD: distinfo,v 1.8 2003/04/25 03:09:08 martti Exp $
SHA1 (libxml-1.8.17.tar.gz) = ebe7b76bb2b62c882000c1a846a6f8f8346e3bb4
Size (libxml-1.8.17.tar.gz) = 996351 bytes
+SHA1 (patch-aa) = 977a9e7f628910c2bc7e7f3c04de9917826bc0b7
SHA1 (patch-ab) = 6c72ef59fe094ddbb4901b0f35eb681a4d0b4ff2
SHA1 (patch-ac) = b94818200397d6c6457053fa5fe02a6049d52c44
diff --git a/textproc/libxml/patches/patch-aa b/textproc/libxml/patches/patch-aa
new file mode 100644
index 00000000000..c1d5e9347c3
--- /dev/null
+++ b/textproc/libxml/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.5 2003/04/25 03:09:08 martti Exp $
+
+--- entities.h.orig 2003-04-24 13:04:32.000000000 +0300
++++ entities.h 2003-04-24 13:04:58.000000000 +0300
+@@ -92,7 +92,6 @@
+ void xmlFreeEntitiesTable (xmlEntitiesTablePtr table);
+ void xmlDumpEntitiesTable (xmlBufferPtr buf,
+ xmlEntitiesTablePtr table);
+-xmlEntitiesTablePtr xmlCopyEntitiesTable (xmlEntitiesTablePtr table);
+ void xmlCleanupPredefinedEntities(void);
+
+ #ifdef __cplusplus