2008-02-21 18:14:17 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
If we're using real ncursesw, then force using a real ncurses.
|
2008-02-20 23:29:48 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Try to get this working with FreeBSD's native ncurses (untested).
|
2008-02-20 21:07:25 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Overwrite symlinks for <ncurses.h> and <curses.h> to point to
<ncursesw/ncurses.h> so that including any of the curses headers will
consistently pull in the same information.
|
2008-02-20 18:17:46 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Add a ncursesw/builtin.mk file to that allows NetBSD with native wide
curses to be used instead. Packages that really need ncursesw should
define USE_NCURSESW=yes in the package Makefile.
|
2007-12-11 06:27:05 by Blair Sadewitz | Files touched by this commit (4) |
Log message:
Add a distribution patch (by Thomas Dickey) containing Coverity fixes.
Bump revisions of both ncurses and ncursesw packages.
fixes based on Coverity report:
------------------------------
- remove dead code in test/bs.c
- remove dead code in test/demo_defkey.c
- remove an unused assignment in progs/infocmp.c
- fix a limit check in tack/ansi.c tools_charset()
- fix tack/ansi.c tools_status() to perform the VT320/VT420
tests in request_cfss(). The function had exited too soon.
- fix a memory leak in tic.c's make_namelist()
- fix a couple of places in tack/output.c which did not check for
EOF.
- fix a loop-condition in test/bs.c
- add index checks in lib_color.c for color palettes
- add index checks in progs/dump_entry.c for version_filter()
handling of V_BSD case.
- fix a possible null-pointer dereference in copywin()
- fix a possible null-pointer dereference in waddchnstr()
- add a null-pointer check in _nc_expand_try()
- add a null-pointer check in tic.c's make_namelist()
- add a null-pointer check in _nc_expand_try()
- add null-pointer checks in test/cardfile.c
- fix a double-free in ncurses/tinfo/trim_sgr0.c
- fix a double-free in ncurses/base/wresize.c
- add try/catch block to c++/cursesmain.cc
other fixes prompted by inspection for Coverity report:
------------------------------------------------------
- modify ifdef's for c++ binding to use try/catch/throw statements
- add a null-pointer check in tack/ansi.c request_cfss()
- fix a memory leak in ncurses/base/wresize.c
- corrected check for valid memu/meml capabilities in
progs/dump_entry.c when handling V_HPUX case.
|
2007-10-30 06:33:08 by Blair Sadewitz | Files touched by this commit (1) |
Log message:
Add INSTALLATION_DIRS+=lib and prepand ${DESTDIR} to do-install:
destination paths so that DESTDIR installations work.
I'm not bumping the revision because the resultant binaries should not
be different; please let me know if I should've bumped it.
|
2007-09-14 01:13:48 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Install header file that includes all the necessary symbols for
wide character support (needed by at least news/tin).
Bump PKGREVISION.
|
2006-10-23 02:24:18 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Mention that this is for the wide character support.
|
2006-10-13 20:07:49 by Matthias Scheler | Files touched by this commit (6) |
Log message:
Add "ncursesw" package:
Wide character CRT screen handling and optimization package
This package brings us one step closer to fixing PR pkg/34777.
|