diff options
author | hasso <hasso@pkgsrc.org> | 2009-05-26 09:32:20 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-05-26 09:32:20 +0000 |
commit | 60a5a99279d2ee76f57490d0ad0878975593dc9b (patch) | |
tree | ac9aa857de391f25ff4482a24a2ee4bd84e3938d /textproc | |
parent | b82c96e9978cdbc668dc5baa04024e0cdaf74de1 (diff) | |
download | pkgsrc-60a5a99279d2ee76f57490d0ad0878975593dc9b.tar.gz |
Make it build with xerces-c 2.8.0.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Xerces/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-XML-Xerces/patches/patch-aa | 13 |
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'; |