On 2008/09/02 20:58, Dieter Rauschenberger wrote:
> Some months ago I submitted a patch that compiles and installs
> httpinfo. Maybe you want to merge it to the update?

> +     ${INSTALL_DATA} ${WRKSRC}/lib/httpinfo/olsrd_httpinfo.so.0.1 \
> +             ${PREFIX}/lib

sorry, that's not how we handle shared libraries.

version numbers must be under control of the ports framework;
you'll need to list it in a SHARED_LIBS variable and make whatever
changes are necessary so that changing that variable in the port
Makefile causes the library version number (used in the filename)
to change.

http://www.openbsd.org/porting/libraries.html

Reply via email to