pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Authen-PAM Fix build with Perl 5.26.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/497254f518b3
branches:  trunk
changeset: 363443:497254f518b3
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Jun 09 16:57:55 2017 +0000

description:
Fix build with Perl 5.26.0

diffstat:

 security/p5-Authen-PAM/distinfo                  |   3 ++-
 security/p5-Authen-PAM/patches/patch-Makefile.PL |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 162058eba636 -r 497254f518b3 security/p5-Authen-PAM/distinfo
--- a/security/p5-Authen-PAM/distinfo   Fri Jun 09 16:56:26 2017 +0000
+++ b/security/p5-Authen-PAM/distinfo   Fri Jun 09 16:57:55 2017 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:17:53 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/06/09 16:57:55 ryoon Exp $
 
 SHA1 (Authen-PAM-0.16.tar.gz) = 648dc61f67fc17571072c3e1221827230eb2820b
 RMD160 (Authen-PAM-0.16.tar.gz) = 22e4df145506a207700a90ad5bcd47f6f7f245d0
 SHA512 (Authen-PAM-0.16.tar.gz) = 2419698193697cb8c9ac3a1527a25abefffd9f15f4b492006081b2c8e7fe9e01e00f33e8fed6a07611b725b38ed92d9feb51b8ba61e4c23313cc5ff9ea1c05fd
 Size (Authen-PAM-0.16.tar.gz) = 45922 bytes
+SHA1 (patch-Makefile.PL) = b1b0c39ec12353f766dba2405a3c2487ac22df9a
diff -r 162058eba636 -r 497254f518b3 security/p5-Authen-PAM/patches/patch-Makefile.PL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-PAM/patches/patch-Makefile.PL  Fri Jun 09 16:57:55 2017 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/09 16:57:55 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig   2005-06-06 13:29:12.000000000 +0000
++++ Makefile.PL
+@@ -1,3 +1,5 @@
++use FindBin;
++use lib $FindBin::Bin;
+ use ExtUtils::MakeMaker;
+ use Config;
+ 



Home | Main Index | Thread Index | Old Index