pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jun 16 09:48:19 UTC 2017

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

Log Message:
Requires PERL_USE_UNSAFE_INC hack.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/p5-Catalyst-Plugin-Session/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-Session/Makefile
diff -u pkgsrc/www/p5-Catalyst-Plugin-Session/Makefile:1.29 pkgsrc/www/p5-Catalyst-Plugin-Session/Makefile:1.30
--- pkgsrc/www/p5-Catalyst-Plugin-Session/Makefile:1.29 Mon Jun  5 14:25:14 2017
+++ pkgsrc/www/p5-Catalyst-Plugin-Session/Makefile      Fri Jun 16 09:48:19 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/06/05 14:25:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2017/06/16 09:48:19 jperkin Exp $
 
 DISTNAME=      Catalyst-Plugin-Session-0.40
 PKGNAME=       p5-${DISTNAME}
@@ -41,5 +41,7 @@ USE_LANGUAGES=                # empty
 PERL5_PACKLIST=                auto/Catalyst/Plugin/Session/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index