pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Fix build using perl 5.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f6077b02640
branches:  trunk
changeset: 363570:8f6077b02640
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Jun 12 12:02:13 2017 +0000

description:
Fix build using perl 5.26

diffstat:

 devel/p5-Locale-Msgfmt/Makefile   |  3 ++-
 devel/p5-Module-Manifest/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 6947c304b7a0 -r 8f6077b02640 devel/p5-Locale-Msgfmt/Makefile
--- a/devel/p5-Locale-Msgfmt/Makefile   Mon Jun 12 12:01:13 2017 +0000
+++ b/devel/p5-Locale-Msgfmt/Makefile   Mon Jun 12 12:02:13 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/06/05 14:23:10 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2017/06/12 12:02:13 maya Exp $
 #
 
 DISTNAME=      Locale-Msgfmt-0.15
@@ -14,6 +14,7 @@
 
 USE_LANGUAGES=         # empty
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/Locale/Msgfmt/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 6947c304b7a0 -r 8f6077b02640 devel/p5-Module-Manifest/Makefile
--- a/devel/p5-Module-Manifest/Makefile Mon Jun 12 12:01:13 2017 +0000
+++ b/devel/p5-Module-Manifest/Makefile Mon Jun 12 12:02:13 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/06/05 14:23:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.10 2017/06/12 12:03:22 maya Exp $
 #
 
 DISTNAME=      Module-Manifest-1.08
@@ -17,6 +17,7 @@
 DEPENDS+=      p5-Params-Util>=0.10:../../devel/p5-Params-Util
 
 USE_LANGUAGES= # empty
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/Module/Manifest/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index