New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #11157 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

BUG: zsh-devel should be linked against ncurses from MacPorts

Reported by: vinc17@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: ncurses Cc: vinc17@…
Port:

Description

The ncurses library from Mac OS X does not look at user-defined terminals (in $HOME/.terminfo). The ncurses library from MacPorts is OK and more recent. For this reason (but also as discussed in the past), zsh should linked against libraries provided by MacPorts. One problem is that the MacPorts ncurses does not provide curses compatibility links (unlike the Mac OS X ncurses). So, the ncurses include directory should be added to the include search path, and the configure script should be patched to look for the ncurses library first (before curses). I'm going to attach the Portfile and a patch.

Attachments

Portfile Download (1.9 KB) - added by vinc17@… 5 years ago.
New Portfile for zsh-devel
patch-configure Download (0.5 KB) - added by vinc17@… 5 years ago.
configure patch to search for ncurses first

Change History

Changed 5 years ago by vinc17@…

  • summary changed from zsh should be linked against ncurses from MacPorts to zsh-devel should be linked against ncurses from MacPorts

Changed 5 years ago by vinc17@…

  • cc vinc17@… added

Changed 5 years ago by vinc17@…

New Portfile for zsh-devel

Changed 5 years ago by vinc17@…

configure patch to search for ncurses first

Changed 5 years ago by vinc17@…

  • summary changed from zsh-devel should be linked against ncurses from MacPorts to BUG: zsh-devel should be linked against ncurses from MacPorts

Changed 5 years ago by pipping@…

  • status changed from new to closed
  • resolution set to fixed

fixed in r22209.

Changed 5 years ago by pipping@…

  • keywords ncurses added
Note: See TracTickets for help on using tickets.