Created attachment 155185 [details] Makefile patch for security/cyrus-sasl2-ldapdb to meet openldap SASL requirement. Per the documentation for installing Cyrus SASL: "If you are using LDAPDB, you'll need SASL enabled OpenLDAP libraries." https://cyrusimap.org/docs/cyrus-sasl/2.1.23/install.php The attached patch sets the WANT_OPENLDAP_SASL knob within the Makefile. To apply: # cd /usr/ports # patch < ldapdb_openldap_sasl.patch
Makefile shows OPTIONS_DEFINE= OPENLDAP_SASL OPENLDAP_SASL_DESC= OpenLDAP client with SASL2 support OPENLDAP_SASL_VARS= WANT_OPENLDAP_SASL=yes It is done, could be closed.