pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Moose PR pkg/52294: circular perl dependencies



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97dec10762c9
branches:  trunk
changeset: 363621:97dec10762c9
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Jun 13 07:01:42 2017 +0000

description:
PR pkg/52294: circular perl dependencies

Cyclic dependency for package:
p5-MetaCPAN-Client-2.016000
p5-Type-Tiny-1.002001
p5-Moose-2.2004nb1
p5-Test-DependentModules-0.26nb2
p5-MetaCPAN-Client-2.016000

p5-Test-DependentModules is only needed to run the p5-Moose tests, so comment
out the dependency.

diffstat:

 devel/p5-Moose/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 477f2e89f529 -r 97dec10762c9 devel/p5-Moose/Makefile
--- a/devel/p5-Moose/Makefile   Tue Jun 13 06:33:54 2017 +0000
+++ b/devel/p5-Moose/Makefile   Tue Jun 13 07:01:42 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2017/06/05 14:23:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.104 2017/06/13 07:01:42 maya Exp $
 
 DISTNAME=      Moose-2.2004
 PKGNAME=       p5-${DISTNAME}
@@ -75,7 +75,9 @@
 #BUILD_DEPENDS+=       p5-libwww-[0-9]*:../../www/p5-libwww
 # for make test
 BUILD_DEPENDS+=                p5-Module-Metadata>=1.000023:../../devel/p5-Module-Metadata
-BUILD_DEPENDS+=                p5-Test-DependentModules-[0-9]*:../../devel/p5-Test-DependentModules
+# circular test dependency: p5-MetaCPAN-Client => p5-Type-Tiny => p5-Moose
+# => p5-Test-DependentModules => p5-MetaCPAN-Client
+#BUILD_DEPENDS+=               p5-Test-DependentModules-[0-9]*:../../devel/p5-Test-DependentModules
 
 
 USE_LANGUAGES=         c



Home | Main Index | Thread Index | Old Index