Re: git: 171cdaf295e3 - main - graphics/mesa-libs: Fix LIB_DEPENDS

From: Gleb Popov <arrowd_at_freebsd.org>
Date: Mon, 22 Apr 2024 07:39:21 UTC
On Mon, Apr 22, 2024 at 10:36 AM Baptiste Daroussin <bapt@freebsd.org> wrote:
>
> My view on it is LIB_DEPENDS is not for dlopened depencencies those should be
> provided via RUN_DEPENDS (and BUILD_DEPENDS if tested at build time)

+1 to this. Another argument for this is that LIB_DEPENDS are checked
against ldconfig directories and dlopened libraries may be installed
anywhere. Take Qt plugins as an example.