[Bug 265134] mail/milter-greylist: Build fails with LDAP=on

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 06 Dec 2024 17:44:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265134

Zsolt Udvari <uzsolt@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
           Assignee|ports-bugs@FreeBSD.org      |uzsolt@FreeBSD.org

--- Comment #5 from Zsolt Udvari <uzsolt@FreeBSD.org> ---
IMHO it's difficult use LDAP. In README
(http://hcpnet.free.fr/milter-greylist/README):

It is possible to use URL checks against an LDAP URL, but that method
has some drawbacks:
- This uses CURL, which must be built with LDAP support

The curl in ports doesn't have LDAP support by default so you should build curl
with LDAP support first and after can build milter-greylist with LDAP-support.

You've two options:
- remove LDAP option and support
- introduce LDAP_IMPLIES=curl
(https://docs.freebsd.org/en/books/porters-handbook/book/#options-implies) and
a message about required LDAP support in curl.

-- 
You are receiving this mail because:
You are the assignee for the bug.