Bug 17404

Summary: Apache's build fails due to the version number bump between 4-RELEASE and 5-CURRENT
Product: Ports & Packages Reporter: khetan <khetan>
Component: Individual Port(s)Assignee: Munechika Sumikawa <sumikawa>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description khetan 2000-03-16 12:40:01 UTC
Apache's build process handles FreeBSD verions 1, 2, 3 and 4 correctly,
but does not recognise 5. It moands about an invalid ld argument
(-Wl,-E)

Fix: 

The hacky way of doing it is to edit work/apache_1.3.12/src/helpers/GuessOS and fix it so
that it recognises FreeBSD 5 as well. The proper way to do it is to bug the Apache authors
How-To-Repeat: 
cd /usr/ports/www/apache13[-*]
make
Comment 1 Akinori MUSHA freebsd_committer freebsd_triage 2000-04-25 14:18:24 UTC
Responsible Changed
From-To: freebsd-ports->sumikawa

apache13{,-modssl,-php[34],-ssl} have been fixed, but apache13{+ipv6,-fp} are 
still left unfixed.  So please handle this, sumikawa-san, the MAINTAINER of 
apache13+ipv6 port. 
Comment 2 Munechika Sumikawa freebsd_committer freebsd_triage 2000-05-07 12:36:30 UTC
State Changed
From-To: open->closed

I fixed the problem. Thanks for the report.