diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-06-06 14:45:48 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-06-06 14:45:48 +0000 |
commit | ef2e2ac5d6db09ae015f3c02e39f6c123e28c018 (patch) | |
tree | 8a7d8eb59f489261a6c92abe470bbab24b7e8304 /time/p5-Date-Extract | |
parent | 8fb9786f49b51d27e4daf9a527f538b2c32b1db7 (diff) | |
download | pkgsrc-ef2e2ac5d6db09ae015f3c02e39f6c123e28c018.tar.gz |
Fix build with Perl 5.26.0
Diffstat (limited to 'time/p5-Date-Extract')
-rw-r--r-- | time/p5-Date-Extract/distinfo | 3 | ||||
-rw-r--r-- | time/p5-Date-Extract/patches/patch-Makefile.PL | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/time/p5-Date-Extract/distinfo b/time/p5-Date-Extract/distinfo index 8f95197677e..791f8720e94 100644 --- a/time/p5-Date-Extract/distinfo +++ b/time/p5-Date-Extract/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.4 2016/11/19 14:12:49 wen Exp $ +$NetBSD: distinfo,v 1.5 2017/06/06 14:45:48 ryoon Exp $ SHA1 (Date-Extract-0.06.tar.gz) = 097efec343ed78cbe4d2a70efc401cf42046f33f RMD160 (Date-Extract-0.06.tar.gz) = 22c2eb2651d6e4baa5893594829215a4672662e7 SHA512 (Date-Extract-0.06.tar.gz) = f50bb1e968eab9a5ee5bd1383af1599aabc7af9f9c375e3d366857f1cbf6a6912e8eff99eece2096b09a475c9eb671eeaeb8e4b76c0d865cb452ce8b0a85c448 Size (Date-Extract-0.06.tar.gz) = 32730 bytes +SHA1 (patch-Makefile.PL) = d93ee31b229845b33547daf64857c48243ab5ff6 diff --git a/time/p5-Date-Extract/patches/patch-Makefile.PL b/time/p5-Date-Extract/patches/patch-Makefile.PL new file mode 100644 index 00000000000..ee1020091ce --- /dev/null +++ b/time/p5-Date-Extract/patches/patch-Makefile.PL @@ -0,0 +1,13 @@ +$NetBSD: patch-Makefile.PL,v 1.1 2017/06/06 14:45:48 ryoon Exp $ + +* Fix build with Perl 5.26.0 + +--- Makefile.PL.orig 2016-11-11 07:03:29.000000000 +0000 ++++ Makefile.PL +@@ -1,4 +1,6 @@ + # Load the Module::Install bundled in ./inc/ ++use FindBin; ++use lib $FindBin::Bin; + use inc::Module::Install; + + # Define metadata |