Bug 90418

Summary: devel/cvsweb3: Wrong install location with www/apache22
Product: Ports & Packages Reporter: t_uemura
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description t_uemura 2005-12-15 06:00:10 UTC
              www/apache22 installs its data files to ${PREFIX}/www/apache22 though, devel/cvsweb3 fails to find this directory.

Fix: Apply following patch.
How-To-Repeat:               Install www/apache22 via ports, then install devel/cvsweb3.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-15 06:03:19 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Jonathan Noack 2005-12-15 06:49:31 UTC
Why does www/apache22 have to be different?  *sigh*  In any case, I 
approve the change but hope we can come up with a consistent scheme for 
all apache ports that can be easily detected by other ports.  I not 
smart enough to determine one on my own, but here's to hoping...

-Jonathan
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-15 06:55:13 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2005-12-17 21:12:15 UTC
Our local Apache guru (clement) suggests to install web applications
outside apache www_data. Good one would be ${PREFIX}/www/${PORTNAME} ...

-- 
Pav Lucistnik <pav@oook.cz>
              <pav@FreeBSD.org>

Pilot to Co-Pilot: Boo.
Comment 5 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-26 00:04:57 UTC
State Changed
From-To: open->closed

Committed, thanks!