summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam3-6/+6
overridden.
2004-01-31The arm gcc 2.95.3 fails with an internal error when compiling search.c.kristerw1-1/+5
Require gcc3 for arm.
2004-01-28gcc3 fix - we compile one of the object files with g++, so link theagc2-1/+15
executable with g++ as well.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz8-21/+21
2004-01-26Use find with "-print"heinz1-4/+4
2004-01-26Fix path to gnome2-games; there is no gnome-2.4 category (hi xtraeme@!).jmmv1-2/+2
2004-01-25Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compilerkristerw2-4/+4
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin.
2004-01-25Add build dependency on perl (pod2man is used for the man page).kristerw1-1/+2
2004-01-25Add NO_SRC_* and NO_BIN_* options for quake3server mods, pointed outxtraeme1-1/+7
by David Ferlier.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant60-121/+121
2004-01-23Replace USE_NCURSES with appropriate INCOMPAT_CURSES.wiz1-2/+3
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv12-22/+24
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23Make this compile (__STDC__ wrongly undefined, and also attr_t redefinitionagc5-1/+59
conflict with curses)
2004-01-23Do not change the current directory in the INSTALL script. This avoidsjmmv2-4/+4
errors shown during all subsequent actions (specially when the script tries to execute itself with the VIEW-INSTALL target). Bump PKGREVISION to 1.
2004-01-22Use MESSAGE_SUBST for Q3MODDIR in MESSAGE file.xtraeme2-3/+5
2004-01-22+ quake3server-utxtraeme1-1/+2
2004-01-22Initial import of quake3server-ut-3.0, packaged by David Ferlier in PRxtraeme5-0/+64
pkg/24135. This package allows you to run a Quake III Arena dedicated server with Urban Terror mod under NetBSD using Linux emulation.
2004-01-22+ quake3server-excessivextraeme1-1/+2
2004-01-22Initial import of quake3server-excessive-003, provided by David Ferlier xtraeme5-0/+49
in PR pkg/24133. This package allows you to run a Quake III Arena dedicated server with Excessive mod under NetBSD using Linux emulation.
2004-01-22s,/bin/sh/,@RCD_SCRIPTS_SHELL@,xtraeme1-2/+2
2004-01-22Install .cfg files into ${Q3MODDIR} and explain how we should start itxtraeme3-17/+12
via NetBSD's rc.d framework. From David Ferlier in PR pkg/24132.
2004-01-22Provide a script to start quake3server via NetBSD's rc.d framework, alsoxtraeme5-4/+37
explain how we should start it. From David Ferlier in PR pkg/24131.
2004-01-22don't set CXX in MAKE_ENV, bsd.pkg.mk already does this.grant1-3/+2
s/USE_GMAKE/USE_GNU_TOOLS+=make/ while here.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc84-168/+172
2004-01-19Get a bit further with gcc3 - no more multiline string constants inagc4-1/+577
the C source in the distribution. There are still multi-line C strings in the generated C source, but I'll leave that for someone more versed in Perl than I am.
2004-01-18Make this package compile when using gcc 2.95.kristerw2-1/+18
2004-01-18Update to version 0.70.cube7-86/+2545
- booster - wall acceleration - better handling of .ini file (versioning & protection against partly written files) - simplified GUI - new bot AI
2004-01-17Fixed linking problemadam2-6/+10
2004-01-15Update to KDE 3.1.5.markd2-7/+5
2004-01-15Update to KDE 3.1.5markd2-7/+5
Changes: * atlantik: Don't interrupt token movement when player leaves jail on doubles * atlantik: Fixes in libatlantikui, prevents some crashes with Atlantik Designer * atlantik: Two valgrind fixes preventing crashes
2004-01-14Remove some more (not yet even buildlinked) KDE1 packages,wiz9-467/+1
since KDE1 has been removed. Noted by agc.
2004-01-10Remove KDE1 packages (and dependencies) from pkgsrc, since the KDEwiz12-1403/+1
authors have dropped support for it and have not been backporting security fixes. As proposed on tech-pkg numerous times (last one: Dec 27 2003).
2004-01-10Whitespace fixescjep1-4/+4
2004-01-10Update to 2.4.1.1 from Min Sik Kim in PR pkg/24038.xtraeme2-13/+5
A minor release to make sure that gnome-games doesn't break when using GTK+ 2.3.
2004-01-08Updated to 0.4xtraeme3-42/+99
Changes: o One extra story screen. o New "earthquake" visual effect. o New "official" characters: Ambrus, Dani o 5 new third party characters! (Thanks, guys!) o 6 more arenas o Projectile attacks o Game speed can be set from menu o Gameplay improvements: "Maximum combo" (no infinite combos) and no more "cornering" o Several bugfixes
2004-01-04Fix typo (packages->package).xtraeme2-2/+2
2004-01-04Don't install q3ded in quake3arena*, if you want to installxtraeme4-9/+7
the quake3 server, use quake3server* packages instead. Bump PKGREVISION. From David Ferlier in PR pkg/23980.
2004-01-04Add and enable quake3server{,-ra3}.xtraeme1-1/+3
2004-01-04Initial import of quake3server-ra3 from David Ferlier in PR pkg/23973.xtraeme5-0/+92
This packages allows you to run a Quake III Arena dedicated server with Rocket Arena mod under NetBSD using Linux emulation.
2004-01-04Initial import of quake3server-1.32b, packaged by David Ferlier in xtraeme5-0/+186
PR pkg/23972. This packages allows you to run a Quake III Arena dedicated server under NetBSD using Linux emulation.
2004-01-03Bump package revisions for tiff update.reed29-53/+58
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2004-01-02Fix spelling typo (mulitple).reed1-1/+1
2003-12-31Make omega build with gcc3, patch from Richard Rauch in PR 23887.ben5-1/+148
2003-12-31Update Omega HOMEPAGE and MASTER_SITES. I extracted the new tarfile andben2-9/+7
verified that the contents are binary identical to the old tarfile.
2003-12-31Add <sys/types.h> to fix building on FreeBSD 4.x, fromxtraeme2-1/+13
Michal Pasternak in PR pkg/23934.
2003-12-30Whitespace fixcjep1-2/+1
2003-12-30Don't touch Makefile.in. Fixes infinite looping problem on Solaris.gavan2-1/+14
2003-12-29Update to 2.4.1, thanks to Min Sik Kim and Soren Jacobsen for doing this.xtraeme8-221/+112
Changes have been several translation updates and some bugs fixed, please review Changelog file to see a full list of changes.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv5-10/+10
( We really need non-recursive dependancies... *sigh* )
2003-12-26Depend on latest kdebase-1*.wiz3-6/+6