Bug 263013 - mail/cyrus-imapd23 mail/cyrus-imapd24 mail/cyrus-imapd25: Remove INVALID_BDB_VER
Summary: mail/cyrus-imapd23 mail/cyrus-imapd24 mail/cyrus-imapd25: Remove INVALID_BDB_VER
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Hajimu UMEMOTO
URL:
Keywords:
Depends on:
Blocks: 261523
  Show dependency treegraph
 
Reported: 2022-04-02 19:08 UTC by Yasuhiro Kimura
Modified: 2022-04-02 23:12 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ume)


Attachments
Patch file (1.76 KB, patch)
2022-04-02 19:08 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2022-04-02 19:08:39 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-04-02 23:07:10 UTC
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(-)
Comment 2 Hajimu UMEMOTO freebsd_committer freebsd_triage 2022-04-02 23:12:05 UTC
Thank you, committed!