From owner-svn-ports-all@freebsd.org Wed Apr 8 21:48:51 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 C318A27DCC1; Wed, 8 Apr 2020 21:48:51 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 48yHwM4GJLz3Cbd; Wed, 8 Apr 2020 21:48:51 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-73-189-35-76.hsd1.ca.comcast.net [73.189.35.76]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 038Lmmfd013882 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Wed, 8 Apr 2020 14:48:50 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-73-189-35-76.hsd1.ca.comcast.net [73.189.35.76] claimed to be yv.noip.me Subject: Re: svn commit: r531147 - in head/net: . usockets usockets/files To: "Sergey A. Osokin" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202004082101.038L1dCF094577@repo.freebsd.org> <20200408213218.GE76848@FreeBSD.org> From: Yuri Message-ID: Date: Wed, 8 Apr 2020 14:48:47 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <20200408213218.GE76848@FreeBSD.org> Content-Type: text/plain; charset=koi8-r; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 48yHwM4GJLz3Cbd X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] 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:48:51 -0000 On 2020-04-08 14:32, Sergey A. Osokin wrote: > Thanks for adding this, Yuri. You're welcome! -) > I bet we need to have a symbolic link ${PREFIX}/lib/libusockets.so.0 to catch > this library with ldconfig(8), right? No, having the file lib/libusockets.so in combination with USE_LDCONFIG=yes should make libusockets.so discoverable by ldconfig(8). The unrelated problem with such library is that it lacks a SONAME because the upstream didn't define it (they only build a static library). I'll ask them to make a change on GitHub. Thanks for your comment, Yuri