summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2022-10-02 20:35:00 +0200
committerEmanuel Haupt <ehaupt@FreeBSD.org>2022-10-02 20:35:00 +0200
commit5da973d713c7f693f42cfc018a3d7ba492e33bd1 (patch)
tree644987caf8125c6fa34d3680ee708c3c1836a0e1 /UPDATING
parentf6a2893447359d7f9f2577c27969a6749999f0ee (diff)
downloadfreebsd-ports-5da973d713c7f693f42cfc018a3d7ba492e33bd1.zip
UPDATING: Mention PORTS_READLINE option in the recent bash update
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING24
1 files changed, 24 insertions, 0 deletions
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