summaryrefslogtreecommitdiff
path: root/games/netmaj/patches
AgeCommit message (Collapse)AuthorFilesLines
2013-02-26Fix return types.joerg11-10/+338
2008-10-26Makefile patches to fix dud permissions/interpreters. From Klaus Heinzdholland1-0/+15
in discussion of PR 29425. While here, add a one-line patch to fix an obvious bug detected by gcc while I was test-building. PKGREVISION++.
2008-03-03"u_char" is not part of any standard, so it's not safe to use in cui.c.jlam1-0/+15
Define "u_char" to "unsigned char" in cui.c. This should fix the the problem reported by Klaus Heinz in the follow-up to PR pkg/29425.
2008-02-29+ Don't build our own, very old version of hacked BSD curses -- justjlam10-147/+50
use other, better ones from pkgsrc through ncursesw/buildlink3.mk. + Add a configure script that lightly probes the system and write out some system-specific definitions for the Makefile. This should fix PR pkg/29425. + Add necessary includes (<string.h> and <unistd.h>) to global.h to do silly C things like prototype functions before you use them. Remove the unnecessary patches to lots of *.c files that added these same headers. + Include <string.h> in ss.c because it doesn't include global.h. + Move HTML documentation into ${PREFIX}/share/doc. Bump the PKGREVISION to 2.
2008-02-02Added support for installation to DESTDIR.heinz1-6/+59
2007-09-02changed the way to handle curses library in Linux. hope this fixes PR29425.kei1-7/+7
bump revision to 2.0.7nb1.
2007-02-19Add DragonFly support.joerg1-6/+6
2004-01-23Make this compile (__STDC__ wrongly undefined, and also attr_t redefinitionagc4-0/+54
conflict with curses)
2001-04-22first import of netmaj-2.0.7 package.kei7-0/+156
from pkg/DESCR: netmaj is a mahjongg game. You can play via network. If you don't find four players, computer plays for you.