pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-Catalyst-Component-ACCEPT_CONTEXT
Module Name: pkgsrc
Committed By: maya
Date: Mon Jun 12 08:05:43 UTC 2017
Modified Files:
pkgsrc/www/p5-Catalyst-Component-ACCEPT_CONTEXT: Makefile
Log Message:
Fix build with perl 5.26. indentation.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 \
pkgsrc/www/p5-Catalyst-Component-ACCEPT_CONTEXT/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-Component-ACCEPT_CONTEXT/Makefile
diff -u pkgsrc/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile:1.15 pkgsrc/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile:1.16
--- pkgsrc/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile:1.15 Mon Jun 5 14:25:12 2017
+++ pkgsrc/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile Mon Jun 12 08:05:43 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/06/05 14:25:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2017/06/12 08:05:43 maya Exp $
DISTNAME= Catalyst-Component-ACCEPT_CONTEXT-0.07
PKGNAME= p5-${DISTNAME}
@@ -16,8 +16,9 @@ DEPENDS+= p5-MRO-Compat-[0-9]*:../../dev
BUILD_DEPENDS+= p5-Devel-Cycle-[0-9]*:../../devel/p5-Devel-Cycle
-USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Catalyst/Component/ACCEPT_CONTEXT/.packlist
+USE_LANGUAGES= # empty
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
+PERL5_PACKLIST= auto/Catalyst/Component/ACCEPT_CONTEXT/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
Home |
Main Index |
Thread Index |
Old Index