pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Xerces Make it build with xerces-c 2.8.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4ac360b9c01
branches:  trunk
changeset: 393754:b4ac360b9c01
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Tue May 26 09:32:20 2009 +0000

description:
Make it build with xerces-c 2.8.0.

diffstat:

 textproc/p5-XML-Xerces/distinfo         |   3 ++-
 textproc/p5-XML-Xerces/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 656e965b7d99 -r b4ac360b9c01 textproc/p5-XML-Xerces/distinfo
--- a/textproc/p5-XML-Xerces/distinfo   Tue May 26 09:23:15 2009 +0000
+++ b/textproc/p5-XML-Xerces/distinfo   Tue May 26 09:32:20 2009 +0000
@@ -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 -r 656e965b7d99 -r b4ac360b9c01 textproc/p5-XML-Xerces/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Xerces/patches/patch-aa   Tue May 26 09:32:20 2009 +0000
@@ -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';



Home | Main Index | Thread Index | Old Index