Bug 125372

Summary: Build of devel/subversion, devel/subversion-devel and devel/subversion-freebsd fails
Product: Ports & Packages Reporter: Paul Shepel <Paul.Shepel>
Component: Individual Port(s)Assignee: Lev A. Serebryakov <lev>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Paul Shepel 2008-07-07 16:40:02 UTC
When I try to build devel/subversion I've got an error
Error: shared library "apr-1.2" does not exist

But currently installed version of apr is 1.3
# pkg_info | grep apr
apr-gdbm-db42-1.3.2 The Apache Group's Portability Library

Fix: To make it compile I've just changed lines "LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr-svn" and "LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr" in devel/subversion/Makefile with "LIB_DEPENDS+= apr-1.3:${PORTSDIR}/devel/apr-svn" and "LIB_DEPENDS+= apr-1.3:${PORTSDIR}/devel/apr"

Patch attached with submission follows:
How-To-Repeat: # cd /usr/ports/devel/subversion/
# make clean && make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-07 16:40:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Lev A. Serebryakov freebsd_committer freebsd_triage 2008-07-07 16:43:42 UTC
State Changed
From-To: open->closed


Fixed about two hours ago :) 
And, for future PRs, please, provide exact port version :)