git: 616f384d5cce - main - net/openldap24-server: Cleanup and make better use of options framework.

Xin Li delphij at FreeBSD.org
Mon Aug 2 15:35:47 UTC 2021


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,


More information about the dev-commits-ports-main mailing list