Bug 19035 - Update databases/db to build shared lib
Summary: Update databases/db to build shared lib
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-06-05 19:40 UTC by lioux
Modified: 2000-06-06 16:15 UTC (History)
0 users

See Also:


Attachments
file.diff (18.08 KB, patch)
2000-06-05 19:40 UTC, lioux
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!