pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Debug-Client
Module Name: pkgsrc
Committed By: maya
Date: Mon Jun 12 12:31:18 UTC 2017
Modified Files:
pkgsrc/devel/p5-Debug-Client: Makefile
Log Message:
Fix build with perl 5.26
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-Debug-Client/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-Debug-Client/Makefile
diff -u pkgsrc/devel/p5-Debug-Client/Makefile:1.14 pkgsrc/devel/p5-Debug-Client/Makefile:1.15
--- pkgsrc/devel/p5-Debug-Client/Makefile:1.14 Mon Jun 5 14:22:50 2017
+++ pkgsrc/devel/p5-Debug-Client/Makefile Mon Jun 12 12:31:17 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/06/05 14:22:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2017/06/12 12:31:17 maya Exp $
DISTNAME= Debug-Client-0.29
PKGNAME= p5-${DISTNAME}
@@ -18,6 +18,7 @@ BUILD_DEPENDS+= p5-Test-Class>=0.36:../.
BUILD_DEPENDS+= p5-Test-Deep>=0.108:../../devel/p5-Test-Deep
#BUILD_DEPENDS+= {perl>=5.14.2,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
PERL5_PACKLIST= auto/Debug/Client/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
Home |
Main Index |
Thread Index |
Old Index