Bug 145603 - graphics/p5-Geo-Gpx is missing dependency
Summary: graphics/p5-Geo-Gpx is missing dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sylvio Cesar Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-10 13:30 UTC by Mike Bristow
Modified: 2010-04-12 21:10 UTC (History)
0 users

See Also:


Attachments
file.diff (695 bytes, patch)
2010-04-10 13:30 UTC, Mike Bristow
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Bristow 2010-04-10 13:30:01 UTC
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#
Comment 1 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-04-11 01:01:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-12 21:07:10 UTC
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"
Comment 3 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-04-12 21:07:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!