K 10 svn:author V 2 cy K 8 svn:date V 27 2017-08-27T03:35:20.166571Z K 7 svn:log V 683 Allow the user to select dependency on ncurses in base (USES=ncurses:base) or devel/ncurses in ports (USES=ncurses:ports). The default option is to depend on ncurses in ports (if installed), otherwise depend on base (same as USES=ncurses). This works around the following problem when screen is linked with devel/ncurses: $ view /etc/passwd view: No terminal database found $ To avoid the above problem either have screen depend on ncurses in base or set TERM=xterm when creating new screen window. Adding screeninfo.src from the screen tarball to terminfo.src in devel/ncurses does not resolve this issue. This problem does not affect packages built by poudriere. PR: 221829 END