pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Authen-SASL Fix build with perl 5.26.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b71f0acb7542
branches:  trunk
changeset: 363334:b71f0acb7542
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Jun 05 23:19:54 2017 +0000

description:
Fix build with perl 5.26.0

diffstat:

 security/p5-Authen-SASL/distinfo                  |   3 ++-
 security/p5-Authen-SASL/patches/patch-Makefile.PL |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 73a304c8e27f -r b71f0acb7542 security/p5-Authen-SASL/distinfo
--- a/security/p5-Authen-SASL/distinfo  Mon Jun 05 21:14:26 2017 +0000
+++ b/security/p5-Authen-SASL/distinfo  Mon Jun 05 23:19:54 2017 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.10 2015/11/04 01:17:53 agc Exp $
+$NetBSD: distinfo,v 1.11 2017/06/05 23:19:54 ryoon Exp $
 
 SHA1 (Authen-SASL-2.16.tar.gz) = 0f1e0c448deab4dad0f15466ba765def4012db93
 RMD160 (Authen-SASL-2.16.tar.gz) = 82e659bbeee30dbf366124d6a135df7fb6ae2fba
 SHA512 (Authen-SASL-2.16.tar.gz) = d472b8b07b8915e65a219c0a40a7b6f25ca4fb767df301f426224b8f6ebf24d66fcb4422a1f421c39631e84585af06f6c64e41abe11e1e505d03e43a9f86bd6f
 Size (Authen-SASL-2.16.tar.gz) = 45129 bytes
+SHA1 (patch-Makefile.PL) = 734136512c16edf4a555e6926d33c7e463f6afed
diff -r 73a304c8e27f -r b71f0acb7542 security/p5-Authen-SASL/patches/patch-Makefile.PL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-SASL/patches/patch-Makefile.PL Mon Jun 05 23:19:54 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/05 23:19:54 ryoon Exp $
+
+* Add workaround for removing . from @INC
+
+--- Makefile.PL.orig   2010-03-11 15:10:46.000000000 +0000
++++ Makefile.PL
+@@ -3,6 +3,8 @@
+ use strict;
+ use warnings;
+ use 5.005;
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+ 
+ name          'Authen-SASL';



Home | Main Index | Thread Index | Old Index