pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-HTTP-Server-Simple-Mason



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

Modified Files:
        pkgsrc/www/p5-HTTP-Server-Simple-Mason: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/p5-HTTP-Server-Simple-Mason/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-HTTP-Server-Simple-Mason/Makefile
diff -u pkgsrc/www/p5-HTTP-Server-Simple-Mason/Makefile:1.18 pkgsrc/www/p5-HTTP-Server-Simple-Mason/Makefile:1.19
--- pkgsrc/www/p5-HTTP-Server-Simple-Mason/Makefile:1.18        Mon Jun  5 14:25:23 2017
+++ pkgsrc/www/p5-HTTP-Server-Simple-Mason/Makefile     Mon Jun 12 08:15:01 2017
@@ -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 @@ HOMEPAGE=     http://search.cpan.org/dist/HT
 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
 



Home | Main Index | Thread Index | Old Index