| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
06 May 2013 15:34:18
0.43_1
|
bapt  |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
31 Jan 2013 13:38:43
0.43_1
|
bapt  |
Chase boost update |
05 Aug 2012 19:37:05
0.43
|
eadler  |
Remove empty directories |
05 Aug 2012 18:44:21
0.43
|
ak  |
- Remove empty file |
05 Aug 2012 08:13:22
0.43
|
miwi  |
- Update to 0.43
PR: 170147
Submitted by: Ports Fury |
27 Feb 2012 20:32:31
0.41_1
|
glarkin  |
- Reassign to the heap
Requested by: roam (on ports-developers@) |
03 Jul 2011 14:25:36
0.41_1
|
ohauer  |
-remove MD5 |
31 Mar 2009 09:25:36
0.41_1
|
roam  |
Take maintainership and fix the master-site.
The URL in pkg-descr is slightly off too, but I'll fix that in the next round. |
24 Nov 2005 19:28:01
0.41_1
|
pav  |
- Add SHA256 |
23 Dec 2004 06:27:14
0.41_1
|
edwin  |
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> |
22 Oct 2004 01:18:55
0.41
|
edwin  |
Add WWW to pkg-descr |
21 Oct 2004 18:57:58
0.41
|
lofi  |
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. |