pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Plack-Middleware-Test-StashWarnings



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 08:30:45 UTC 2017

Modified Files:
        pkgsrc/www/p5-Plack-Middleware-Test-StashWarnings: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
    pkgsrc/www/p5-Plack-Middleware-Test-StashWarnings/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-Plack-Middleware-Test-StashWarnings/Makefile
diff -u pkgsrc/www/p5-Plack-Middleware-Test-StashWarnings/Makefile:1.8 pkgsrc/www/p5-Plack-Middleware-Test-StashWarnings/Makefile:1.9
--- pkgsrc/www/p5-Plack-Middleware-Test-StashWarnings/Makefile:1.8      Mon Jun  5 14:25:29 2017
+++ pkgsrc/www/p5-Plack-Middleware-Test-StashWarnings/Makefile  Mon Jun 12 08:30:45 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/06/05 14:25:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2017/06/12 08:30:45 maya Exp $
 
 DISTNAME=      Plack-Middleware-Test-StashWarnings-0.08
 PKGNAME=       p5-${DISTNAME}
@@ -14,6 +14,7 @@ LICENSE=      ${PERL5_LICENSE}
 #DEPENDS+=     p5-Storable-[0-9]*:../../devel/p5-Storable
 DEPENDS+=      p5-Plack-[0-9]*:../../www/p5-Plack
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/Plack/Middleware/Test/StashWarnings/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index