pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-POE-Component-Server-SimpleHTTP



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

Modified Files:
        pkgsrc/www/p5-POE-Component-Server-SimpleHTTP: 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-POE-Component-Server-SimpleHTTP/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-POE-Component-Server-SimpleHTTP/Makefile
diff -u pkgsrc/www/p5-POE-Component-Server-SimpleHTTP/Makefile:1.8 pkgsrc/www/p5-POE-Component-Server-SimpleHTTP/Makefile:1.9
--- pkgsrc/www/p5-POE-Component-Server-SimpleHTTP/Makefile:1.8  Mon Jun  5 14:25:27 2017
+++ pkgsrc/www/p5-POE-Component-Server-SimpleHTTP/Makefile      Mon Jun 12 08:19:15 2017
@@ -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 @@ COMMENT=      Simple HTTP Server implementati
 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



Home | Main Index | Thread Index | Old Index