pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-TryCatch



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

Modified Files:
        pkgsrc/devel/p5-TryCatch: Makefile

Log Message:
Requires PERL_USE_UNSAFE_INC hack.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-TryCatch/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-TryCatch/Makefile
diff -u pkgsrc/devel/p5-TryCatch/Makefile:1.19 pkgsrc/devel/p5-TryCatch/Makefile:1.20
--- pkgsrc/devel/p5-TryCatch/Makefile:1.19      Mon Jun  5 14:23:50 2017
+++ pkgsrc/devel/p5-TryCatch/Makefile   Wed Jun 14 16:16:34 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2017/06/05 14:23:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2017/06/14 16:16:34 jperkin Exp $
 
 DISTNAME=      TryCatch-1.003002
 PKGNAME=       p5-${DISTNAME}
@@ -28,6 +28,8 @@ BUILD_DEPENDS+=       p5-ExtUtils-Depends>=0.3
 PERL5_PACKLIST=                auto/TryCatch/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 .include "../../devel/p5-B-Hooks-OP-Check/buildlink3.mk"
 .include "../../devel/p5-B-Hooks-OP-PPAddr/buildlink3.mk"
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index