summaryrefslogtreecommitdiff
path: root/games/xminehunter (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro1-2/+2
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20948
1999-06-26Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1-1/+1
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
1998-10-14Unbreak.Justin M. Seger2-10/+11
Submitted by: steve Notes: svn path=/head/; revision=13992
1998-10-13Mark BROKEN for ELF:Justin M. Seger1-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
1998-09-17Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1-2/+2
in the first place. Notes: svn path=/head/; revision=13190
1998-09-15libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1-2/+2
ELF conversion. Notes: svn path=/head/; revision=13144
1998-08-05Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1-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
1997-02-21Upgrade to 0.4.Thomas Gellekum2-5/+4
Notes: svn path=/head/; revision=5713
1997-02-13They only have a .tar.Z file (don't have .tar.gz anymore). Gosh, isn'tSatoshi Asami2-2/+3
that backwards? Notes: svn path=/head/; revision=5593
1997-01-10No trailing slash necessary for MASTER_SITE_SUBDIR. Set USE_X11 insteadSatoshi Asami1-3/+3
of saying PREFIX=${X11BASE}. Notes: svn path=/head/; revision=5300
1997-01-10Import of xminehunter, yet another minesweeper game.Thomas Gellekum6-0/+50
Uses Motif, and almost works with the latest lesstif-current. Notes: svn path=/head/; revision=5296