pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-AutoWriter Fix build with perl-5.16.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/caef35232380
branches:  trunk
changeset: 610001:caef35232380
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 15 12:45:25 2012 +0000

description:
Fix build with perl-5.16.
>From macports.

diffstat:

 textproc/p5-XML-AutoWriter/distinfo                  |   3 ++-
 textproc/p5-XML-AutoWriter/patches/patch-Makefile.PL |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r eda5fc076e7e -r caef35232380 textproc/p5-XML-AutoWriter/distinfo
--- a/textproc/p5-XML-AutoWriter/distinfo       Mon Oct 15 12:32:52 2012 +0000
+++ b/textproc/p5-XML-AutoWriter/distinfo       Mon Oct 15 12:45:25 2012 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2009/07/19 10:06:28 sno Exp $
+$NetBSD: distinfo,v 1.3 2012/10/15 12:45:25 wiz Exp $
 
 SHA1 (XML-AutoWriter-0.4.tar.gz) = 9ee99f5e168cbe39109e19136fd3fbdf0fb4910a
 RMD160 (XML-AutoWriter-0.4.tar.gz) = dca751c46fbb9726c9d58aa9179784b314b0c41c
 Size (XML-AutoWriter-0.4.tar.gz) = 48672 bytes
+SHA1 (patch-Makefile.PL) = 0976d7e6d473f3f5789255c9dd51a4248f150dac
diff -r eda5fc076e7e -r caef35232380 textproc/p5-XML-AutoWriter/patches/patch-Makefile.PL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-AutoWriter/patches/patch-Makefile.PL      Mon Oct 15 12:45:25 2012 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2012/10/15 12:45:25 wiz Exp $
+
+Fix build with perl-5.16.
+
+--- Makefile.PL.orig   2009-06-11 18:26:48.000000000 +0000
++++ Makefile.PL
+@@ -9,7 +9,6 @@ requires => 'XML::Parser';
+ build_requires => 'Test';
+ build_requires => 'IO::File';
+ 
+-auto_set_repository;
+ auto_manifest;
+ auto_install;
+ WriteAll;



Home | Main Index | Thread Index | Old Index