Bug 262868 - mail/cyrus-imapd34: Make READLINE_GNU a default option
Summary: mail/cyrus-imapd34: Make READLINE_GNU a default 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: Hajimu UMEMOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-27 16:52 UTC by Yuri Victorovich
Modified: 2022-04-02 23:14 UTC (History)
0 users

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


Attachments
patch (814 bytes, patch)
2022-03-27 16:52 UTC, Yuri Victorovich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2022-03-27 16:52:43 UTC
Created attachment 232763 [details]
patch

Currently Cyrus IMAP is built w/out readline by default which makes it more difficult to work with,

Having some default is better for users.
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=2d31617ac35d999d4eb2dae3c9e4378f595fdaba

commit 2d31617ac35d999d4eb2dae3c9e4378f595fdaba
Author:     Hajimu UMEMOTO <ume@FreeBSD.org>
AuthorDate: 2022-04-02 23:03:46 +0000
Commit:     Hajimu UMEMOTO <ume@FreeBSD.org>
CommitDate: 2022-04-02 23:03:46 +0000

    mail/cyrus-imapd34: Make READLINE_GNU a default option

    PR:             262868
    Reported by:    yuri

 mail/cyrus-imapd34/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 2 Hajimu UMEMOTO freebsd_committer freebsd_triage 2022-04-02 23:14:45 UTC
Thank you, committed!