Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Nov 2021 14:39:01 +0100
From:      Juraj Lutter <otis@FreeBSD.org>
To:        "delphij@freebsd.org" <delphij@FreeBSD.org>
Cc:        "<ports@freebsd.org>" <ports@FreeBSD.org>
Subject:   cyrus-sasl dependency in bsd.ldap.mk
Message-ID:  <6F18C72A-D3FF-4135-9E7B-24D423F8489F@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
Hi Delphij,

you seem to be the most active in bsd.ldap.mk :-)

I=E2=80=99ve found that since openldap-client also depends on cyrus-sasl =
unconditionally, bsd.ldap.mk requires this:

otis@b13:/usr/ports/Mk % git diff -- bsd.ldap.mk
diff --git a/Mk/bsd.ldap.mk b/Mk/bsd.ldap.mk
index a6f37dd99b10..7acbc9c660bb 100644
--- a/Mk/bsd.ldap.mk
+++ b/Mk/bsd.ldap.mk
@@ -77,6 +77,7 @@ IGNORE=3D               cannot install: doesn't work =
with OpenLDAP version: ${OPENLDAP_VER} (Do
 .      endfor
 .endif # IGNORE_WITH_OPENLDAP
 LIB_DEPENDS+=3D  =
${OPENLDAP${OPENLDAP_VER}_LIB}:net/openldap${OPENLDAP_VER}-client
+LIB_DEPENDS+=3D  libsasl2.so:security/cyrus-sasl2
 .else
 IGNORE=3D                cannot install: unknown OpenLDAP version: =
${OPENLDAP_VER}
 .endif # Check for correct libs

What are you thought about it?

Thanks
otis

=E2=80=94
Juraj Lutter
otis@FreeBSD.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6F18C72A-D3FF-4135-9E7B-24D423F8489F>