git: 7587d9823a82 - main - build: options: mention ports in the WITH_OPENLDAP description
Kyle Evans
kevans at FreeBSD.org
Sat Jan 30 16:42:07 UTC 2021
The branch main has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=7587d9823a8257b9a2d5b2e58c707026061058c6
commit 7587d9823a8257b9a2d5b2e58c707026061058c6
Author: Kyle Evans <kevans at FreeBSD.org>
AuthorDate: 2021-01-30 06:09:10 +0000
Commit: Kyle Evans <kevans at FreeBSD.org>
CommitDate: 2021-01-30 16:41:52 +0000
build: options: mention ports in the WITH_OPENLDAP description
There's a third party dependency on this option; currently,
net/openldap24-{,sasl-}client. At least mention that an openldap from ports
is needed for this option.
PR: 252866
Reported-by: Build Option Survey via Michael Dexter
MFC-after: 3 days
---
share/man/man5/src.conf.5 | 4 ++--
tools/build/options/WITH_OPENLDAP | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index dee1ffb84e20..0e853db0d1bc 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
-.Dd January 28, 2021
+.Dd January 30, 2021
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -1254,7 +1254,7 @@ Set to build the non-essential components of the
.Dq "OpenFabrics Enterprise Distribution"
Infiniband software stack, mostly examples.
.It Va WITH_OPENLDAP
-Enable building openldap support for kerberos.
+Enable building LDAP support for kerberos using an openldap client from ports.
.It Va WITHOUT_OPENMP
Set to not build LLVM's OpenMP runtime.
.Pp
diff --git a/tools/build/options/WITH_OPENLDAP b/tools/build/options/WITH_OPENLDAP
index 75f96822eb8c..c815e6160726 100644
--- a/tools/build/options/WITH_OPENLDAP
+++ b/tools/build/options/WITH_OPENLDAP
@@ -1,2 +1,2 @@
.\" $FreeBSD$
-Enable building openldap support for kerberos.
+Enable building LDAP support for kerberos using an openldap client from ports.
More information about the dev-commits-src-main
mailing list