git: 5da973d713c7 - main - UPDATING: Mention PORTS_READLINE option in the recent bash update

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Sun, 02 Oct 2022 18:36:17 UTC
The branch main has been updated by ehaupt:

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

commit 5da973d713c7f693f42cfc018a3d7ba492e33bd1
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-10-02 18:35:00 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-10-02 18:35:00 +0000

    UPDATING: Mention PORTS_READLINE option in the recent bash update
---
 UPDATING | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/UPDATING b/UPDATING
index 2d5efe708f11..a2f53794ba63 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,30 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20221002:
+  AFFECTS: users of shells/bash
+  AUTHOR: ehaupt@FreeBSD.org
+
+  Bash has been updated to version 5.2. In previous versions, the default port
+  option-set used to link against libreadline from ports. However, the current
+  version of devel/readline is too old for bash 5.2.
+
+  For now, the default option has been switched to use the bundled version of
+  libreadline and the other option is marked broken. Once devel/readline is
+  updated this can be reverted.
+
+  If you're updating bash from source and you've previously explicitly set to
+  use use PORTS_READLINE, you'll have to disable the PORTS_READLINE option
+  before updating:
+
+  # cd /usr/ports/shells/bash
+  # make config
+
+   or flush it entirely:
+
+  # cd /usr/ports/shells/bash
+  # make rmconfig
+
 20220929:
   AFFECTS: users of graphics/bmeps
   AUTHOR: takefu@airport.fm