summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2008-08-17Fix broken build on amd64. Also combine two patches that were to the samedholland11-52/+243
file, don't include the SUBST results in the patch, and add a missing dep on libX11. PKGREVISION++.
2008-08-17Fix some 64-bit issues and a y2038 bug I noticed in passing.dholland5-2/+118
Also, round size of shmget() requests to be page-aligned; at least on amd64 -current this seems to be required to run at all. PKGREVISION++.
2008-08-17Remove blobwars and starfighter at request of upstream author.gdt11-259/+1
2008-08-17Fix DESTDIR, fully this time.dholland1-4/+4
While here, remove some trailing whitespace.
2008-08-12Update to 1.30:wiz7-70/+33
1.30 Added game data dir knowledge. Added fopen error checking. Corrected 64bit builds. Added OSX Makefile to tarballs. Fixed uninitialized update function crash. Adjusted configure to abort when libraries are missing. Compiler warning cleanups.
2008-08-12Fix destdir. Simplify.joerg1-7/+3
2008-08-05update to 0.6.2kefren4-24/+22
not sure if midi music option is still available currently
2008-07-31bzflag likes to use libcares. Buildlink it in, and PKGREVISION++dsainty1-3/+3
2008-07-27Fix broken 64-bit build.dholland2-1/+17
2008-07-27Fix broken install rules and permissions.dholland3-4/+22
2008-07-27Requires gmake.dholland14-5/+214
Fix build on 64-bit and/or gcc4 platforms. (Note: it doesn't work for me, but now it at least compiles...) Correct typo in PLIST. PKGREVISION++.
2008-07-27Fix broken build with gcc4 (and maybe not just with gcc4...)dholland7-3/+88
Add missing dependence on freetype2. PKGREVISION++
2008-07-27Fix python interpreter paths. While here, add DESTDIR support and fixdholland1-4/+12
some install permissions issues. PKGREVISION++.
2008-07-22Set PKGNAME to xmahjongg-3.70, instead of 3.7, as it was previously 3.61tonio1-1/+2
Avoids going backward with version numbers
2008-07-22Update games/xmahjongg to version 3.7tonio6-35/+21
Changelog: Version 3.7 8.Mar.2005 * Man page bug fixes from Debian via Dave Swegen. * Source code reorganization.
2008-07-14Mark as destdir ready.joerg23-23/+69
2008-07-10Disable speex, it doesn't build with current versions.joerg1-5/+7
2008-07-10Fix build with newer GCC.joerg2-1/+15
2008-07-10Fix build with newer GCC.joerg2-1/+14
2008-07-07Now avaiable from sf.net. Noticed by Zafer Aydogan via private mail.obache2-4/+4
2008-07-03build needs msgfmt, from Hasso Tepper per PR pkg/39072drochner1-2/+2
2008-07-03fix build on DragonFly, from Hasso Tepper per PR pkg/39074drochner2-1/+14
(On NetBSD, unistd.h is pulled in indirectly through the c++ headers, via gthr-*.h)
2008-06-23add gnome-mastermind & xyedrochner1-1/+3
2008-06-23import gnome-mastermind-0.3.1, the wellknown gamedrochner4-0/+129
2008-06-23import xye-0.8.0, a puzzle game (Kye clone)drochner4-0/+63
2008-06-21Changes 2.1.5:adam3-18/+18
* Bug fixes. * Updated translations.
2008-06-21Fix LP64 issues. Bump revision.joerg7-3/+73
2008-06-21Update to 0.70:wiz2-7/+6
Version 0.7 * 8 new puzzles * License included in the about box * The drawing area is now square and the application resizes better * Better score feedback * Player's history * Preferences persistence * Better game selection * Bug fixes
2008-06-20Add DESTDIR support.joerg41-106/+220
2008-06-15Ensure that SETGIDGAME is set before including bsd.prefs.mk.joerg2-4/+4
2008-06-15Set SETGIDGAME before bsd.prefs.mk is included.joerg1-3/+3
2008-06-14Some improvements and fixesobache2-4/+51
* Store score file under ${VARBASE} and use SETGIDGAME. fixes PR 38910. * Use ascii format data files for !little-endian platforms, suggested in README * Install manuals * Fixes the score file and manual location in man page. * Add DESTDIR support. Bump PKGREVISION.
2008-06-14Update dd2 to 0.2.2.obache4-7/+57
This release only involves license changes. - GPL v2 or later, for LGPLv3 compatibility While here, * add DESTDIR support * Put score file in ${VARBASE} and use SETGIDGAME. fix PR 38907.
2008-06-12Add DESTDIR support.joerg30-37/+102
2008-06-10+duckmazedrochner1-1/+2
2008-06-10add duckmaze-0.2, a little puzzle,drochner4-0/+89
not that polished, but a nice idea
2008-06-10Some improves and fixes:obache5-715/+765
* Fix permissions of data files. noted in PR 38912. * Put data files in share, instead of lib. * Put score files in ${VARBASE}, and use SETGIDGAME. * Include string.h to suppress warnings. Bump PKGREVISION.
2008-06-09Pass $SDL_LIBS when checking SDL_mixer in configure. Fixes build onsnj2-5/+14
DragonFly. Fix from Hasso Tepper in PR pkg/38853.
2008-06-07Don't explicitly install files root:games. There are no setgid files,dsainty2-7/+20
so the group is irrelevant. Fixes unprivileged installs.
2008-06-06Update to 2.10.4:dsainty3-52/+52
* fixed: client segfault on some disconnects * fixed: server segfault after end of rated games * fixed: reusable server listen socket * added some features to XILE Pkgsrc: Added xblast-mini package option to use a 480x392 window instead of the default 960x784 window. Makes the window fit on an EeePC's screen :)
2008-06-02update to 0.8drochner4-180/+446
changes: * Network game (port 3826 is registred by IANA for Wormux) * A lot of bug fixes (memory leaks, useless code deleted ...) * 15 new maps * New weapons: Flamethrower, Football bomb, Cluzooka * Minimap preview * Camera improvements * Better use of anti-aliasing * Water/lava particles added * Various graphical improvements * Sound cache: no more lag on explosion * More sounds and musics * Better characters: Better positions, characters' eyes follow cursor,... * Weapons tweaking * Smaller step in angle selection when pressing Shift * Menus compatible with smallest resolutions * Help section added (menu explaining shortkeys and howtoplay.pdf documentation provided) * Language selection * "Looking for updates" option * Volume control option * Joystick support * Improve collision detection, cursor,... * User dir as XDG recommandation (Freedesktop) * Initial management of command line options * Experimental random map generator and skin viewer * AI improvements (still stupid so still hidden feature) pkgsrc note: rewrote the patch which fixes some broken/nonportable geometry calculations, explosion craters look much nicer now
2008-05-30update to 2.22.2.1drochner2-8/+8
fixes python path problems
2008-05-29update to 2.22.2drochner2-6/+7
changes: -bugfixes -translation updates pkgsrc change: explicitely disable ggz-server so that the build doesn't pick it up, just in case
2008-05-28Fully qualify the path to xbsndsrv, so sound works without errors evendsainty1-1/+9
if running xblast without the PREFIX/bin in your path. Bump PKGREVISION.
2008-05-28Add a little more patch context for one hunk for Linux patch(1). No ↵dsainty2-4/+7
functional change on less picky patchers (everyone else)
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg27-75/+100
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-25Explicitly add pax dependency in those Makefiles that use it (or havejoerg1-1/+3
patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree.
2008-05-25Update to crafty 22.1. Always use the NetBSD rules, we can fixup issuesjoerg6-174/+27
if they happen. Don't install the ECO classification as opening book, it is essentially useful. No detailed ChangeLog, but this fixes some crashes with invalid games, brings SMP support and increases to the strength of crafty.
2008-05-25Assert OWNERship of some packages, relinquish others entierly.dillo1-2/+2
2008-05-24Changes 2.1.4:adam4-22/+22
* gui-sdl Fix crash when trying to bribe a unit * Fixes for UTF-8 and local encoding mismatch * Fixed crash when unit is killed by the breaking of a treaty * gui-gtk2 Theme had checkbox images reversed in some situations * Improvements to server authentication backend * Check that there is no acinclude.m4 left from old builds in the source tree * Fixes to strings and i18n * Fixed pathfinding crash when ferry is forced to leave path * Fixed warnings and crashes caused by AI trying to updgrade allied units * Fixed "take -" crash when there is no free player slots * Fixed crash in citizen governor * Avoid overwriting player name given as /create parameter * Fixed AI crash when city destroyed during trade negotiation * Send /cut and /cmdlevel commands correctly to server * Fixed handling of quoted command parameters