pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-DateTime-Format-CLDR



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 07:50:28 UTC 2017

Modified Files:
        pkgsrc/time/p5-DateTime-Format-CLDR: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/p5-DateTime-Format-CLDR/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/p5-DateTime-Format-CLDR/Makefile
diff -u pkgsrc/time/p5-DateTime-Format-CLDR/Makefile:1.3 pkgsrc/time/p5-DateTime-Format-CLDR/Makefile:1.4
--- pkgsrc/time/p5-DateTime-Format-CLDR/Makefile:1.3    Mon Jun  5 14:25:02 2017
+++ pkgsrc/time/p5-DateTime-Format-CLDR/Makefile        Mon Jun 12 07:50:28 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/06/05 14:25:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2017/06/12 07:50:28 maya Exp $
 
 DISTNAME=      DateTime-Format-CLDR-1.18
 PKGNAME=       p5-${DISTNAME}
@@ -15,7 +15,8 @@ LICENSE=      ${PERL5_LICENSE}
 BUILD_DEPENDS+=        p5-DateTime-[0-9]*:../../time/p5-DateTime
 BUILD_DEPENDS+=        p5-DateTime-Incomplete-[0-9]*:../../time/p5-DateTime-Incomplete
 
-PERL5_PACKLIST= auto/DateTime/Format/CLDR/.packlist
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+PERL5_PACKLIST=        auto/DateTime/Format/CLDR/.packlist
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index