aboutsummaryrefslogtreecommitdiff
path: root/games/bastet
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | games) Notes: svn path=/head/; revision=327730
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-1/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* Chase boost updateBaptiste Daroussin2013-01-311-5/+2
| | | | Notes: svn path=/head/; revision=311310
* - Remove empty fileAlex Kozlov2012-08-051-0/+0
| | | | Notes: svn path=/head/; revision=302127
* - Update to 0.43Martin Wilke2012-08-057-120/+42
| | | | | | | | PR: 170147 Submitted by: Ports Fury Notes: svn path=/head/; revision=302089
* - Reassign to the heapGreg Larkin2012-02-271-1/+1
| | | | | | | Requested by: roam (on ports-developers@) Notes: svn path=/head/; revision=292325
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Take maintainership and fix the master-site.Peter Pentchev2009-03-311-2/+2
| | | | | | | The URL in pkg-descr is slightly off too, but I'll fix that in the next round. Notes: svn path=/head/; revision=231365
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149325
* games/bastet does busy waitingEdwin Groothuis2004-12-232-0/+68
| | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=124908
* Add WWW to pkg-descrEdwin Groothuis2004-10-221-0/+2
| | | | Notes: svn path=/head/; revision=119952
* Add bastet, an ncurses Tetris clone which is harder than every other Tetris.Michael Nottebrock2004-10-216-0/+70
Bastet stands for "bastard tetris" and uses a special algorithm designed to choose the worst brick possible. Notes: svn path=/head/; revision=119915