Opened 2 years ago
Closed 2 years ago
#66111 closed enhancement (worksforme)
libedit @20221009-3.1 uses an old configure argument
Reported by: | ballapete (Peter "Pete" Dyballa) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.0 |
Keywords: | monterey, leopard | Cc: | judaew (Vadym-Valdis Yudaiev) |
Port: | libedit |
Description
checking if you want wide-character code... no configure: WARNING: --enable-widec is deprecated, wide-character/UTF-8 is always enabled
These two do not really match each others…
Change History (5)
comment:1 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | judaew added; mcalhoun@… judaew@… removed |
---|---|
Owner: | set to MarcusCalhoun-Lopez |
Status: | new → assigned |
comment:2 Changed 2 years ago by judaew (Vadym-Valdis Yudaiev)
comment:3 Changed 2 years ago by judaew (Vadym-Valdis Yudaiev)
The --enable-widec
option is not used in Portfile for building. I wrote a test C program that uses libedit
and wide-character/UTF-8 and it worked correctly. It's LGTM.
comment:4 Changed 2 years ago by judaew (Vadym-Valdis Yudaiev)
libedit
as of 3.11 decided to force Unicode support by changing the callback signature of the getcfn
(el_rfunc_t
) callback from a char *
to a wchar_t *
.
comment:5 Changed 2 years ago by kencu (Ken)
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
looks like nothing to do here.
Note: See
TracTickets for help on using
tickets.
It looks like a stub to me. I think the developer wants to say with this AC_MSG_WARN that the
--enable-widec
option is deprecated and this support is enabled automatically.