p5-Geo-Gpx should depend on p5-XML-Descent (see ports/145602 and ports/145601) Fix: commit ports/145601 and ports/145602 and then something like this should work (untested): How-To-Repeat: Install graphics/p5-Geo-Gpx and then: cheddar# perl -MGeo::Gpx Can't locate XML/Descent.pm in @INC (@INC contains: /usr/local/lib/perl5/5.10.1/BSDPAN /usr/local/lib/perl5/site_perl/5.10.1/mach /usr/local/lib/perl5/site_perl/5.10.1 /usr/local/lib/perl5/5.10.1/mach /usr/local/lib/perl5/5.10.1 .) at /usr/local/lib/perl5/site_perl/5.10.1/Geo/Gpx.pm line 12. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.10.1/Geo/Gpx.pm line 12. Compilation failed in require. BEGIN failed--compilation aborted. cheddar#
Responsible Changed From-To: freebsd-ports-bugs->sylvio I'll take it.
sylvio 2010-04-12 20:07:02 UTC FreeBSD ports repository Modified files: graphics/p5-Geo-Gpx Makefile Log: - Added dependency that was missing. - BUMP PORTREVISION PR: ports/145603 Submitted by: Mike Bristow <mike@urgle.com> Approved by: wen@ (maintainer), itetcu (mentor, implicit) Revision Changes Path 1.6 +7 -6 ports/graphics/p5-Geo-Gpx/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!