#11157 closed defect (fixed)
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 (2)
Change History (7)
comment:1 Changed 18 years ago by vinc17@…
Summary: | zsh should be linked against ncurses from MacPorts → zsh-devel should be linked against ncurses from MacPorts |
---|
comment:2 Changed 18 years ago by vinc17@…
Cc: | vinc17@… added |
---|
Changed 18 years ago by vinc17@…
Changed 18 years ago by vinc17@…
Attachment: | patch-configure added |
---|
configure patch to search for ncurses first
comment:3 Changed 18 years ago by vinc17@…
Summary: | zsh-devel should be linked against ncurses from MacPorts → BUG: zsh-devel should be linked against ncurses from MacPorts |
---|
comment:4 Changed 18 years ago by pipping@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed in r22209.
comment:5 Changed 18 years ago by pipping@…
Keywords: | ncurses added |
---|
Note: See
TracTickets for help on using
tickets.
New Portfile for zsh-devel