diff options
author | Xin LI <delphij@FreeBSD.org> | 2021-09-07 23:56:26 -0700 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2021-09-07 23:56:26 -0700 |
commit | c1daeb9f7be4a0c360570d46bde1e474751eba1a (patch) | |
tree | b2b6c2c61f22d589776a91249fc5184dd031c0e6 | |
parent | net/openldap2[45]-server: Fix SMBPWD module (diff) |
net/openldap25-server: Mark BROKEN for FreeBSD 11.x with base OpenSSL.
Users should set DEFAULT_VERSIONS+= ssl=openssl for FreeBSD 11.x.
-rw-r--r-- | net/openldap25-server/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/openldap25-server/Makefile b/net/openldap25-server/Makefile index 182728977812..3b87457cf290 100644 --- a/net/openldap25-server/Makefile +++ b/net/openldap25-server/Makefile @@ -318,6 +318,10 @@ PLIST_SUB+= OPENLDAP_MAJOR=${OPENLDAP_MAJOR} .include <bsd.port.pre.mk> +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} == base +BROKEN= Requires OpenSSL 1.1.1+ +.endif + .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 |