aboutsummaryrefslogtreecommitdiff
path: root/games/xmemory/files
Commit message (Collapse)AuthorAgeFilesLines
* games/xmemory: unbreak with libc++ 3.9Jan Beich2017-02-011-0/+13
| | | | | | | | | | | gif_image.C:61:7: error: assigning to 'char *' from incompatible type 'const char *' name = strrchr(filename,'/'); ^ ~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout Notes: svn path=/head/; revision=433009
* - Simplify MASTER_SITESDmitry Marakasov2014-12-031-4/+9
| | | | | | | | | - Place data files into ${DATADIR} - Fix default font name - Simplify installation and plist Notes: svn path=/head/; revision=373817
* Rename all 10,000 games/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-282-0/+0
| | | | Notes: svn path=/head/; revision=363239
* . fix build with clang;Boris Samorodov2013-06-111-3/+7
| | | | | | | . trim Makefile headers. Notes: svn path=/head/; revision=320632
* Fix build on -current (Build/link c++ code correctly)Kris Kennaway2002-09-081-4/+10
| | | | Notes: svn path=/head/; revision=65836
* Defined timefield as a time_t instead of a long for the Alpha.Steve Price1999-06-221-0/+11
| | | | Notes: svn path=/head/; revision=19674
* Import xmemory port. xmemory is a multiplayer memory game.Thomas Gellekum1998-02-121-0/+21
PR: 5678 Submitted by: Dave Chapeskie <dchapes@ddm.on.ca> Notes: svn path=/head/; revision=9673