summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2006-01-22Fix name of file in Size (value was correct).wiz1-3/+3
2006-01-22Remove info for patch that is not needed since 2002 (Makefile v1.15).wiz1-3/+1
2006-01-21Update package Makefile now that bsd.pkg.extract.mk is using thejlam3-7/+10
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-20Changes 3.1.2:adam2-15/+8
* Fixed level editor bug
2006-01-20Update to 2.12.2:jmmv2-7/+6
This the second maintanence release of the 2.12 stable gnome-games branch. It contains only one bug fix and several translation updates. The bug fix eliminates an illegal move the the Aisleriot game "Thirteen". Upgrading is only useful if you play Thirteen or you speak Swedish, Estonian or Dutch.
2006-01-19Remove unnecessary DECOMPRESS_CMD setting, which is automatically takenjlam1-2/+1
care if in bsd.pkg.extract.mk based on the EXTRACT_SUFX.
2006-01-19Include ossaudio.b3.mk.joerg1-1/+2
2006-01-15Update to 5.6.3:wiz2-8/+9
2005-11-27 Christian Mauduit * Released 5.6.3. * Added checks to avoid FD_SET with an arg1 of -1. * Added checks on socket validity on client network code. * Fixed it for good, on UNIX. * Fixed network bug which caused connect screen to become irresponsive. 2005-11-26 Christian Mauduit * Tried to released 5.6.3, failed because of network bug. * Fixes for Allegro 4.2 / GCC 4. * Updated docs. 2005-11-25 Christian Mauduit * Warnings removed when compiling with gcc 4.0 and Allegro 4.2 2005-09-09 Christian Mauduit * Waves deactivated by default on x86_64 2005-09-05 Christian Mauduit * Fixed GUI procs so that 320x240 is correctly displayed. * Minor fix, ptr size is checked, instead of long which is useless. 2005-09-04 Christian Mauduit * Fixed my_edit_proc which was wrecked after migration to allegro 4.2 * Characters >= 128 are now filtered in the GUI. 2005-08-30 Christian Mauduit * Fixes in XML doc files, changed the DTD URL. 2005-08-28 Christian Mauduit * Added Solar System map by 2 of omega. 2005-06-29 Christian Mauduit * Fixed the package generators to avoid arch system dirs * Finally updated the makedoc.py script to use sax instead of xmllib * Reactivated i386 assembly code for x86_64. * Reindented code with indent and splint. * Minor change in level menu layout to handle resolution display. * Waves are activated by default only if assembly code is available. * Added patches by Dave Vasilevsky to support Mac OS X. 2005-06-21 Christian Mauduit * Game now requires Allegro 4.2.0beta3 to compile * Removed most compile warnings, due to allegro deprecated functions * Fixed alleg2.c to match allegro 4.2 needs. 2005-05-29 Christian Mauduit * Copyright 2004 -> 2005 * Added infos about GNU Arch depot * Added Fanfic by Gavin 2005-05-07 Christian Mauduit * Added UWiKiCMS doc generation. 2004-08-22 Christian Mauduit * Added more strategy tips suggested by Jan Samohýl. 2004-08-19 Christian Mauduit * Game defaults to windowed mode under UNIX. 2004-07-06 Christian Mauduit * Fixed Joystick support, which was completely broken, works under Linux Now, with my gamepad at least.
2006-01-15Needs bdftopcf.joerg1-2/+2
2006-01-15avoid instant core-dump.christos3-2/+16
2006-01-14sed(1) always appends a newline to every output line, which can causejlam1-3/+6
misdetection of the gzipped tarball that is appended to the *.run script when sed strips off the first 266 lines. Use tail instead to avoid the problem.
2006-01-13Add DragonFly support. Install sound server under libexec/, no needjoerg5-21/+47
for OS suffix. Bump revision.
2006-01-13Use imake PLIST variables. Add DragonFly support.joerg3-11/+12
2006-01-13Use fileno, it is portable. Add DragonFly support.joerg3-18/+20
2006-01-12Fix errno.joerg6-37/+68
2006-01-12DragonFly support. Use imake man variables.joerg6-19/+29
2006-01-12DragonFly support.joerg4-13/+15
2006-01-12Use PLIST variables for imake.joerg1-2/+2
2006-01-12Use IMAKE_GAMEMANDIR and IMAKE_GAMEMAN_SUFFIX.joerg1-6/+6
2006-01-12Don't run install-link, since GAMEDIR == BINDIR and symlinks pointingjoerg2-4/+13
to themselves are not really useful.
2006-01-12Fix errno. Notice the unusual language used by the programmers :-)joerg4-1/+48
2006-01-12Add a hack to work round an ICE with GCC 3.3 on sparc.jdc1-1/+7
(As per the x11/qt3-tools hack.)
2006-01-10Use SUBST framework.joerg3-7/+15
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz5-8/+10
2006-01-05Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",ghen1-4/+1
without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore. Ok by jlam, wiz.
2006-01-04Use soundcard.h for OpenBSD and sys/soundcard.h for DragonFly.joerg2-5/+7
2006-01-04Use X11BASE instead of /usr/X11R6, always include limits.h, it providesjoerg4-16/+21
PATH_MAX and exists on all platforms.
2006-01-04Forgotten distinfo commit. Rightfully blamed by wiz@joerg1-2/+4
2006-01-02upgrade to 1.4.0christos3-221/+368
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz7-12/+14
Bump BUILDLINK_RECOMMENDED.
2005-12-30Include ossaudio.b3.mk.joerg1-1/+2
2005-12-30Add DragonFly support. Fix ossaudio usage. Use system perror.joerg5-16/+32
2005-12-29Fix errno.joerg6-1/+67
2005-12-29sys/time.h needed for DragonFly as well.joerg2-8/+9
2005-12-29Fix errno.joerg3-3/+42
2005-12-29This is GNU configure. Use ulong definition on DragonFly as well.joerg3-3/+17
2005-12-29dmalloc.h MUST be included after unistd.h on DragonFly, since itjoerg4-3/+40
messes with compat function names. Fix errno. Use bzip2 to extract a bzipped file, it works somehow better than gzip.
2005-12-29Fix errno.joerg2-1/+14
2005-12-29Convert to use the new pkginstall framework fonts-handling by renamingjlam1-3/+2
FONTS_<TYPE>_DIRS variables to FONTS_DIRS.<type>, and by removing the unnecessary inclusion of mk/fonts.mk.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam13-27/+13
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Re-enable this pkg now that gtkglext is fixed. Tested on 2.0/i386.garbled1-4/+1
2005-12-28Use PKGMANDIR for man page.reed1-4/+4
2005-12-28Install man page to PKGMANDIR instead of "man".reed1-3/+3
No change from default.
2005-12-27Update patch-aa to use PKGMANDIR.reed3-6/+19
Also use INSTALLATION_DIRS to precreate the needed man page directory.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz2-2/+8
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg2-1/+14
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