Bug 262210 - mail/meta1: Remove broken BDB option
Summary: mail/meta1: Remove broken BDB option
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks: 261523
  Show dependency treegraph
 
Reported: 2022-02-26 18:41 UTC by Yasuhiro Kimura
Modified: 2022-02-28 09:56 UTC (History)
0 users

See Also:
dinoex: maintainer-feedback+


Attachments
Patch file (2.57 KB, patch)
2022-02-26 18:41 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-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.