aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2021-09-08 06:56:26 +0000
committerXin LI <delphij@FreeBSD.org>2021-09-08 06:56:26 +0000
commitc1daeb9f7be4a0c360570d46bde1e474751eba1a (patch)
treeb2b6c2c61f22d589776a91249fc5184dd031c0e6 /net
parent494b728b36ff2f341d3d6aa8b69b7215058dd672 (diff)
downloadports-c1daeb9f7be4a0c360570d46bde1e474751eba1a.tar.gz
ports-c1daeb9f7be4a0c360570d46bde1e474751eba1a.zip
net/openldap25-server: Mark BROKEN for FreeBSD 11.x with base OpenSSL.
Users should set DEFAULT_VERSIONS+= ssl=openssl for FreeBSD 11.x.
Diffstat (limited to 'net')
-rw-r--r--net/openldap25-server/Makefile4
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