Bug 262210

Summary: mail/meta1: Remove broken BDB option
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me Flags: dinoex: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 261523    
Attachments:
Description Flags
Patch file none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2022-02-26 18:41:25 UTC
Created attachment 232124 [details]
Patch file

Remove broken BDB option.
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2022-02-26 20:54:03 UTC
Any reason why this should be removed?
There are patches in progress to update this.
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2022-02-26 21:27:20 UTC
(In reply to Dirk Meyer from comment #1)

In bug #261523 switching default version of berkeley db to 18 is in progress. And as a part of it I'm cleaning up Mk/Uses/bdb.mk and intend to remove INVALID_BDB_VER. At first I'm simply going to remove the variable form Makefile of this port. But I found BDB option is marked BROKEN. So I submitted patch to remove the option.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-02-28 09:28:28 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6c234366823b250c67164057c6a41c1d1fc22a90

commit 6c234366823b250c67164057c6a41c1d1fc22a90
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2022-02-28 09:21:51 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2022-02-28 09:21:51 +0000

    mail/meta1: remove option BDB

    PR: 262210

 mail/meta1/Makefile  | 16 +---------------
 mail/meta1/pkg-plist | 26 +++++++++++++-------------
 2 files changed, 14 insertions(+), 28 deletions(-)
Comment 4 Dirk Meyer freebsd_committer freebsd_triage 2022-02-28 09:56:16 UTC
I plan to reactivate the option after your updates.