Summary: | mail/cyrus-imapd23 mail/cyrus-imapd24 mail/cyrus-imapd25: Remove INVALID_BDB_VER | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||
Component: | Individual Port(s) | Assignee: | Hajimu UMEMOTO <ume> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(ume) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 261523 | ||||||
Attachments: |
|
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=793e755318b1041c49374161295511a874eca48e commit 793e755318b1041c49374161295511a874eca48e Author: Hajimu UMEMOTO <ume@FreeBSD.org> AuthorDate: 2022-04-02 22:55:43 +0000 Commit: Hajimu UMEMOTO <ume@FreeBSD.org> CommitDate: 2022-04-02 22:55:43 +0000 mail/cyrus-imapd2[345]: Remove INVALID_BDB_VER PR: 263013 Reported by: yasu mail/cyrus-imapd23/Makefile | 4 +--- mail/cyrus-imapd24/Makefile | 4 +--- mail/cyrus-imapd25/Makefile | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) Thank you, committed! |
Created attachment 232904 [details] Patch file Current valid versions of berkeley db is either 5 or 18. So 'INVALID_BDB_VER=2' is no-op. This is preparation to remove INVALID_BDB_VER from Mk/Uses/bdb.mk.