Bug 255125

Summary: devel/readline: Doc: Prefix '/etc/inputrc' in the documentation
Product: Ports & Packages Reporter: Olivier Certner <olce>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Many People Flags: bugzilla: maintainer-feedback? (sunpoet)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Please apply with "git am" none

Description Olivier Certner freebsd_committer freebsd_triage 2021-04-16 14:34:52 UTC
Readline from ports has been looking for ${PREFIX}/etc/inputrc as its ultimate default file since 20210103 (see bug #247933).

However, the documentation was not updated accordingly.

Patch to follow.
Comment 1 Olivier Certner freebsd_committer freebsd_triage 2021-04-16 14:40:46 UTC
Created attachment 224164 [details]
Please apply with "git am"
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-05-11 21:55:01 UTC
A commit in branch main references this bug:

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

commit ac770530c4fd75bdff85e961d2bf0be5d112a843
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-11 21:37:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-05-11 21:47:33 +0000

    devel/readline: Update documentation for inputrc path

    - It is a followup of r560241 (2e6fe3dbbc03c4fa3dc2593c3b24b61d67626b83) and r560398 (cdbdbb820fc870041f7d8e8a4a61d4e625338ee6)

    PR:             255125
    Reported by:    Olivier Certner <olivier.freebsd@free.fr>

 devel/readline/Makefile                            |  3 ++-
 devel/readline/files/patch-doc-readline.3 (new)    | 25 ++++++++++++++++++++++
 devel/readline/files/patch-doc-readline.info (new) | 22 +++++++++++++++++++
 .../readline/files/patch-doc-rluserman.info (new)  | 22 +++++++++++++++++++
 4 files changed, 71 insertions(+), 1 deletion(-)
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2021-05-11 21:57:17 UTC
Committed. Thanks!