Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2021 02:56:11 GMT
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d37a305bc52f - stable/13 - build: options: mention ports in the WITH_OPENLDAP description
Message-ID:  <202102040256.1142uBgv067074@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=d37a305bc52fdb6337c012f869fc54dba9408842

commit d37a305bc52fdb6337c012f869fc54dba9408842
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2021-01-30 06:09:10 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2021-02-04 02:56:01 +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
    
    (cherry picked from commit 7587d9823a8257b9a2d5b2e58c707026061058c6)
---
 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 dafeb1efa248..6c02df1ac7de 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
@@ -1257,7 +1257,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.



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