pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Plack-Middleware-JSConcat



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

Modified Files:
        pkgsrc/www/p5-Plack-Middleware-JSConcat: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/p5-Plack-Middleware-JSConcat/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-JSConcat/Makefile
diff -u pkgsrc/www/p5-Plack-Middleware-JSConcat/Makefile:1.10 pkgsrc/www/p5-Plack-Middleware-JSConcat/Makefile:1.11
--- pkgsrc/www/p5-Plack-Middleware-JSConcat/Makefile:1.10       Mon Jun  5 14:25:29 2017
+++ pkgsrc/www/p5-Plack-Middleware-JSConcat/Makefile    Mon Jun 12 08:30:12 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/06/05 14:25:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2017/06/12 08:30:12 maya Exp $
 
 DISTNAME=      Plack-Middleware-JSConcat-0.29
 PKGNAME=       p5-${DISTNAME}
@@ -12,7 +12,8 @@ COMMENT=      Plack middleware to concatenate
 LICENSE=       ${PERL5_LICENSE}
 
 USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Plack/Middleware/JSConcat/.packlist
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+PERL5_PACKLIST=        auto/Plack/Middleware/JSConcat/.packlist
 
 DEPENDS+=      p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3
 DEPENDS+=      p5-Plack-[0-9]*:../../www/p5-Plack



Home | Main Index | Thread Index | Old Index