git: 85b186f4fe63 - main - shells/bash: Improve message for PORTS_READLINE_BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Oct 2022 12:31:36 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=85b186f4fe637bea891134ef8f82322c815f01fe commit 85b186f4fe637bea891134ef8f82322c815f01fe Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2022-10-08 12:31:30 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2022-10-08 12:31:30 +0000 shells/bash: Improve message for PORTS_READLINE_BROKEN PR: 266897 (based on) --- shells/bash/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shells/bash/Makefile b/shells/bash/Makefile index a078c1bba342..8398e6080178 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,6 +1,7 @@ PORTNAME= bash PATCHLEVEL= 2 PORTVERSION= 5.2.${PATCHLEVEL:S/^0//g} +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= GNU DISTNAME= ${PORTNAME}-${PORTVERSION:R} @@ -50,7 +51,7 @@ HELP_CONFIGURE_ENABLE= help-builtin NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -PORTS_READLINE_BROKEN= ld: error: undefined symbol: rl_trim_arg_from_keyseq +PORTS_READLINE_BROKEN= needs a newer version of devel/readline, disable PORTS_READLINE and retry PORTS_READLINE_USES= readline PORTS_READLINE_CONFIGURE_WITH= installed-readline