Commit graph

4 commits

Author SHA1 Message Date
Pav Lucistnik
45a44e27c7 - Add SHA256 2005-11-24 19:28:01 +00:00
Edwin Groothuis
f15e5d07ce games/bastet does busy waiting
bastet does busy waiting because the select() call in game.c returns
	with EINVAL. The reason is that timeout does not point to the struct
	timeval in the program but to a ncurses function with the same name. I
	renamed the variable to fix it. Also the value 1000000 is not a valid
	timeout value because it would have to be encoded as 1 second and 0
	microseconds. I fixed it trivially by using 999999 for that value.

	Also I fixed a gcc warning. Anyway I think the function bast_clear has
	to be declared somewhere else.

	Should be easy to fix - temporarily I just put the diff below in my
	files/ directory of the port.

PR:		ports/75208
Submitted by:	Rudolf Polzer <freebsd-dr@durchnull.de>
2004-12-23 06:27:14 +00:00
Edwin Groothuis
9ec7e3fd64 Add WWW to pkg-descr 2004-10-22 01:18:55 +00:00
Michael Nottebrock
f3b0d98ca7 Add bastet, an ncurses Tetris clone which is harder than every other Tetris.
Bastet stands for "bastard tetris" and uses a special algorithm designed to
choose the worst brick possible.
2004-10-21 18:57:58 +00:00