pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/p5-Net-Server-SS-PreFork
Module Name: pkgsrc
Committed By: maya
Date: Mon Jun 12 07:39:31 UTC 2017
Modified Files:
pkgsrc/net/p5-Net-Server-SS-PreFork: Makefile
Log Message:
Fix build with perl 5.26
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/p5-Net-Server-SS-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/net/p5-Net-Server-SS-PreFork/Makefile
diff -u pkgsrc/net/p5-Net-Server-SS-PreFork/Makefile:1.11 pkgsrc/net/p5-Net-Server-SS-PreFork/Makefile:1.12
--- pkgsrc/net/p5-Net-Server-SS-PreFork/Makefile:1.11 Mon Jun 5 14:24:22 2017
+++ pkgsrc/net/p5-Net-Server-SS-PreFork/Makefile Mon Jun 12 07:39:31 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/06/05 14:24:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2017/06/12 07:39:31 maya Exp $
#
DISTNAME= Net-Server-SS-PreFork-0.05
@@ -15,6 +15,7 @@ LICENSE= ${PERL5_LICENSE}
PERL5_MODULE_TYPE= Module::Install::Bundled
USE_LANGUAGES= # empty
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
PERL5_PACKLIST= auto/Net/Server/SS/PreFork/.packlist
BUILD_DEPENDS+= p5-HTTP-Server-Simple-[0-9]*:../../www/p5-HTTP-Server-Simple
Home |
Main Index |
Thread Index |
Old Index