pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Digest-BubbleBabble fix build with perl 5.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/056f1762c37d
branches:  trunk
changeset: 363550:056f1762c37d
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Jun 12 07:40:28 2017 +0000

description:
fix build with perl 5.26

diffstat:

 security/p5-Digest-BubbleBabble/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 73de76902b91 -r 056f1762c37d security/p5-Digest-BubbleBabble/Makefile
--- a/security/p5-Digest-BubbleBabble/Makefile  Mon Jun 12 07:30:16 2017 +0000
+++ b/security/p5-Digest-BubbleBabble/Makefile  Mon Jun 12 07:40:28 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2017/06/05 14:24:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2017/06/12 07:40:28 maya Exp $
 
 DISTNAME=      Digest-BubbleBabble-0.02
 PKGNAME=       p5-${DISTNAME}
@@ -14,6 +14,7 @@
 #DEPENDS+=     {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
 DEPENDS+=      p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
 
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/Digest/BubbleBabble/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index