summaryrefslogtreecommitdiff
path: root/textproc/libxml2
diff options
context:
space:
mode:
authortron <tron>2001-11-17 15:28:49 +0000
committertron <tron>2001-11-17 15:28:49 +0000
commit0280b9dfbcfd847a1a014ce97faf36b4c7fe46c0 (patch)
tree010e17a872531f830297d470be09df1ff7a49bb4 /textproc/libxml2
parentf647a79a41021574f98d706f7f01d565f8aa57f6 (diff)
downloadpkgsrc-0280b9dfbcfd847a1a014ce97faf36b4c7fe46c0.tar.gz
Work arround broken circular include directives which cause build failures
in the "kdelibs2" package.
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/Makefile3
-rw-r--r--textproc/libxml2/distinfo4
-rw-r--r--textproc/libxml2/patches/patch-ab12
-rw-r--r--textproc/libxml2/patches/patch-ae10
4 files changed, 27 insertions, 2 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index a5bcf5f7539..8b8844f475c 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2001/11/16 20:59:32 tron Exp $
+# $NetBSD: Makefile,v 1.8 2001/11/17 15:28:49 tron Exp $
DISTNAME= libxml2-2.4.10
+PKGNAME= ${DISTNAME}nb1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libxml/}
diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo
index 9d53e3c43a7..465dc8b1ec9 100644
--- a/textproc/libxml2/distinfo
+++ b/textproc/libxml2/distinfo
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.7 2001/11/16 20:59:32 tron Exp $
+$NetBSD: distinfo,v 1.8 2001/11/17 15:28:49 tron Exp $
SHA1 (libxml2-2.4.10.tar.gz) = 16da16d7bfa55597a7756b289baf1fafc6ece4ca
Size (libxml2-2.4.10.tar.gz) = 1561258 bytes
SHA1 (patch-aa) = 80820912687e4d4f661ff70fb5ddd92f1931d389
+SHA1 (patch-ab) = 4908f358040178439797640806f5f885d744f7ce
SHA1 (patch-ac) = d4018cb6eb27d3b7712dab54366e71507e7bd1f3
SHA1 (patch-ad) = 715a93a65cebcc4216da647f148903974ffc31f0
+SHA1 (patch-ae) = 9d86b6dce63df5a44e376a66d7797b2ad1188bfe
diff --git a/textproc/libxml2/patches/patch-ab b/textproc/libxml2/patches/patch-ab
new file mode 100644
index 00000000000..e8cd247129a
--- /dev/null
+++ b/textproc/libxml2/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.4 2001/11/17 15:28:49 tron Exp $
+
+--- include/libxml/parser.h.orig Thu Nov 1 04:35:06 2001
++++ include/libxml/parser.h Sat Nov 17 11:09:51 2001
+@@ -573,7 +573,5 @@
+ }
+ #endif
+
+-#include <libxml/globals.h>
+-
+ #endif /* __XML_PARSER_H__ */
+
diff --git a/textproc/libxml2/patches/patch-ae b/textproc/libxml2/patches/patch-ae
new file mode 100644
index 00000000000..338f2e07872
--- /dev/null
+++ b/textproc/libxml2/patches/patch-ae
@@ -0,0 +1,10 @@
+$NetBSD: patch-ae,v 1.5 2001/11/17 15:28:49 tron Exp $
+
+--- include/libxml/xmlerror.h.orig Sun Oct 14 04:35:07 2001
++++ include/libxml/xmlerror.h Sat Nov 17 14:24:12 2001
+@@ -175,3 +175,5 @@
+ }
+ #endif
+ #endif /* __XML_ERROR_H__ */
++
++#include <libxml/globals.h>