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

Charlie Li vishwin at freebsd.org
Mon Aug 2 15:07:09 UTC 2021


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.

-- 
Charlie Li
…nope, still don't have an exit line.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/dev-commits-ports-main/attachments/20210802/85fffe56/attachment.sig>


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