Re: git: 2a8608cad2d3 - main - net-mgmt/nagios4: Update 4.5.1 => 4.5.11, take maintainership

From: Craig Leres <leres_at_freebsd.org>
Date: Thu, 05 Feb 2026 21:59:14 UTC
On 2/4/26 14:30, Craig Leres wrote:
> This is not building for me. I think one problem is that I'm using 
> DEFAULT_VERSIONS=ssl=openssl35

Here's a patch that fixes this for me. And it still builds if I remove 
DEFAULT_VERSIONS=ssl; in this case I see that bin/nagios is linked 
against the base ssl libraries.

Looking at systems with 4.5.1,1 installed they are also using ssl from base.

I think what precipitated this issue is the addition of USES=ssl (it is 
difficult for configure to find openssl35 when it's not installed!)

		Craig