pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Jemplate



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 08:16:26 UTC 2017

Modified Files:
        pkgsrc/www/p5-Jemplate: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/p5-Jemplate/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-Jemplate/Makefile
diff -u pkgsrc/www/p5-Jemplate/Makefile:1.20 pkgsrc/www/p5-Jemplate/Makefile:1.21
--- pkgsrc/www/p5-Jemplate/Makefile:1.20        Mon Jun  5 14:25:24 2017
+++ pkgsrc/www/p5-Jemplate/Makefile     Mon Jun 12 08:16:26 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/06/05 14:25:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2017/06/12 08:16:26 maya Exp $
 
 DISTNAME=      Jemplate-0.261
 PKGNAME=       p5-${DISTNAME}
@@ -16,6 +16,7 @@ PERL5_REQD+=  5.6.1
 DEPENDS+=      p5-Template-Toolkit>=2.19:../../www/p5-Template-Toolkit
 DEPENDS+=      p5-File-Find-Rule>=0.30:../../devel/p5-File-Find-Rule
 
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/Jemplate/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index