pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Devel-Declare



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu May  7 04:26:03 UTC 2020

Modified Files:
        pkgsrc/devel/p5-Devel-Declare: Makefile

Log Message:
p5-Devel-Declare: fix sandboxed builds

p5-ExtUtils-Depends is a build dependency, and this fails to build in a
sandbox (at least, for me) without USE_LANGUAGES=c defined.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/p5-Devel-Declare/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-Devel-Declare/Makefile
diff -u pkgsrc/devel/p5-Devel-Declare/Makefile:1.37 pkgsrc/devel/p5-Devel-Declare/Makefile:1.38
--- pkgsrc/devel/p5-Devel-Declare/Makefile:1.37 Mon May  4 12:44:30 2020
+++ pkgsrc/devel/p5-Devel-Declare/Makefile      Thu May  7 04:26:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/05/04 12:44:30 mef Exp $
+# $NetBSD: Makefile,v 1.38 2020/05/07 04:26:03 gutteridge Exp $
 
 DISTNAME=      Devel-Declare-0.006022
 PKGNAME=       p5-${DISTNAME}
@@ -12,15 +12,15 @@ LICENSE=    ${PERL5_LICENSE}
 
 DEPENDS+=              p5-B-Hooks-EndOfScope>0.05:../../devel/p5-B-Hooks-EndOfScope
 DEPENDS+=              p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
+BUILD_DEPENDS+=                p5-ExtUtils-Depends>=0.302:../../devel/p5-ExtUtils-Depends
 
 TEST_DEPENDS+=         p5-Devel-CallParser-[0-9]*:../../devel/p5-Devel-CallParser
-TEST_DEPENDS+=         p5-ExtUtils-Depends>=0.302:../../devel/p5-ExtUtils-Depends
 TEST_DEPENDS+=         p5-B-Compiling-[0-9]*:../../devel/p5-B-Compiling # t/lines.t
 TEST_DEPENDS+=         p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
 TEST_DEPENDS+=         p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
 TEST_DEPENDS+=         p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
 
-USE_LANGUAGES=                                 # c is said redundent
+USE_LANGUAGES=                                 c
 PERL5_PACKLIST=                                        auto/Devel/Declare/.packlist
 PERL5_MODULE_TYPE=                             Module::Install::Bundled
 BUILDLINK_DEPMETHOD.p5-B-Hooks-OP-Check=       full



Home | Main Index | Thread Index | Old Index