pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-Template-Generate
Module Name: pkgsrc
Committed By: maya
Date: Mon Jun 12 08:32:37 UTC 2017
Modified Files:
pkgsrc/www/p5-Template-Generate: Makefile
Log Message:
Fix build with perl 5.26
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/p5-Template-Generate/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-Template-Generate/Makefile
diff -u pkgsrc/www/p5-Template-Generate/Makefile:1.29 pkgsrc/www/p5-Template-Generate/Makefile:1.30
--- pkgsrc/www/p5-Template-Generate/Makefile:1.29 Mon Jun 5 14:25:31 2017
+++ pkgsrc/www/p5-Template-Generate/Makefile Mon Jun 12 08:32:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/06/05 14:25:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2017/06/12 08:32:37 maya Exp $
DISTNAME= Template-Generate-0.04
PKGNAME= p5-${DISTNAME}
@@ -26,6 +26,7 @@ DEPENDS+= p5-XML-Parser>=2.30:../../text
DEPENDS+= p5-XML-RSS>=0.9:../../textproc/p5-XML-RSS
DEPENDS+= p5-XML-XPath>=1.08:../../textproc/p5-XML-XPath
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
PERL5_PACKLIST= auto/Template/Generate/.packlist
.include "../../lang/perl5/module.mk"
Home |
Main Index |
Thread Index |
Old Index