pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-Template-Plugin-CSV



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 07:42:59 UTC 2017

Modified Files:
        pkgsrc/textproc/p5-Template-Plugin-CSV: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/p5-Template-Plugin-CSV/Makefile

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

Modified files:

Index: pkgsrc/textproc/p5-Template-Plugin-CSV/Makefile
diff -u pkgsrc/textproc/p5-Template-Plugin-CSV/Makefile:1.11 pkgsrc/textproc/p5-Template-Plugin-CSV/Makefile:1.12
--- pkgsrc/textproc/p5-Template-Plugin-CSV/Makefile:1.11        Mon Jun  5 14:24:47 2017
+++ pkgsrc/textproc/p5-Template-Plugin-CSV/Makefile     Mon Jun 12 07:42:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/06/05 14:24:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2017/06/12 07:42:59 maya Exp $
 #
 
 DISTNAME=      Template-Plugin-CSV-0.04
@@ -15,6 +15,7 @@ LICENSE=      ${PERL5_LICENSE}
 DEPENDS+=      p5-Template-Toolkit>=2:../../www/p5-Template-Toolkit
 DEPENDS+=      p5-Text-CSV-[0-9]*:../../textproc/p5-Text-CSV
 
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/Template/Plugin/CSV/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 



Home | Main Index | Thread Index | Old Index