1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Enforce using libncursesw like the rest of the ports

The whole ports tree has been enforced on libncursesw (widechar) version for a while.
With the exception of a few ports including bash.

This is even more problematic in the case of bash because it links to libreadline which is
linked to libncursesw.so
This commit is contained in:
Baptiste Daroussin 2021-01-07 13:22:20 +00:00
parent d3f27fda59
commit dd57d39c94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560707

View File

@ -4,7 +4,7 @@
PORTNAME= bash
PATCHLEVEL= 4
PORTVERSION= 5.1.${PATCHLEVEL:S/^0//g}
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= shells
MASTER_SITES= GNU
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
@ -56,6 +56,8 @@ CONFIGURE_ARGS+= --without-bash-malloc \
--enable-disabled-builtins \
--with-libiconv-prefix=${ICONV_PREFIX}
MAKE_ARGS+= TERMCAP_LIB=-lncursesw
.if empty(PKGNAMESUFFIX)
CONFLICTS+= bash-static-[0-9]*
.else