pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Module-Install-AuthorTests



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

Modified Files:
        pkgsrc/devel/p5-Module-Install-AuthorTests: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Module-Install-AuthorTests/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-Module-Install-AuthorTests/Makefile
diff -u pkgsrc/devel/p5-Module-Install-AuthorTests/Makefile:1.5 pkgsrc/devel/p5-Module-Install-AuthorTests/Makefile:1.6
--- pkgsrc/devel/p5-Module-Install-AuthorTests/Makefile:1.5     Mon Jun  5 14:23:15 2017
+++ pkgsrc/devel/p5-Module-Install-AuthorTests/Makefile Mon Jun 12 12:38:08 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/06/05 14:23:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2017/06/12 12:38:08 maya Exp $
 
 DISTNAME=      Module-Install-AuthorTests-0.002
 PKGNAME=       p5-${DISTNAME}
@@ -11,6 +11,7 @@ HOMEPAGE=     http://search.cpan.org/dist/Mo
 COMMENT=       Perl 5 module for specifying author-only tests
 LICENSE=       ${PERL5_LICENSE}
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/Module/Install/AuthorTests/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index