From d37a305bc52fdb6337c012f869fc54dba9408842 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Sat, 30 Jan 2021 00:09:10 -0600 Subject: [PATCH] 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 dafeb1efa24..6c02df1ac7d 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 75f96822eb8..c815e616072 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.