pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Catalyst-Plugin-AutoRestart



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 08:09:29 UTC 2017

Modified Files:
        pkgsrc/www/p5-Catalyst-Plugin-AutoRestart: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/p5-Catalyst-Plugin-AutoRestart/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-Catalyst-Plugin-AutoRestart/Makefile
diff -u pkgsrc/www/p5-Catalyst-Plugin-AutoRestart/Makefile:1.14 pkgsrc/www/p5-Catalyst-Plugin-AutoRestart/Makefile:1.15
--- pkgsrc/www/p5-Catalyst-Plugin-AutoRestart/Makefile:1.14     Mon Jun  5 14:25:13 2017
+++ pkgsrc/www/p5-Catalyst-Plugin-AutoRestart/Makefile  Mon Jun 12 08:09:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/06/05 14:25:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2017/06/12 08:09:29 maya Exp $
 
 DISTNAME=      Catalyst-Plugin-AutoRestart-0.96
 PKGNAME=       p5-${DISTNAME}
@@ -17,6 +17,7 @@ DEPENDS+=     p5-Proc-ProcessTable>=0.41:../
 DEPENDS+=      p5-Text-SimpleTable>=0.03:../../textproc/p5-Text-SimpleTable
 
 USE_LANGUAGES=         # empty
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/Catalyst/Plugin/AutoRestart/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 



Home | Main Index | Thread Index | Old Index