Date: Sun, 13 Nov 2022 14:30:11 GMT From: Juraj Lutter <otis@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 862135ec9224 - main - mail/postfix: Do not advertise Cyrus SASL support in LDAP flavor Message-ID: <202211131430.2ADEUBQi055892@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=862135ec92248cdf58fab94b96426dadde9ec475 commit 862135ec92248cdf58fab94b96426dadde9ec475 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2022-11-13 14:26:08 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2022-11-13 14:30:03 +0000 mail/postfix: Do not advertise Cyrus SASL support in LDAP flavor PR: 260581 --- mail/postfix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 30c43f1dee03..9b4878245875 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -59,7 +59,7 @@ sqlite_CONFLICTS_INSTALL= postfix postfix-base \ postfix-pgsql postfix-base-pgsql \ postfix-sasl postfix-base-sasl -COMMENT_ldap= (with OpenLDAP and Cyrus SASL support) +COMMENT_ldap= (with OpenLDAP support) COMMENT_mysql= (with MySQL support) COMMENT_pgsql= (with PostgreSQL support) COMMENT_sasl= (with Cyrus SASL support) @@ -305,7 +305,7 @@ WANT_OPENLDAP_VER= ${WITH_OPENLDAP_VER} . endif POSTFIX_CCARGS+= -DHAS_LDAP -I${LOCALBASE}/include \ -I${LOCALBASE}/include/sasl -DUSE_LDAP_SASL -POSTFIX_DYN_AUXLIBS+= "AUXLIBS_LDAP=-L${LOCALBASE}/lib -lldap -L${LOCALBASE}/lib -llber" +POSTFIX_DYN_AUXLIBS+= "AUXLIBS_LDAP=-L${LOCALBASE}/lib -lldap -llber" _REQUIRE+= slapd .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211131430.2ADEUBQi055892>