Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2021 08:35:45 -0700
From:      Xin Li <delphij@FreeBSD.org>
To:        Charlie Li <vishwin@freebsd.org>, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 616f384d5cce - main - net/openldap24-server: Cleanup and make better use of options framework.
Message-ID:  <b3a9be20-3d8c-dfec-0dfd-81170424e59a@FreeBSD.org>
In-Reply-To: <401f3bec-acad-5686-cb77-ebd9a4cacee3@freebsd.org>
References:  <202108020449.1724nx2m042115@gitrepo.freebsd.org> <401f3bec-acad-5686-cb77-ebd9a4cacee3@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 8/2/21 08:07, Charlie Li wrote:
> Xin LI wrote:
>> -.if !${PORT_OPTIONS:MFETCH}
>> -CONFIGURE_ARGS+=	--without-fetch
>> -.else
>> -. if defined(OPENSSL_INSTALLED) && ${OPENSSL_INSTALLED} != "" || ${SSL_DEFAULT} != base
>> +.if ${PORT_OPTIONS:MFETCH} && defined(OPENSSL_INSTALLED) && ${OPENSSL_INSTALLED} != "" || ${SSL_DEFAULT} != base
>>  BROKEN=	using OpenSSL from ports and OPTION FETCH together is not supported
>>  . endif
>>
> This change prevents building with any SSL_DEFAULT that is not base
> regardless of whether FETCH is set. Not sure if this was intended.

No, it's not. Sorry for the breakage.  This is fixed in 068a856800e6 now.

Cheers,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b3a9be20-3d8c-dfec-0dfd-81170424e59a>