| 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: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->lev Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Fixed about two hours ago :) And, for future PRs, please, provide exact port version :) |
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