pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Catalyst-Engine-HTTP-Prefork



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

Modified Files:
        pkgsrc/www/p5-Catalyst-Engine-HTTP-Prefork: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/p5-Catalyst-Engine-HTTP-Prefork/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-Engine-HTTP-Prefork/Makefile
diff -u pkgsrc/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile:1.5 pkgsrc/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile:1.6
--- pkgsrc/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile:1.5     Mon Jun  5 14:25:13 2017
+++ pkgsrc/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile Mon Jun 12 08:07:14 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/06/05 14:25:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2017/06/12 08:07:14 maya Exp $
 
 DISTNAME=      Catalyst-Engine-HTTP-Prefork-0.51
 PKGNAME=       p5-${DISTNAME}
@@ -12,7 +12,8 @@ COMMENT=      High-performance pre-forking Ca
 LICENSE=       ${PERL5_LICENSE}
 
 USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Catalyst/Engine/HTTP/Prefork/.packlist
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+PERL5_PACKLIST=        auto/Catalyst/Engine/HTTP/Prefork/.packlist
 
 DEPENDS+=      p5-Catalyst-Runtime>=5.7012:../../www/p5-Catalyst-Runtime
 DEPENDS+=      p5-Cookie-XS>=0.08:../../www/p5-Cookie-XS



Home | Main Index | Thread Index | Old Index