summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2005-12-19Add DragonFly support. When linking with libqt-mt, explicitly link injoerg4-12/+12
the thread libraries, this is needed for FreeBSD4-style -pthread.
2005-12-19DragonFly support.joerg2-6/+6
2005-12-19Use NetBSD hack for FreeBSD and DragonFly as well.joerg2-10/+11
2005-12-19Regen checksum. XXX should use a shared distinfo.joerg1-2/+2
2005-12-19Fix DragonFly.joerg2-9/+9
2005-12-19Fix errno.joerg3-10/+58
2005-12-19Replace patch-af with a working patch version and supposedly thejoerg2-8/+6
same content.
2005-12-19Use FreeBSD target for DragonFly as well. Honor CC and CXX forjoerg3-5/+16
FreeBSD target, gcc is not enough to link on DragonFly. XXX Is the override necessary at all? XXX Other platforms should do this as well.
2005-12-19Fix errno.joerg2-6/+15
2005-12-19Use NetBSD config for DragonFly. Fix errno.joerg4-4/+30
XXX Merge FreeBSD config as well?
2005-12-18All the world is a VAX -- really, for errno that is a good assumption.joerg3-8/+51
Fix errno.
2005-12-18Fixed quoting of CFLAGS.rillig1-3/+3
2005-12-18Move variable declaration to top of function. Fixes compile errordillo2-1/+19
noted on recent 1.6.2/i386 bulk build by kristerw.
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg1-2/+2
of the shared libXm has changed.
2005-12-12First step at reworking Linux binary packages.joerg4-15/+15
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms.
2005-12-11Fixed the quoting of the DEFINES, which had been broken by my recentrillig1-2/+2
pkglint patch.
2005-12-11Update to KDE 3.5markd4-163/+305
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11Convert aalib to options framework, adding an 'x11' option, and removewiz66-118/+132
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
2005-12-07Update to 1.0.2:wiz3-7/+64
Version 1.0.2: * new utilities: prkill, find-unused-images, mkdos * fixed text savegames (as opposed to binary savegames) having wrong textdomain information, making the messages be displayed in English when loading levels (#4454). * backport fix for Create Unit menu not being translated (#4424) * graphics: * improved lava-tiles and transitions * new attack icon for the fireball * new paved road * new swamp tiles * new cave wall tiles * new snow villages (human & elven) * new underground village * new Deep Tentacle images * new death animation: Deep Tentacle * sounds: * New entangle sound * New bat movement sound * language and i18n: * updated translations: Afrikaans, German, Japanese, Polish, Portuguese (Brazil), Slovak * multiplayer * revised multiplayer maps: Blitz, Clash, Charge, CastleHoppingIsle, Hamlets, Hornshark Island, Meteor Lake, Sablestone Delta, Sullas Ruins, Smallolof * fixed gamelist diff bug * Fix bug where duplicate key values were being concatenated rather than being replaced by the last value. * Backport recall fix to allow access to recall list when short on gold. * Fix bug with leader starting position. * Tighten up checks on leaders and units placed on the map at the start of a scenario. * Campaigns * Fix bug in HTTP FoA where a serpent leader was defined off board instead of using the no_leader attribute. * Fix bug in TDH UP where units are placed off map and in walls. * Fix bug in EI NO where no_leader should have been used instead of a leader without a starting position. * Fix bug in EI OT where no_leader should have been used instead of a leader without a starting position. * Fix bug in EI Captured where no_leader should have been used instead of a leader without a starting position. * Fix bug in EI TD. Sides 3 and 4 had leaders on the recall list. These units have speaking roles, but shouldn't be on the map, so they were changed to be regular units. * Fix bug in SotBE DoD where no_leader should have been used instead of a leader without a starting position. * Fix bug in SotBE CoA where the mermen side should have their leader created in an event rather than defined in the side setup. * Add a backup save_id to use if both save_id and description are empty. * Increase maximum allowed recursion depth. The previous limit was being reached in "The Heist". * Replace all calls to sprintf with snprintf to prevent buffer overflow attacks from other players in multiplayer games or from downloaded campaigns.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig5-12/+12
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig68-161/+160
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-03Update to qstat-2.8.peter4-26/+17
Changes 2.8: Summary of New Features ----------------------- add support for new steam protocol (-a2s) add derived type STMHL2 for steam master returning a2s instead of hls change timing for sending packets to improve ping times of low-ping servers Fixes ----- fix ut2004 master server support Changes 2.7: Summary of New Features ----------------------- new protocols: UT2004 master [-ut2004m] update steam master protocol to new version add additional output to the player xml of -gps add option -progress,n to print out progress every n packets add doom3 protocol and osmask as server rule use autoconf+automake, a simple Makefile is provided as fallback add "flags" to qstat.cfg Fixes ----- fix hanging qstat when receiving UDP packets with incorrect checksum fix colored names in America's Army (use -ams instead of -gps)
2005-12-02Removed the ONLY_FOR_PLATFORM=NetBSD-*. The package probably worksrillig1-4/+1
elsewhere, too.
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz1-1/+2
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-24Removed the definition for ALLFILES, as it had no effect on the package.rillig1-2/+1
2005-11-24Removed the definition for the ALLFILES variable, which will soon be markedrillig1-3/+1
as deprecated by pkglint. It had no effect on this package, as this package does not have any PATCHFILES.
2005-11-17make sure frozen-bubble installs perl module in vendor_sitetonio1-2/+2
Fix PR 32015, no need for PKGREVISION bump, as it fails otherwise Also, the previous version may have installed files in lib/perl5/site_perl/**/auto/fb_c_stuff/ They will have to be manually deleted
2005-11-16Changes 2.0.7:adam3-9/+9
- Cannot rehome homeless units. - Fixed bug when city bonuses (shield, gold, etc.) became negative. - Send messages (for instance, about failed observer creation) to detached players. - When choosing a tech to research at random, prefer one that works toward the goal. - Don't allow duplicate entries in the ruleset. - Fix some bugs caused by duplicate entries in civ1 and civ2 rulesets. - When closing the client, don't interrupt the running server. This fixes a bug where the server could be interrupted in the middle of a save. - Fixes for some nations and nation flags. - Some translation updates. - Update the mapview selection rectangle when redrawing is done. - Fix bug with transported units and watchtower vision. - Improve the Freeciv desktop entry. - Fix a bug where using the mouse scroll wheel could completely break the client. - Fix a bug with discovery of techs in huts. - Don't allow observers to be put on teams. - Fix a bug with sorting of techs in the intel dialog.
2005-11-14Don't #define memcmp and memcpy in terms of bcmp, bcopy on "BSD"s. BSDsmarkd2-5/+14
have had these standard functions for years and this fixes build on recent NetBSD's at least.
2005-11-11Fix pasto in do-install target and PLIST, provided by wiz.dillo2-8/+8
2005-11-11Fix BUILD_DEPENDS pattern.wiz2-4/+4
2005-11-11Fix COMMENT. Fix BUILD_DEPENDS pattern.wiz1-3/+3
2005-11-11Fix typo in COMMENT. Fix BUILD_DEPENDS pattern.wiz1-3/+3
2005-11-11Give this a proper COMMENT. Pointed out by Aaron J. Grier.jschauma1-2/+2
2005-11-11Add DragonFly to the systems with socklen_t. Remove an uselessjoerg4-11/+24
make_block call which depends on the size of FILE.
2005-11-10Fixed pkglint warning:rillig1-2/+2
WARN: colchess/Makefile:13: PKGNAME should not be used in DIST_SUBDIR.
2005-11-10- Fixed pkglint warning:rillig1-3/+3
WARN: Makefile:25: CONFIGURE_ARGS should be modified using "+=". - Removed redundant --prefix=${PREFIX}.
2005-11-10Fixed pkglint warning:rillig1-2/+2
WARN: adom/Makefile:23: DEPENDS should be modified using "+=".
2005-11-08Sorted PLIST.rillig7-249/+249
2005-11-08Fixed pkglint warning:rillig1-2/+2
- .include "../../category/package" instead of "../package"
2005-11-08Sorted PLIST.rillig2-638/+638
2005-11-08Include devel/sysexits bl3.tv1-1/+2
2005-11-06Use INSTALL_GAME instead of INSTALL -m gametonio3-8/+10
Honor VARBASE, instead of hardcoded /var
2005-11-05Removed unnecessary and overly complicated definition for WRKSRC.rillig1-3/+1
2005-11-04pkglint --autofixrillig1-1/+2
2005-11-04Imported 4stAttack from wip.rillig5-0/+326
4st Attack is a game in which you have to try to out-smart your opponent. The goal of the game is to connect four of stones in a straight line. This can be horizontaly, vertically and even diagonnally.
2005-11-03Fixed wrong use of WRKSRC.rillig15-54/+56
2005-11-03Removed empty line from PLIST.rillig1-2/+1
2005-11-03Add and enable gtklevel9.wiz1-1/+2
2005-11-01Initial import of gtklevel9 4.0, a GTK+ port of the Level 9 textdillo6-0/+71
adventure interpreter.