pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jun 14 16:15:11 UTC 2017

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

Log Message:
Requires PERL_USE_UNSAFE_INC hack.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Test-Spelling/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-Spelling/Makefile
diff -u pkgsrc/devel/p5-Test-Spelling/Makefile:1.6 pkgsrc/devel/p5-Test-Spelling/Makefile:1.7
--- pkgsrc/devel/p5-Test-Spelling/Makefile:1.6  Mon Jun  5 14:23:46 2017
+++ pkgsrc/devel/p5-Test-Spelling/Makefile      Wed Jun 14 16:15:10 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/06/05 14:23:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2017/06/14 16:15:10 jperkin Exp $
 
 DISTNAME=      Test-Spelling-0.20
 PKGNAME=       p5-${DISTNAME}
@@ -22,5 +22,7 @@ BUILD_DEPENDS+= p5-IPC-Run3-[0-9]*:../..
 USE_LANGUAGES=  # empty
 PERL5_PACKLIST= auto/Test/Spelling/.packlist
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index