> What exactly does the "0.0" mean in SHARED_LIBS?
> 
> SHARED_LIBS +=  opencore-amrnb 0.0
> SHARED_LIBS +=  opencore-amrwb 0.0
> 
> Running 'make plist' suggests this; but if I build the software natively
> (outside of the ports), the libraries are built and installed as *.so.0.2
> Why is the above better than
> 
> SHARED_LIBS +=  opencore-amrnb 0.2
> SHARED_LIBS +=  opencore-amrwb 0.2

In fact, pobj/opencore-amr-0.1.2/build-i386/shared_libs.log says:

# SHARED_LIBS+= <libname>      <obsd version> # <orig version>
SHARED_LIBS +=  opencore-amrnb       0.2      # .0.2
SHARED_LIBS +=  opencore-amrwb       0.2      # .0.2

So that's what I have put in.

Reply via email to