summaryrefslogtreecommitdiff
path: root/games/netmaj
AgeCommit message (Collapse)AuthorFilesLines
2008-03-03"u_char" is not part of any standard, so it's not safe to use in cui.c.jlam2-1/+17
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 -- justjlam14-265/+219
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.heinz3-11/+66
2007-09-02changed the way to handle curses library in Linux. hope this fixes PR29425.kei3-10/+11
bump revision to 2.0.7nb1.
2007-02-19Add DragonFly support.joerg2-8/+8
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-2/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-10Use bl3.snj1-3/+3
2004-01-23Make this compile (__STDC__ wrongly undefined, and also attr_t redefinitionagc5-1/+59
conflict with curses)
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+1
2002-11-15buildlink1 -> buildlink2jlam1-3/+3
2001-11-28BUildlinkify. Also clean up this package, but using the proper variablesjlam2-11/+13
to tweak the install, and a few other cosmetic changes. Lastly, sort the PLIST.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-22first import of netmaj-2.0.7 package.kei11-0/+314
from pkg/DESCR: netmaj is a mahjongg game. You can play via network. If you don't find four players, computer plays for you.