./devel/ncurses, CRT screen handling and optimization package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2007Q2, Version: 5.6nb1, Package name: ncurses-5.6nb1, Maintainer: pkgsrc-users

The ncurses (new curses) library is a free software emulation of
curses in System V Release 4.0, and more. It uses terminfo format,
supports pads and color and multiple highlights and forms characters
and function-key mapping, and has all the other SYSV-curses
enhancements over BSD curses.


Master sites: (Expand)

SHA1: 4d54d8ad0b90fffa2780a0a45edb6fcb027ef18d
RMD160: 1a878819c43e6426500fd74ccedf0a032ef399d8
Filesize: 2346.281 KB

Version history: (Expand)


CVS history: (Expand)


   2007-07-09 15:59:36 by Geert Hendrickx | Files touched by this commit (1)
Log message:
Pullup ticket 2126 - requested by tnn
build fix for ncurses

- pkgsrc/devel/ncurses/Makefile.common			1.6

   Module Name:	pkgsrc
   Committed By:	tnn
   Date:		Mon Jul  2 02:08:20 UTC 2007

   Modified Files:
	   pkgsrc/devel/ncurses: Makefile.common

   Log message:
   On platforms that have neither a builtin groff nor builtin curses
   we can end up with a circular dependency:

   ncurses -> groff -> netpbm -> flex -> bison -> gtexinfo -> \ 
ncurses

   ncurses may depend on groff because of USE_TOOLS+=tbl.
   Break the circular dependency by using --without-manpage-tbl
   if there is no tbl(1) available and we're unable to build
   groff because of missing curses.