pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/924f7518412c
branches:  trunk
changeset: 363577:924f7518412c
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Jun 12 12:40:17 2017 +0000

description:
Fix build with perl 5.26

diffstat:

 devel/p5-MooseX-App/Makefile                |  3 ++-
 devel/p5-MooseX-Attributes-Curried/Makefile |  3 ++-
 devel/p5-MouseX-NativeTraits/Makefile       |  3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs (51 lines):

diff -r 32629a4f471a -r 924f7518412c devel/p5-MooseX-App/Makefile
--- a/devel/p5-MooseX-App/Makefile      Mon Jun 12 12:30:06 2017 +0000
+++ b/devel/p5-MooseX-App/Makefile      Mon Jun 12 12:40:17 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/06/05 14:23:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2017/06/12 12:40:17 maya Exp $
 #
 
 DISTNAME=      MooseX-App-1.37
@@ -26,6 +26,7 @@
 BUILD_DEPENDS+= p5-Text-WagnerFischer-[0-9]*:../../textproc/p5-Text-WagnerFischer
 BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/MooseX/App/.packlist
 USE_LANGUAGES= # none
 
diff -r 32629a4f471a -r 924f7518412c devel/p5-MooseX-Attributes-Curried/Makefile
--- a/devel/p5-MooseX-Attributes-Curried/Makefile       Mon Jun 12 12:30:06 2017 +0000
+++ b/devel/p5-MooseX-Attributes-Curried/Makefile       Mon Jun 12 12:40:17 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/06/05 14:23:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2017/06/12 12:40:54 maya Exp $
 #
 
 DISTNAME=      MooseX-Attributes-Curried-0.03
@@ -13,6 +13,7 @@
 LICENSE=       ${PERL5_LICENSE}
 
 USE_LANGUAGES= # empty
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/MooseX/Attributes/Curried/.packlist
 
 DEPENDS+=      p5-Moose>=0.84:../../devel/p5-Moose
diff -r 32629a4f471a -r 924f7518412c devel/p5-MouseX-NativeTraits/Makefile
--- a/devel/p5-MouseX-NativeTraits/Makefile     Mon Jun 12 12:30:06 2017 +0000
+++ b/devel/p5-MouseX-NativeTraits/Makefile     Mon Jun 12 12:40:17 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/06/05 14:23:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2017/06/12 12:41:27 maya Exp $
 #
 
 DISTNAME=              MouseX-NativeTraits-1.09
@@ -12,6 +12,7 @@
 COMMENT=               Extend your attribute interfaces for Mouse
 LICENSE=               ${PERL5_LICENSE}
 
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/MouseX/NativeTraits/.packlist
 
 BUILD_DEPENDS+=                p5-Any-Moose>=0.13:../../devel/p5-Any-Moose



Home | Main Index | Thread Index | Old Index