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
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
State Changed From-To: open->closed Committed, thanks!