pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-SVN-Mirror



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

Modified Files:
        pkgsrc/devel/p5-SVN-Mirror: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/p5-SVN-Mirror/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-SVN-Mirror/Makefile
diff -u pkgsrc/devel/p5-SVN-Mirror/Makefile:1.33 pkgsrc/devel/p5-SVN-Mirror/Makefile:1.34
--- pkgsrc/devel/p5-SVN-Mirror/Makefile:1.33    Mon Jun  5 14:23:33 2017
+++ pkgsrc/devel/p5-SVN-Mirror/Makefile Mon Jun 12 08:41:47 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2017/06/05 14:23:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.34 2017/06/12 08:41:47 maya Exp $
 
 DISTNAME=      SVN-Mirror-0.75
 PKGNAME=       p5-${DISTNAME}
@@ -21,6 +21,7 @@ DEPENDS+=     p5-TimeDate>0:../../time/p5-Ti
 
 PERL5_PACKLIST=                auto/SVN/Mirror/.packlist
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 MAKE_ENV+=     PERL_EXTUTILS_AUTOINSTALL=--skip
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index