pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Test-Continuous



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 07:20:58 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Test-Continuous: Makefile

Log Message:
Fix build with perl 5.26 the dirty way


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Test-Continuous/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-Test-Continuous/Makefile
diff -u pkgsrc/devel/p5-Test-Continuous/Makefile:1.2 pkgsrc/devel/p5-Test-Continuous/Makefile:1.3
--- pkgsrc/devel/p5-Test-Continuous/Makefile:1.2        Mon Jun  5 14:23:42 2017
+++ pkgsrc/devel/p5-Test-Continuous/Makefile    Mon Jun 12 07:20:58 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/06/05 14:23:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2017/06/12 07:20:58 maya Exp $
 
 DISTNAME=              Test-Continuous-0.76
 PKGNAME=               p5-${DISTNAME}
@@ -23,6 +23,7 @@ BUILD_DEPENDS+=               p5-YAML>=0.77:../../tex
 #BUILD_DEPENDS+=       p5-Test-Class>=0.5:../../devel/p5-Test-Class
 #BUILD_DEPENDS+=       p5-Test-Exception>=0.4:../../devel/p5-Test-Exception
 
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 REPLACE_PERL+=         bin/autoprove
 PERL5_PACKLIST=                auto/Test/Continuous/.packlist
 



Home | Main Index | Thread Index | Old Index