Bug 64802

Summary: [lang/php4] Fix LIB_DEPENDS on Berkeley DB 4.2
Product: Ports & Packages Reporter: Sunpoet Po-Chuan Hsieh <sunpoet>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!