Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 2020 21:32:18 +0000
From:      "Sergey A. Osokin" <osa@freebsd.org>
To:        Yuri Victorovich <yuri@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r531147 - in head/net: . usockets usockets/files
Message-ID:  <20200408213218.GE76848@FreeBSD.org>
In-Reply-To: <202004082101.038L1dCF094577@repo.freebsd.org>
References:  <202004082101.038L1dCF094577@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200408213218.GE76848>