Commit graph

8 commits

Author SHA1 Message Date
Tilman Keskinoz
fc31b9cbe7 * Integrate tvision-0.8-timeout.patch from PR: 71544
** Don't use alarms and signals, but use the timeout-feature of ncurses.
  Submitted by:	Erling Jacobsen <linuxcub@email.dk>

* Don't patch a sourcefile twice, move patch-ncurses-mouse into
  patch-lib::system.cc
* As gcc33 is broken on AMD64 use gcc34 there
* Bump PORTREVISION
2004-11-10 20:50:12 +00:00
Tilman Keskinoz
ab16937b74 First round of patches from Erling Jacobsen:
* ntohs() won't work, because it converts from bigendian to native
byteorder, and the format used in TVision streams is littleendian.
Conversion must be done explicitly, by calling readByte() several
times, in consecutive statements !
*This enables ncurses mouse support, which was broken (it seemed to depend
on gpm in an unhealthy way).
*Un*x filenames can easily contain spaces ... Don't trim the filename.
*Avoid possible problems with signed/unsigned char comparisons. And
functions like toupper must be called with an unsigned char.

PR:	71544
Submitted by:	Erling Jacobsen <linuxcub@email.dk>

Set maintainer back to ports, as libh is now officially a dead project

Compile with GCC 3.4

Bump PORTREVISION
2004-10-13 08:26:49 +00:00
Max Khon
f1c183c944 Unbreak build on -CURRENT. Maintainer informed. 2003-10-16 11:12:12 +00:00
Tilman Keskinoz
e7d39d0302 Fix Build on CURRENT.
Set Maintainer to libh@
Bump PORTREVISION

Submitted by:	Max Okumoto <okumoto@ucsd.edu>
Discussed on:	libh
2003-01-10 22:28:19 +00:00
Patrick Li
3838f0c5a0 Update to 0.8
PR:		35789
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-03-11 21:24:17 +00:00
Ying-Chieh Liao
d783ad5ca0 make it work with 80x50
PR:		31973
Submitted by:	Andrew Milton <akm@theinternet.com.au>
2001-11-24 18:09:37 +00:00
Alexander Langer
12a94fc568 Don't crash if a menu contains no submenus. 2001-09-28 13:45:27 +00:00
Alexander Langer
024a394fe0 Silence a warning. 2001-06-19 16:31:40 +00:00