summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorhasso <hasso>2009-05-26 09:32:20 +0000
committerhasso <hasso>2009-05-26 09:32:20 +0000
commit65c4712c5248550e9c9cf8282935581ce7031094 (patch)
treeac9aa857de391f25ff4482a24a2ee4bd84e3938d /textproc
parent14d53c1d0257b95e339b94f80a01f5357f2c7e6b (diff)
downloadpkgsrc-65c4712c5248550e9c9cf8282935581ce7031094.tar.gz
Make it build with xerces-c 2.8.0.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-Xerces/distinfo3
-rw-r--r--textproc/p5-XML-Xerces/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/textproc/p5-XML-Xerces/distinfo b/textproc/p5-XML-Xerces/distinfo
index 03d419778da..02f4bb461ff 100644
--- a/textproc/p5-XML-Xerces/distinfo
+++ b/textproc/p5-XML-Xerces/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2006/08/10 13:48:23 abs Exp $
+$NetBSD: distinfo,v 1.5 2009/05/26 09:32:20 hasso Exp $
SHA1 (XML-Xerces-2.7.0-0.tar.gz) = 7d9f90a5e9d46b3bff668a7a60034b944ac9e735
RMD160 (XML-Xerces-2.7.0-0.tar.gz) = 033a8181e9c1400dfd4a49aa1bb258ad9f3d535e
Size (XML-Xerces-2.7.0-0.tar.gz) = 291199 bytes
+SHA1 (patch-aa) = 8c066eaeaedf7361dcbb6afada866bae242841ff
diff --git a/textproc/p5-XML-Xerces/patches/patch-aa b/textproc/p5-XML-Xerces/patches/patch-aa
new file mode 100644
index 00000000000..dd6c0f6c151
--- /dev/null
+++ b/textproc/p5-XML-Xerces/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2009/05/26 09:32:21 hasso Exp $
+
+--- Makefile.PL.orig 2009-05-24 21:33:45 +0300
++++ Makefile.PL 2009-05-24 21:33:59 +0300
+@@ -27,7 +27,7 @@ use File::Basename;
+
+ # We need to know which version of libxerces we are to use.
+ # As of Xerces-C 1.5.1, minor version numbers are used
+-my $XERCES_MAJOR_VERSION = '2.7';
++my $XERCES_MAJOR_VERSION = '2.8';
+ my $XERCES_MINOR_VERSION = '0';
+ my $XERCES_LIB_VERSION = "$XERCES_MAJOR_VERSION.$XERCES_MINOR_VERSION";
+ my $XERCES_PERL_VERSION = $XERCES_LIB_VERSION . '-0';