diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-15 12:45:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-15 12:45:25 +0000 |
commit | 3c0baff922659c0683af0f868c7bde3bc03dfb11 (patch) | |
tree | b657dc8728b22ffd512f9dcb4257f15f26708a66 | |
parent | eb939b2f2e56b9a55ae10c45a1da26f246033971 (diff) | |
download | pkgsrc-3c0baff922659c0683af0f868c7bde3bc03dfb11.tar.gz |
Fix build with perl-5.16.
From macports.
-rw-r--r-- | textproc/p5-XML-AutoWriter/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-XML-AutoWriter/patches/patch-Makefile.PL | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/textproc/p5-XML-AutoWriter/distinfo b/textproc/p5-XML-AutoWriter/distinfo index 3364f43aaf4..f2827d461cf 100644 --- a/textproc/p5-XML-AutoWriter/distinfo +++ b/textproc/p5-XML-AutoWriter/distinfo @@ -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 --git a/textproc/p5-XML-AutoWriter/patches/patch-Makefile.PL b/textproc/p5-XML-AutoWriter/patches/patch-Makefile.PL new file mode 100644 index 00000000000..dd8803f6213 --- /dev/null +++ b/textproc/p5-XML-AutoWriter/patches/patch-Makefile.PL @@ -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; |