Bug 96967 - devel/subversion fails configure with apache-2.0.58
Summary: devel/subversion fails configure with apache-2.0.58
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: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-08 05:00 UTC by Yuri Pankov
Modified: 2006-05-25 12:19 UTC (History)
0 users

See Also:


Attachments
file.diff (570 bytes, patch)
2006-05-08 05:00 UTC, Yuri Pankov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Pankov 2006-05-08 05:00:35 UTC
After www/apache20 update version reported by apr-config and apu-config has changed to 0.9.12. While building devel/subversion using WITH_MOD_DAV_SVN knob, www/apache20 gets installed. While running configure, devel/subversion configure script checks for apr and apu versions with following regex 0\.9\.[5-9], which can't match 0.9.12, so it fails.

Fix: not very smart hack (patch to files/patch-configure):
How-To-Repeat: update ports
cd /usr/ports/devel/subversion/
make WITH_MOD_DAV_SVN=yes
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-08 05:04:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Over to maintainer
Comment 2 Lev A. Serebryakov freebsd_committer freebsd_triage 2006-05-25 12:19:03 UTC
State Changed
From-To: open->closed

Fixed.