Bug 64802 - [lang/php4] Fix LIB_DEPENDS on Berkeley DB 4.2
Summary: [lang/php4] Fix LIB_DEPENDS on Berkeley DB 4.2
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: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-27 13:20 UTC by Sunpoet Po-Chuan Hsieh
Modified: 2004-03-28 23:09 UTC (History)
0 users

See Also:


Attachments
file.diff (350 bytes, patch)
2004-03-27 13:20 UTC, Sunpoet Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sunpoet Po-Chuan Hsieh 2004-03-27 13:20:08 UTC
Building php4 with Berkeley DB 4.2, it add LIB_DEPENDS db4.2.2 but databases/db42 installed shared object at /usr/local/lib/libdb-4.2.so.2. (dash is missing)

% ls -la /usr/local/lib/libdb-4.2.so.2
lrwxr-xr-x  1 root  wheel  19 Mar 27 18:55 /usr/local/lib/libdb-4.2.so.2@ -> db42/libdb-4.2.so.2

Fix: % cd /usr/ports/lang/php4
% diff -u Makefile.orig Makefile
How-To-Repeat: % cd /usr/ports/lang/php4
% make WITH_DB4_VER=42
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-27 14:19:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2004-03-28 23:09:36 UTC
State Changed
From-To: open->closed

Fixed, thanks!