git: c1daeb9f7be4 - main - net/openldap25-server: Mark BROKEN for FreeBSD 11.x with base OpenSSL.

Xin LI delphij at FreeBSD.org
Wed Sep 8 06:57:34 UTC 2021


The branch main has been updated by delphij:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c1daeb9f7be4a0c360570d46bde1e474751eba1a

commit c1daeb9f7be4a0c360570d46bde1e474751eba1a
Author:     Xin LI <delphij at FreeBSD.org>
AuthorDate: 2021-09-08 06:56:26 +0000
Commit:     Xin LI <delphij at FreeBSD.org>
CommitDate: 2021-09-08 06:56:26 +0000

    net/openldap25-server: Mark BROKEN for FreeBSD 11.x with base OpenSSL.
    
    Users should set DEFAULT_VERSIONS+= ssl=openssl for FreeBSD 11.x.
---
 net/openldap25-server/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

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


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