Use of graphics/p5-Graphics-ColorNames port ... perl -MGraphics::ColorNames -e '0' ... fails as the port does not install required Module::Load ... Can't locate Module/Load.pm in @INC (@INC contains: /misc/local/lib/perl5/site_perl/5.8.7/mach /misc/local/lib/perl5/site_perl/5.8.7 /misc/local/lib/perl5/site_perl/5.8.6 /misc/local/lib/perl5/site_perl /misc/local/lib/perl5/5.8.7/BSDPAN /misc/local/lib/perl5/5.8.7/mach /misc/local/lib/perl5/5.8.7 .) at /misc/local/lib/perl5/site_perl/5.8.7/Graphics/ColorNames.pm line 10. BEGIN failed--compilation aborted at /misc/local/lib/perl5/site_perl/5.8.7/Graphics/ColorNames.pm line 10. Compilation failed in require. BEGIN failed--compilation aborted. Patch is attached to make Module::Load runtime dependency; please review it. How-To-Repeat: cd /usr/ports/graphics/p5-Graphics-ColorNames \ && perl -MGraphics::ColorNames -e '0'
Responsible Changed From-To: freebsd-ports-bugs->petef Over to maintainer
in message <20051026101914.BDB1BB4F8@default.chvlva.adelphia.net>, wrote parv@pair.com thusly... > > --- Makefile.old Wed Oct 26 06:08:52 2005 > +++ Makefile Wed Oct 26 06:14:30 2005 > @@ -17,6 +17,8 @@ > > PERL_CONFIGURE= yes > > +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Module/Load.pm:${PORTSDIR}/devel/p5-Module-Load ... Hmm ... it seems that use of $PERL_ARCH is incorrect. - Parv --
State Changed From-To: open->closed Committed. Thanks!