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-Recorder
Module Name: pkgsrc
Committed By: maya
Date: Mon Jun 12 08:15:48 UTC 2017
Modified Files:
pkgsrc/www/p5-HTTP-Server-Simple-Recorder: Makefile
Log Message:
Fix build with perl 5.26
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/p5-HTTP-Server-Simple-Recorder/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-Recorder/Makefile
diff -u pkgsrc/www/p5-HTTP-Server-Simple-Recorder/Makefile:1.12 pkgsrc/www/p5-HTTP-Server-Simple-Recorder/Makefile:1.13
--- pkgsrc/www/p5-HTTP-Server-Simple-Recorder/Makefile:1.12 Mon Jun 5 14:25:23 2017
+++ pkgsrc/www/p5-HTTP-Server-Simple-Recorder/Makefile Mon Jun 12 08:15:48 2017
@@ -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 @@ HOMEPAGE= http://search.cpan.org/dist/HT
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
Home |
Main Index |
Thread Index |
Old Index