git: 4f45619632fe - main - mail/cyrus-imapd25: don't use db5. use db18 explicitly.
Date: Sun, 26 May 2024 04:01:41 UTC
The branch main has been updated by ume: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f45619632fe125093824d6b3c9d59d0c4d9bb77 commit 4f45619632fe125093824d6b3c9d59d0c4d9bb77 Author: Hajimu UMEMOTO <ume@FreeBSD.org> AuthorDate: 2024-05-26 03:58:06 +0000 Commit: Hajimu UMEMOTO <ume@FreeBSD.org> CommitDate: 2024-05-26 04:01:30 +0000 mail/cyrus-imapd25: don't use db5. use db18 explicitly. PR: 279145 Reported by: diizzy --- mail/cyrus-imapd25/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/cyrus-imapd25/Makefile b/mail/cyrus-imapd25/Makefile index be8bd2e4ddf0..07ff9f423842 100644 --- a/mail/cyrus-imapd25/Makefile +++ b/mail/cyrus-imapd25/Makefile @@ -48,7 +48,7 @@ OPTIONS_DEFAULT= BDB IDLED OPTIONS_SUB= yes AUTOCREATE_DESC= Enable autocreate support AUTOCREATE_CONFIGURE_ENABLE= autocreate -BDB_USES= bdb +BDB_USES= bdb:18 BDB_CONFIGURE_ON= --with-bdb-incdir=${BDB_INCLUDE_DIR} \ --with-bdb-libdir=${LOCALBASE}/lib CLAMAV_DESC= Use ClamAV