pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Apache2-AuthCASSimple



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 07:59:53 UTC 2017

Modified Files:
        pkgsrc/www/p5-Apache2-AuthCASSimple: Makefile

Log Message:
Fix build with perl 5.26. fix indentation


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/p5-Apache2-AuthCASSimple/Makefile

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

Modified files:

Index: pkgsrc/www/p5-Apache2-AuthCASSimple/Makefile
diff -u pkgsrc/www/p5-Apache2-AuthCASSimple/Makefile:1.12 pkgsrc/www/p5-Apache2-AuthCASSimple/Makefile:1.13
--- pkgsrc/www/p5-Apache2-AuthCASSimple/Makefile:1.12   Mon Jun  5 14:25:08 2017
+++ pkgsrc/www/p5-Apache2-AuthCASSimple/Makefile        Mon Jun 12 07:59:53 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/06/05 14:25:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2017/06/12 07:59:53 maya Exp $
 #
 
 DISTNAME=      Apache2-AuthCASSimple-0.10
@@ -12,8 +12,9 @@ HOMEPAGE=     http://search.cpan.org/dist/Ap
 COMMENT=       Apache2 module to authenticate through a CAS server
 #LICENSE=      artistic OR gnu-gpl-v2
 
-USE_LANGUAGES= # empty
-PERL5_PACKLIST=        auto/Apache2/AuthCASSimple/.packlist
+USE_LANGUAGES=         # empty
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
+PERL5_PACKLIST=                auto/Apache2/AuthCASSimple/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 
 DEPENDS+=      p5-Apache-Session-Wrapper-[0-9]*:../../www/p5-Apache-Session-Wrapper



Home | Main Index | Thread Index | Old Index