Bug 19035

Summary: Update databases/db to build shared lib
Product: Ports & Packages Reporter: lioux <lioux>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description lioux 2000-06-05 19:40:01 UTC
A somewhat cumbersome update to db to have it build
a shared lib. Ports depending on it will now be
able to use a simple LIB_DEPENDS instead of
a semantically incorrect RUN_DEPENDS.

No files were added or removed.

How-To-Repeat: 
n/a
Comment 1 tkato 2000-06-06 13:53:03 UTC
According to Porter's Handbook, initial version number of shared 
lib must be 1, not 0. Additional linker flags except '--soname'
are alse unneeded in ordinaly case.

In adding that, I suppose separating version number part from 
full shared lib name would be useful for future upgrading, 
as such:
---
SOVER=	1
...
libfoo.so.$(SOVER):
---
Of course this shouldn't be necessaly, however.


-- 
KATO Tsuguru / tkato@prontomail.ne.jp
                     
Sent by Japanese ProntoMail
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2000-06-06 16:15:26 UTC
State Changed
From-To: open->closed

Committed, thanks!