freebsd-ports/sysutils/screen
Cy Schubert ab2189a6a0 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
2017-08-27 03:35:20 +00:00
..
files Update 4.5.0 --> 4.6.1 2017-08-26 03:50:33 +00:00
distinfo Update 4.5.0 --> 4.6.1 2017-08-26 03:50:33 +00:00
Makefile Allow the user to select dependency on ncurses in base (USES=ncurses:base) 2017-08-27 03:35:20 +00:00
pkg-descr
pkg-message
pkg-plist