From owner-svn-ports-all@freebsd.org Wed Apr 8 21:32:19 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 178A327D588; Wed, 8 Apr 2020 21:32:19 +0000 (UTC) (envelope-from osa@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48yHYG6tf5z3Bwx; Wed, 8 Apr 2020 21:32:18 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 975) id C72391CBA0; Wed, 8 Apr 2020 21:32:18 +0000 (UTC) Date: Wed, 8 Apr 2020 21:32:18 +0000 From: "Sergey A. Osokin" To: Yuri Victorovich 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> References: <202004082101.038L1dCF094577@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <202004082101.038L1dCF094577@repo.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Apr 2020 21:32:19 -0000 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