pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Template-Extract



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 08:32:03 UTC 2017

Modified Files:
        pkgsrc/www/p5-Template-Extract: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/p5-Template-Extract/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-Extract/Makefile
diff -u pkgsrc/www/p5-Template-Extract/Makefile:1.31 pkgsrc/www/p5-Template-Extract/Makefile:1.32
--- pkgsrc/www/p5-Template-Extract/Makefile:1.31        Mon Jun  5 14:25:31 2017
+++ pkgsrc/www/p5-Template-Extract/Makefile     Mon Jun 12 08:32:03 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2017/06/05 14:25:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.32 2017/06/12 08:32:03 maya Exp $
 
 DISTNAME=              Template-Extract-0.41
 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/Extract/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index