Bug 88281 - mod_vhs changes break INDEX build if Apache 1.x is installed
Summary: mod_vhs changes break INDEX build if Apache 1.x is installed
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: Clement Laforet
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-31 17:40 UTC by Lowell Gilbert
Modified: 2005-10-31 18:05 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (579 bytes, patch)
2005-10-31 17:40 UTC, Lowell Gilbert
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lowell Gilbert 2005-10-31 17:40:17 UTC
	

The changes to mod_vhs now set WITH_APACHE2 unconditionally, even if
Apache 1 is already installed.

Fix: This works.  It isn't quite the right fix, I think, but it's at least
a hint.  I'm assuming that mod_vhs isn't *supposed* to work with
Apache 1.x, but the checkin comments make me think that is the case.
How-To-Repeat: 	

[with Apache1 installed]

    [1089] (be-well) www> cd /usr/ports/www/mod_vhs
    [1090] (be-well) mod_vhs> make describe
    "/usr/ports/www/apache2/Makefile.modules.3rd", line 36: You have `WITH_APACHE2' variable defined either in environment or in make(1) argumentsm. but apache13 is installed Please undefine and try again.
    [1091] (be-well) mod_vhs>
Comment 1 Clement Laforet freebsd_committer freebsd_triage 2005-10-31 18:02:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clement

grab. I'm the culpit.
Comment 2 Clement Laforet freebsd_committer freebsd_triage 2005-10-31 18:04:25 UTC
State Changed
From-To: open->closed

I committed a real fix. I misused .error. An ald inherance of first  
version.  

Thanks a lot for you report. 
clem