pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Catalyst-Controller-BindLex



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 08:06:25 UTC 2017

Modified Files:
        pkgsrc/www/p5-Catalyst-Controller-BindLex: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/p5-Catalyst-Controller-BindLex/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-Catalyst-Controller-BindLex/Makefile
diff -u pkgsrc/www/p5-Catalyst-Controller-BindLex/Makefile:1.13 pkgsrc/www/p5-Catalyst-Controller-BindLex/Makefile:1.14
--- pkgsrc/www/p5-Catalyst-Controller-BindLex/Makefile:1.13     Mon Jun  5 14:25:12 2017
+++ pkgsrc/www/p5-Catalyst-Controller-BindLex/Makefile  Mon Jun 12 08:06:25 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 14:25:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/06/12 08:06:25 maya Exp $
 
 DISTNAME=      Catalyst-Controller-BindLex-0.05
 PKGNAME=       p5-${DISTNAME}
@@ -18,7 +18,8 @@ DEPENDS+=       p5-Test-Simple>=1.001010
 DEPENDS+=      p5-PadWalker>0:../../devel/p5-PadWalker
 
 USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Catalyst/Controller/BindLex/.packlist
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+PERL5_PACKLIST=        auto/Catalyst/Controller/BindLex/.packlist
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index