summaryrefslogtreecommitdiff
path: root/games/xminehunter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Unbreak.Justin M. Seger1998-10-142-10/+11
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=13992
* Mark BROKEN for ELF:Justin M. Seger1998-10-131-1/+4
| | | | | | | | | | | | | | | g++ -o xminehunter -DMINE_SCORE_PATH=\"/usr/X11R6/lib/X11/xminehunter\" xminehun ter.o callbacks.o event_handlers.o app.o interface.o constructor.o bitmap.o -L/u sr/X11R6/lib /usr/X11R6/lib/libXm.a -lXt -lXpm -lXext -lX11 /usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath) /usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXt.so, no t found (try using --rpath) /usr/X11R6/lib/libXt.so: undefined reference to `SmcSaveYourselfDone' /usr/X11R6/lib/libXt.so: undefined reference to `IceConnectionNumber' Notes: svn path=/head/; revision=13953
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Upgrade to 0.4.Thomas Gellekum1997-02-212-5/+4
| | | | Notes: svn path=/head/; revision=5713
* They only have a .tar.Z file (don't have .tar.gz anymore). Gosh, isn'tSatoshi Asami1997-02-132-2/+3
| | | | | | | that backwards? Notes: svn path=/head/; revision=5593
* No trailing slash necessary for MASTER_SITE_SUBDIR. Set USE_X11 insteadSatoshi Asami1997-01-101-3/+3
| | | | | | | of saying PREFIX=${X11BASE}. Notes: svn path=/head/; revision=5300
* Import of xminehunter, yet another minesweeper game.Thomas Gellekum1997-01-106-0/+50
Uses Motif, and almost works with the latest lesstif-current. Notes: svn path=/head/; revision=5296