svn commit: r531147 - in head/net: . usockets usockets/files

Sergey A. Osokin osa at freebsd.org
Wed Apr 8 21:32:19 UTC 2020


On Wed, Apr 08, 2020 at 09:01:39PM +0000, Yuri Victorovich wrote:
> Author: yuri
> Date: Wed Apr  8 21:01:39 2020
> New Revision: 531147
> URL: https://svnweb.freebsd.org/changeset/ports/531147
> 
> Log:
>   New port: net/usockets: Miniscule eventing, networking & crypto for async applications
...
> +
> +PLIST_FILES=	include/libusockets.h \
> +		lib/libusockets.so
> +
> +do-install:
> +	${INSTALL_DATA} ${WRKSRC}/src/libusockets.h ${STAGEDIR}${PREFIX}/include
> +	${INSTALL_LIB} ${WRKSRC}/libusockets.so ${STAGEDIR}${PREFIX}/lib

Thanks for adding this, Yuri.

I bet we need to have a symbolic link ${PREFIX}/lib/libusockets.so.0 to catch
this library with ldconfig(8), right?

--
Sergey


More information about the svn-ports-all mailing list