Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209146 - app-shells/zsh use --with-term-lib instead of --with-curses-terminfo
Summary: app-shells/zsh use --with-term-lib instead of --with-curses-terminfo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Torsten Veller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-06 14:47 UTC by Bapt
Modified: 2008-04-04 08:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
the patch (zsh.patch,414 bytes, patch)
2008-02-06 14:47 UTC, Bapt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bapt 2008-02-06 14:47:34 UTC
--with-curses-terminfo is deprecated in favour of --with-term-lib="..."

using --with-term-lib="ncursesw ncurses" will first check for ncursesw (unicode) then ncurses.

No need to dump the revision as the change doesn't affect the binaries.

Reproducible: Always
Comment 1 Bapt 2008-02-06 14:47:53 UTC
Created attachment 142828 [details, diff]
the patch
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2008-04-04 08:37:38 UTC
Thanks. Fixed in 4.3.6.

I hesitate to add another boring check like
| if use unicode && ! built_with_use sys-libs/ncurses unicode ; then