Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 2021 06:57:33 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c1daeb9f7be4 - main - net/openldap25-server: Mark BROKEN for FreeBSD 11.x with base OpenSSL.
Message-ID:  <202109080657.1886vXmC097643@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by delphij:

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

commit c1daeb9f7be4a0c360570d46bde1e474751eba1a
Author:     Xin LI <delphij@FreeBSD.org>
AuthorDate: 2021-09-08 06:56:26 +0000
Commit:     Xin LI <delphij@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109080657.1886vXmC097643>