pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-Template-Plugin-DateTime



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 07:51:55 UTC 2017

Modified Files:
        pkgsrc/time/p5-Template-Plugin-DateTime: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/time/p5-Template-Plugin-DateTime/Makefile

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

Modified files:

Index: pkgsrc/time/p5-Template-Plugin-DateTime/Makefile
diff -u pkgsrc/time/p5-Template-Plugin-DateTime/Makefile:1.13 pkgsrc/time/p5-Template-Plugin-DateTime/Makefile:1.14
--- pkgsrc/time/p5-Template-Plugin-DateTime/Makefile:1.13       Mon Jun  5 14:25:05 2017
+++ pkgsrc/time/p5-Template-Plugin-DateTime/Makefile    Mon Jun 12 07:51:55 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 14:25:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/06/12 07:51:55 maya Exp $
 #
 
 DISTNAME=      Template-Plugin-DateTime-0.06002
@@ -16,6 +16,7 @@ DEPENDS+=     p5-DateTime-[0-9]*:../../time/
 DEPENDS+=      p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime
 DEPENDS+=      p5-Template-Toolkit>=2:../../www/p5-Template-Toolkit
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/Template/Plugin/DateTime/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index