Bug 88650 - www/rt3-elixius dependency on removed port if WITH_APACHE2 defined
Summary: www/rt3-elixius dependency on removed port if WITH_APACHE2 defined
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-08 09:10 UTC by Matthew Seaman
Modified: 2005-11-08 15:23 UTC (History)
0 users

See Also:


Attachments
file.diff (400 bytes, patch)
2005-11-08 09:10 UTC, Matthew Seaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Seaman 2005-11-08 09:10:15 UTC
I'm getting the following output when I update my INDEX-6 file using
p5-FreeBSD-Portindex:

FreeBSD::Portindex::Port::accumulate_dependencies: rt-elixus-20041022_2 (/usr/ports/www/rt3-elixus) claims to have a BUILD_DEPENDS dependency on /usr/ports/www/p5-MasonX-Apache2Handler, but no such port is known at /usr/local/lib/perl5/site_perl/5.8.7/FreeBSD/Portindex/Tree.pm line 459

which is a consequence of having WITH_APACHE2 defined in my
/etc/make.conf and the following logic in www/rt3-elixius/Makefile

.if defined(WITH_APACHE2)
BUILD_DEPENDS+= ${SITE_PERL}/MasonX/Apache2Handler.pm:${PORTSDIR}/www/p5-MasonX-
Apache2Handler
.endif

Which is all very well, except that the www/p5-MasonX-Apache2Handler
port was removed on 2005-11-05

Fix: I'm not familiar with the current state of rt3-elixius and the port is
unmaintained and marked BROKEN anyway.  So all I can suggest is
marking the port IGNORE if WITH_APACHE2 is defined.  That at least
allows building an INDEX without errors:
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-11-08 15:23:26 UTC
State Changed
From-To: open->closed

Committed, thanks!