summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorryoon <ryoon>2017-06-06 23:58:52 +0000
committerryoon <ryoon>2017-06-06 23:58:52 +0000
commit83b2fd5e8ae955f8ac48a0c714915ec128f85d89 (patch)
tree95845e78f1a79a0a0410cf1be8bcccb26ab73e78 /textproc
parent5df86b0e8e8c4ab052f960674be5ae8d9e16ad6f (diff)
downloadpkgsrc-83b2fd5e8ae955f8ac48a0c714915ec128f85d89.tar.gz
Fix build with Perl 5.26.0
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Quoted/distinfo3
-rw-r--r--textproc/p5-Text-Quoted/patches/patch-Makefile.PL13
2 files changed, 15 insertions, 1 deletions
diff --git a/textproc/p5-Text-Quoted/distinfo b/textproc/p5-Text-Quoted/distinfo
index 4a6f0040146..a39f38837b7 100644
--- a/textproc/p5-Text-Quoted/distinfo
+++ b/textproc/p5-Text-Quoted/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.10 2015/11/04 01:59:52 agc Exp $
+$NetBSD: distinfo,v 1.11 2017/06/07 00:12:53 ryoon Exp $
SHA1 (Text-Quoted-2.09.tar.gz) = 84ae14c3229e96a7ce65d9562db38d023f1c87af
RMD160 (Text-Quoted-2.09.tar.gz) = c4d248d6345b8c7926159d30a1cdcf462decae50
SHA512 (Text-Quoted-2.09.tar.gz) = c87f619458800678c49d6587f595ab5965410309c10fdf8bd39b34fb9eb06435252bbc6b95553342227f2a1947e87ad70ee61aaf8e34b11e6060cfe28f8fd4ef
Size (Text-Quoted-2.09.tar.gz) = 27978 bytes
+SHA1 (patch-Makefile.PL) = 01e7bdc4e0fcac8e843b942f1a4359f475cd261e
diff --git a/textproc/p5-Text-Quoted/patches/patch-Makefile.PL b/textproc/p5-Text-Quoted/patches/patch-Makefile.PL
new file mode 100644
index 00000000000..dbad3a45e79
--- /dev/null
+++ b/textproc/p5-Text-Quoted/patches/patch-Makefile.PL
@@ -0,0 +1,13 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 00:12:53 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig 2015-02-20 17:50:45.000000000 +0000
++++ Makefile.PL
+@@ -1,4 +1,6 @@
+ use 5.006;
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+
+ all_from 'lib/Text/Quoted.pm';