Date: Tue, 17 Mar 2026 19:20:35 +0000 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: 04535dc7ca48 - main - mail/postfix: Enable CDB and LMDB by default Message-ID: <69b9a983.382f9.28e5d26f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=04535dc7ca481c3d261b322ba0ff14c023ea4452 commit 04535dc7ca481c3d261b322ba0ff14c023ea4452 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2026-03-17 19:18:28 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2026-03-17 19:18:28 +0000 mail/postfix: Enable CDB and LMDB by default Adding these solves a cross-compatibility problem with Linux distros that have dropped bdb support. Per Postfix's document[1] on it, lmdb and cdb are the replacements for hash and btree, respectively. [1] http://www.postfix.org/NON_BERKELEYDB_README.html PR: 293852 --- mail/postfix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index c4759813643e..739c8e81a838 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ PORTNAME= postfix DISTVERSION= 3.11.1 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= https://postfix-mirror.horus-it.com/postfix-release/ \ @@ -97,7 +97,7 @@ GROUPS= mail maildrop postfix OPTIONS_DEFINE= BDB BLACKLISTD CDB DOCS EAI INST_BASE LDAP LMDB MONGO \ MYSQL NIS PCRE2 PGSQL SASL SQLITE TEST TLS TLSRPT -OPTIONS_DEFAULT?= BLACKLISTD EAI PCRE2 TLS +OPTIONS_DEFAULT?= BLACKLISTD CDB EAI LMDB PCRE2 TLS OPTIONS_RADIO= RG1 OPTIONS_RADIO_RG1= SASLKMIT SASLKRB5 .if ${FLAVOR:U} == ldaphome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b9a983.382f9.28e5d26f>
