Re: git: ccc21de09381 - main - devel/binutils: Add devel/elfutils dependency options

From: Gleb Popov <arrowd_at_freebsd.org>
Date: Wed, 28 Aug 2024 17:55:38 UTC
On Wed, Aug 28, 2024 at 7:03 PM Cy Schubert <cy@freebsd.org> wrote:
>
> +# In case devel/elfutils has been previously installed.
> +.if ${PORT_OPTIONS:MELFU_AUTO} && exists(${LOCALBASE}/lib/libdebuginfod.so)
> +LIB_DEPENDS+=  libdebuginfod.so:devel/elfutils
> +.endif

Hmm, this looks strange to me. LIB_DEPENDS is used to pull in
libraries that are missing, but then the "exists" condition will
always be false.