Date: Mon, 2 Aug 2021 15:26:55 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: 068a856800e6 - main - net/openldap24-server: Fix build with port OpenSSL Message-ID: <202108021526.172FQtFN097684@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=068a856800e69ed12db47f9c8cb93be8e85cb141 commit 068a856800e69ed12db47f9c8cb93be8e85cb141 Author: Robert Backhaus <robbak@gmail.com> AuthorDate: 2021-08-02 15:24:15 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2021-08-02 15:26:39 +0000 net/openldap24-server: Fix build with port OpenSSL PR: ports/257559 Reported by: many --- net/openldap24-server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index afbf8a4a3d2d..211a6a82933b 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -511,7 +511,7 @@ PLIST_SUB+= OPENLDAP_MAJOR=${OPENLDAP_MAJOR} .include <bsd.port.pre.mk> -.if ${PORT_OPTIONS:MFETCH} && 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108021526.172FQtFN097684>