pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www Fix build with perl 5.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3906cb4acf8c
branches:  trunk
changeset: 363560:3906cb4acf8c
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Jun 12 08:15:01 2017 +0000

description:
Fix build with perl 5.26

diffstat:

 www/p5-HTTP-Server-Simple-Mason/Makefile        |  3 ++-
 www/p5-HTTP-Server-Simple-Recorder/Makefile     |  5 +++--
 www/p5-Jemplate/Makefile                        |  3 ++-
 www/p5-LWP-Online/Makefile                      |  3 ++-
 www/p5-Net-FastCGI/Makefile                     |  5 +++--
 www/p5-POE-Component-Server-SimpleHTTP/Makefile |  5 +++--
 www/p5-Plack-App-Proxy/Makefile                 |  5 +++--
 7 files changed, 18 insertions(+), 11 deletions(-)

diffs (127 lines):

diff -r 58f2646e2452 -r 3906cb4acf8c www/p5-HTTP-Server-Simple-Mason/Makefile
--- a/www/p5-HTTP-Server-Simple-Mason/Makefile  Mon Jun 12 08:14:30 2017 +0000
+++ b/www/p5-HTTP-Server-Simple-Mason/Makefile  Mon Jun 12 08:15:01 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/06/05 14:25:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2017/06/12 08:15:01 maya Exp $
 #
 
 DISTNAME=      HTTP-Server-Simple-Mason-0.14
@@ -12,6 +12,7 @@
 COMMENT=       Perl5 module providing a simple mason server
 LICENSE=       ${PERL5_LICENSE}
 
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/HTTP/Server/Simple/Mason/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 
diff -r 58f2646e2452 -r 3906cb4acf8c www/p5-HTTP-Server-Simple-Recorder/Makefile
--- a/www/p5-HTTP-Server-Simple-Recorder/Makefile       Mon Jun 12 08:14:30 2017 +0000
+++ b/www/p5-HTTP-Server-Simple-Recorder/Makefile       Mon Jun 12 08:15:01 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/06/05 14:25:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2017/06/12 08:15:48 maya Exp $
 
 DISTNAME=      HTTP-Server-Simple-Recorder-0.03
 PKGNAME=       p5-${DISTNAME}
@@ -11,7 +11,8 @@
 COMMENT=       Perl 5 module mixin to record HTTP::Server::Simple's sockets
 
 USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/HTTP/Server/Simple/Recorder/.packlist
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+PERL5_PACKLIST=        auto/HTTP/Server/Simple/Recorder/.packlist
 
 BUILD_DEPENDS+=        p5-Test-HTTP-Server-Simple>=0.02:../../www/p5-Test-HTTP-Server-Simple
 DEPENDS+=      p5-HTTP-Server-Simple>=0.10:../../www/p5-HTTP-Server-Simple
diff -r 58f2646e2452 -r 3906cb4acf8c www/p5-Jemplate/Makefile
--- a/www/p5-Jemplate/Makefile  Mon Jun 12 08:14:30 2017 +0000
+++ b/www/p5-Jemplate/Makefile  Mon Jun 12 08:15:01 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/06/05 14:25:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2017/06/12 08:16:26 maya Exp $
 
 DISTNAME=      Jemplate-0.261
 PKGNAME=       p5-${DISTNAME}
@@ -16,6 +16,7 @@
 DEPENDS+=      p5-Template-Toolkit>=2.19:../../www/p5-Template-Toolkit
 DEPENDS+=      p5-File-Find-Rule>=0.30:../../devel/p5-File-Find-Rule
 
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/Jemplate/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 58f2646e2452 -r 3906cb4acf8c www/p5-LWP-Online/Makefile
--- a/www/p5-LWP-Online/Makefile        Mon Jun 12 08:14:30 2017 +0000
+++ b/www/p5-LWP-Online/Makefile        Mon Jun 12 08:15:01 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/06/05 14:25:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2017/06/12 08:16:57 maya Exp $
 #
 
 DISTNAME=      LWP-Online-1.08
@@ -16,6 +16,7 @@
 DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
 
 USE_LANGUAGES=         # empty
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/LWP/Online/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 58f2646e2452 -r 3906cb4acf8c www/p5-Net-FastCGI/Makefile
--- a/www/p5-Net-FastCGI/Makefile       Mon Jun 12 08:14:30 2017 +0000
+++ b/www/p5-Net-FastCGI/Makefile       Mon Jun 12 08:15:01 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 14:25:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/06/12 08:17:35 maya Exp $
 
 DISTNAME=      Net-FastCGI-0.14
 PKGNAME=       p5-${DISTNAME}
@@ -12,7 +12,8 @@
 LICENSE=       ${PERL5_LICENSE}
 
 USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Net/FastCGI/.packlist
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+PERL5_PACKLIST=        auto/Net/FastCGI/.packlist
 
 BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 BUILD_DEPENDS+=        p5-Test-HexString-[0-9]*:../../devel/p5-Test-HexString
diff -r 58f2646e2452 -r 3906cb4acf8c www/p5-POE-Component-Server-SimpleHTTP/Makefile
--- a/www/p5-POE-Component-Server-SimpleHTTP/Makefile   Mon Jun 12 08:14:30 2017 +0000
+++ b/www/p5-POE-Component-Server-SimpleHTTP/Makefile   Mon Jun 12 08:15:01 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/06/05 14:25:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2017/06/12 08:19:15 maya Exp $
 
 DISTNAME=      POE-Component-Server-SimpleHTTP-2.22
 PKGNAME=       p5-${DISTNAME}
@@ -12,7 +12,8 @@
 LICENSE=       ${PERL5_LICENSE}
 
 USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/POE/Component/Server/SimpleHTTP/.packlist
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+PERL5_PACKLIST=        auto/POE/Component/Server/SimpleHTTP/.packlist
 
 BUILD_DEPENDS+=        p5-POE-Filter-HTTP-Parser>=1.06:../../www/p5-POE-Filter-HTTP-Parser
 BUILD_DEPENDS+=        p5-Test-POE-Client-TCP>=0.10:../../devel/p5-Test-POE-Client-TCP
diff -r 58f2646e2452 -r 3906cb4acf8c www/p5-Plack-App-Proxy/Makefile
--- a/www/p5-Plack-App-Proxy/Makefile   Mon Jun 12 08:14:30 2017 +0000
+++ b/www/p5-Plack-App-Proxy/Makefile   Mon Jun 12 08:15:01 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/06/05 14:25:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2017/06/12 08:20:12 maya Exp $
 
 DISTNAME=      Plack-App-Proxy-0.29
 PKGNAME=       p5-${DISTNAME}
@@ -12,7 +12,8 @@
 LICENSE=       ${PERL5_LICENSE}
 
 USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Plack/App/Proxy/.packlist
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+PERL5_PACKLIST=        auto/Plack/App/Proxy/.packlist
 
 #BUILD_DEPENDS+=       {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
 BUILD_DEPENDS+=        p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires



Home | Main Index | Thread Index | Old Index