summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz11-21/+22
2008-03-05+ Like many other packages that pull in readline/buildlink3.mk, thejlam1-2/+4
extra LIBS+=-ltermcap was there solely for readline. Remove it since termcap.buildlink3.mk (pulled in via readine/buildlink3.mk) handles everything for us. Bump the PKGREVISION to 1. + Add full DESTDIR support.
2008-03-04Fix version number by adding a PKGNAME.wiz1-1/+2
2008-03-04Add a pseudolicense for Transport Tycoon Deluxe datafiles,tnn1-3/+3
used by games/openttd. Requested by wiz@
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig10-20/+20
them at will.
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam101-627/+935
their files via a custom do-install target.
2008-03-04Add "ttd-data" option (default off) which installs TTD datafiles along withtnn4-10/+157
the package and makes the package restricted.
2008-03-03Update HOMEPAGE.wiz1-2/+2
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-03-02The "binary relocate" support (in src/prefix.*) parses /proc/self/maps anddsainty1-5/+6
expects pathnames. Older NetBSD kernels don't provide the path, leading to a failure to locate the right path prefixes. Being Pkgsrc, we're not really interested in leaving these decisions to run-time anyway, so just disable this behaviour outright. Bump PKGREVISION.
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-28update to 8.4.4drochner3-12/+405
changes: bugfixes
2008-02-28Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,rillig2-4/+4
to shut up the pkglint warnings.
2008-02-20I got the velena license wrong and assumed it were public domain, but itrillig1-3/+3
isn't. PKGREVISION++
2008-02-20Update to kde3.5.9markd2-6/+5
Minor bugfixes
2008-02-20Update to kde3.5.9markd2-6/+5
Minor bugfixes
2008-02-19Update cgoban-java to 3.3.22. Notable changes include:rh2-6/+6
- Fixed the problem where some users are always told that their user info has changed. - Updated Thawte code signing certificate.
2008-02-12Needs ${VARBASE}/games. While here, fixed pkglint warnings.rillig1-3/+5
2008-02-12Fixed pkglint warnings about hidden commands. Added a missing mkdir.rillig1-16/+17
2008-02-12Needs ${VARBASE}/games.rillig1-1/+2
2008-02-12Needs ${VARBASE}/games precreated.rillig1-1/+2
2008-02-09Needs nrofftnn1-1/+2
2008-02-06Updated eboard to 1.0.4.rillig3-7/+8
Changes since 1.0.3: 1.0.4: * [all] fixed minor text selection bug (last character in line would disappear if selection ended in the previous character). * [all] added Hungarian translation (contributed by Bajusz Tamás) * [all] fixed a couple of memory leaks (patches sent by Tom Vijlbrief) * [all] fixed some text-console relates crashes (closes SF#1664848) * [eng] added some diagnostic to the console when running an engine fails. * [all] eboard will no longer execvp gibberish (even though it wasn't doing any harm when it did) (closes SF#1642023) * [all] Some dialogs now have automatic scrollbars, which should make eboard usable on small screen mobile devices. Patch sent by Peter Cox.
2008-02-04Reset maintainer on his request.wiz1-2/+2
2008-02-02Added support for installation to DESTDIR.heinz3-11/+66
2008-02-02Made stdout unbuffered, so that the program can be used by otherrillig3-8/+20
programs. PKGREVISION++
2008-01-31Fix PLIST breakage spotted in bulk buildtnn1-1/+2
2008-01-23fix build failure w/ ipv6tnn2-1/+14
2008-01-23Apply patches from PR pkg/37837 to get quakeforge going on DragonFly.tnn17-4/+354
Also fixes the usual gcc4 suspects. (static/extern storage class mismatch)
2008-01-19Reset maintainer on his request.wiz34-68/+68
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn11-19/+22
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-17Changes 0.11.0:adam5-30/+30
New Games: - Added support for Elvira: Mistress of the Dark. - Added support for Elvira 2: The Jaws of Cerberus. - Added support for I Have no Mouth, and I Must Scream (demo and full game). - Added support for preAGI game Mickey's Space Adventure. - Added support for preAGI game Troll's Tale. - Added support for preAGI game Winnie the Pooh in the Hundred Acre Wood. - Added support for Amiga version of Waxworks. - Added support for Lure of the Temptress. General: - Added ARM assembly routines for code in the sound mixer and SCUMM video playback, resulting in some nice speedups on several ports. - Improved the way keyboard input is handled internally, resolving some odd quirks in some game / port combinations. - Added optional 'confirm exit' dialog to the SDL backend. - Added support for TiMidity++ MIDI server. - Added DMedia MIDI driver for IRIX. - Improved detection of new game variants and localized versions. - Completely reworked internal access to files. (GSoC Task) - Added option to delete games from the list with Del key. - Added support for "~/" prefix being substituted by $HOME in paths on POSIX systems (Linux, Mac OS X etc.).
2008-01-15Update cgoban-java to 3.3.21. Notable changes include:rh2-6/+6
C14 - Fixed issue with MOTD and underlining. S - Fixed escaper tagging issue. S,C14,W - Updated German and French translations. C14 - Fixed MOTD mangling issue. c14 - Fixed problem with clicking past the ends of lines and paragraphs that end in links.
2008-01-13Update to 0.7.1:wiz2-7/+6
Removed scary language from the title screen.
2008-01-11update to 2.20.3drochner3-8/+62
changes: -minor bugfixes -translation updates
2008-01-06Sorry crack-attack, I'm abandoning you.snj1-2/+2
2008-01-06Removed freeciv-sounds which is now part of freeciv-shareadam1-2/+1
2008-01-06Changes 2.1.2:adam14-144/+445
* Improved support for GGZ Gaming Zone. * Fix support for Leave and Load in the same client session. * Add GTK2 client support for saving server settings. * Add realistic terrain requirements for three default wonders, as well a number of missing ones to civ1 and civ2. * Improve startup speed, reducing duplicate internal messages sent. * Updated GTK2 hotkeys, menus, text, and translations, especially Catalan, Finnish, Korean, Lithuanian, Turkish, and Ukrainian.
2008-01-04Bump PKGREVISION due to boost update to 1.34.1.jmmv1-1/+2
2007-12-29Fix path to wish and depend on it. Bump revision.joerg1-1/+8
2007-12-29Update MASTER_SITES. From Zafer Aydogan.wiz1-2/+2
2007-12-29Update MASTER_SITES and HOMEPAGE. From Zafer Aydogan.wiz2-6/+6
2007-12-29Update MASTER_SITES. From Zafer Aydogan.wiz1-2/+2
2007-12-29Update MASTER_SITES.wiz1-2/+2
2007-12-29Update MASTER_SITES, from Zafer Aydogan.wiz2-4/+4
2007-12-29Remove dead MASTER_SITES. From Zafer Aydogan.wiz1-2/+2
2007-12-29Update MASTER_SITES, from Zafer Aydogan.wiz1-2/+2
2007-12-25Update to 0.11.3:veego2-6/+6
* Update for the server only: resolved issues for servers that run for a long time. This fixes the following vulnerabilities: CVE-2007-5933 and CVE-2007-6010 Approved by: wiz
2007-12-22Depend on argp and build corewars-cmd. -largp is a hack for now,joerg2-2/+12
upstream should fix the configure script and learn how to build a convient library as well. Raised as part of PR 37581.
2007-12-17Add commented out LICENSE line (gnu-gplv3).wiz1-1/+2
XXX: please enable the default licenses so that we can add these for real.