git: 625a6b901ee8 - main - mail/sendmail: Fix option LDAP
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Oct 2021 14:47:29 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=625a6b901ee8895a916cea53be5c8409f1d36322 commit 625a6b901ee8895a916cea53be5c8409f1d36322 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2021-10-12 14:46:44 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2021-10-12 14:46:44 +0000 mail/sendmail: Fix option LDAP PR: 258958 --- mail/sendmail-devel/Makefile | 2 +- mail/sendmail/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/sendmail-devel/Makefile b/mail/sendmail-devel/Makefile index e4c7a1307b78..39add56e28e1 100644 --- a/mail/sendmail-devel/Makefile +++ b/mail/sendmail-devel/Makefile @@ -71,7 +71,7 @@ SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASLAUTHD_RUN_DEPENDS= saslauthd:security/cyrus-sasl2-saslauthd DANE_IMPLIES= TLS LDAP_USE= OPENLDAP=yes -LDAP_PREVENTS= DANE +LDAP_IMPLIES= DANE BDB_USES= bdb GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_WITH= compat diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index b25fa63e120e..9171d2df11d5 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -69,7 +69,7 @@ SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASLAUTHD_RUN_DEPENDS= saslauthd:security/cyrus-sasl2-saslauthd DANE_IMPLIES= TLS LDAP_USE= OPENLDAP=yes -LDAP_PREVENTS= DANE +LDAP_IMPLIES= DANE BDB_USES= bdb GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_WITH= compat @@ -143,7 +143,7 @@ SITE+= ${FILESDIR}/site.config.m4.smtputf8 SITE+= ${FILESDIR}/site.config.m4.milter .endif .if ${PORT_OPTIONS:MGDBM} -NO_PACKAGE= GPLv3 license conflict +LICENSE_PERMS= dist-mirror dist-sell no-pkg-mirror no-pkg-sell auto-accept SITE+= ${FILESDIR}/site.config.m4.gdbm .endif