diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-10-02 20:35:00 +0200 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-10-02 20:35:00 +0200 |
commit | 5da973d713c7f693f42cfc018a3d7ba492e33bd1 (patch) | |
tree | 644987caf8125c6fa34d3680ee708c3c1836a0e1 /UPDATING | |
parent | f6a2893447359d7f9f2577c27969a6749999f0ee (diff) | |
download | freebsd-ports-5da973d713c7f693f42cfc018a3d7ba492e33bd1.zip |
UPDATING: Mention PORTS_READLINE option in the recent bash update
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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 |