pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Component-InstancePerContext Fix build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64adf26ef132
branches:  trunk
changeset: 363554:64adf26ef132
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Jun 12 08:04:57 2017 +0000

description:
Fix build with perl 5.26

diffstat:

 www/p5-Catalyst-Component-InstancePerContext/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 4654b39bbb15 -r 64adf26ef132 www/p5-Catalyst-Component-InstancePerContext/Makefile
--- a/www/p5-Catalyst-Component-InstancePerContext/Makefile     Mon Jun 12 07:59:53 2017 +0000
+++ b/www/p5-Catalyst-Component-InstancePerContext/Makefile     Mon Jun 12 08:04:57 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/06/05 14:25:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2017/06/12 08:04:57 maya Exp $
 
 DISTNAME=      Catalyst-Component-InstancePerContext-0.001001
 PKGNAME=       p5-${DISTNAME}
@@ -16,7 +16,8 @@
 #DEPENDS+=     {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
 
 USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Catalyst/Component/InstancePerContext/.packlist
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+PERL5_PACKLIST=        auto/Catalyst/Component/InstancePerContext/.packlist
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index