[MacPorts] #66111: libedit @20221009-3.1 uses an old configure argument

MacPorts noreply at macports.org
Wed Nov 2 19:03:41 UTC 2022


#66111: libedit @20221009-3.1 uses an old configure argument
--------------------------+---------------------------------
  Reporter:  ballapete    |      Owner:  MarcusCalhoun-Lopez
      Type:  enhancement  |     Status:  assigned
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.8.0
Resolution:               |   Keywords:  monterey, leopard
      Port:  libedit      |
--------------------------+---------------------------------

Comment (by judaew):

 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.

 {{{
 dnl
 dnl deprecate option --enable-widec to turn on use of wide-character
 support
 dnl
 AC_DEFUN([EL_DEPRECATE_WIDEC],
 [
    AC_MSG_CHECKING(if you want wide-character code)
    AC_ARG_ENABLE(widec,
       [  --enable-widec          deprecated, wide-character/UTF-8 is
 always enabled],
       [with_widec=$enableval],
       [with_widec=no])
    AC_MSG_RESULT($with_widec)
    AC_MSG_WARN([--enable-widec is deprecated, wide-character/UTF-8 is
 always enabled])
 ])
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/66111#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list