summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-5/+6
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-06Update prboom to version 2.2.3zuntum2-5/+5
Changes from v2.2.2 to v2.2.3 - improved mouse handling - intermission demo sync bug fixed - framebuffer update fixes (solves flicker on fbcon) - -forceoldbsp allowed in non-GL version, and saved in demos - fix player colours in multiplayer demos - apply workarounds for buggy pwads even during demo playback - fix numpad 5 key - allow compilation on systems where SDL is built without joystick support - fix comp_skymap - using anisotropic filtering when the OpenGL extension is available - using paletted textures when the OpenGL extension is available - added gl_use_paletted_texture option to glboom configuration file - using shared texture palette when the OpenGL extension is available - added gl_use_shared_texture_palette option to glboom configuration file
2002-09-06Convert to buildlink2.wiz3-24/+9
2002-09-01regen (removing patch-al -- forgotten cvs add?)wiz1-2/+1
2002-09-01Distfiles aren't available any longer on the KDE ftp site, so let'shubertf2-6/+4
archive them at ${MASTER_SITE_LOCAL}/kde1
2002-08-31Update to 0.1.15 (bugfix release).wiz3-9/+22
Convert to buildlink2.
2002-08-30Scores file has to be removed manually.wiz2-2/+26
2002-08-30Fix ${PKGLOCALEDIR} handling.fredb1-1/+2
2002-08-30Update to 3.0.1:wiz3-11/+11
- Optional "Time Limit" per move. - Removed world writable score file. Also, convert to buildlink2.
2002-08-30Update to 1.9.7, now with theme support, keyboard support, and somewiz5-77/+51
other changes.
2002-08-29Remove (buildlink2 merge).wiz1-20/+0
2002-08-28buildlink1 -> buildlink2jlam1-2/+2
2002-08-28Update to KDE 3.0.3.skrll4-12/+10
While I'm here do the a.out dance for kuickshow and a couple of other minor clean ups. Changes are: kdelibs kprocess / kprocctrl: fix problem with hanging kdevelop. Javascript (core): more robust stack overflow check Javascript (html): allow to set a JS (non-CSS) property to a style object Javascript (html): improved result of navigator.platform using uname() Javascript (html): more aggressive garbage collection on clear, fixing many crashes Javascript (html): global object (window) has a correct object prototype now khtml: several crashes and bugs fixed kssl: Always verify the basic constraints on certificates (SECURITY) kdefx: Make the blending routine used by transparent menus work properly on big-endian platforms kdeui: Fix KDialog::setPlainCaption() kdebase Build fixes for IRIX / MipsPro (kcontrol, konqueror, konsole). Kicker: Quick browser escapes ampersand characters in file names. Konsole: Don't prepend ESC if Meta is pressed if key definition is for "+Alt". Konsole: Fixed crashes at startup related to broken font installations. Konsole: Fixed crashes when selecting in history buffer. krdb: Smarter handling of multiple and symlinked KDE and Qt installs when exporting plugin path to Qt. kdenetwork KMail: allow an ampersand as last char of an URL. KMail: Don't crash when custom drafts or sent-mail folders have been deleted or renamed. KMail: Fix auto charset detection for empty strings. KMail/KNode: Correctly handle quotes in user ids of OpenPGP keys. KMail: Make custom (global) Bcc headers work correctly with encryption and distribution list expansion. kdepim KAlarm: Fix session restoration often not occurring at login. KAlarm: Adjust wrong summer times stored by KDE 3.0.0 version of KAlarm. KAlarm: Make Close button on message window not the default button to reduce chance of accidental acknowledgement. KAlarm: Make Help button in configuration dialog display KAlarm handbook. KNotes: Compile fix for Qt 3.0.5 KOrganizer: Fixed context menu of todo list/view and event list which disappeared when using Qt 3.0.5
2002-08-27buidlink1 -> buildlink2jlam1-4/+4
2002-08-27buildlink1 -> buildlink2jlam12-50/+53
2002-08-27buildlink1 -> buildlink2jlam2-7/+9
2002-08-22Fix ridiculously stupid unaligned accesses.mycroft2-1/+29
2002-08-22Fix more obvious word size cruft.mycroft4-7/+104
2002-08-22Deal with some obvious pointer size issues that prevent xdoom even loading themycroft2-4/+65
WAD file on LP64. Whether it works beyond that point now, I don't know.
2002-08-21Install the man page and other miscellaneous documention.simonb3-8/+26
2002-08-19Crank PKGREVISION.mycroft1-2/+2
2002-08-19Fix the special-case do-build target to respect MAKE_ENV.mycroft1-3/+3
2002-08-19Fix the WAD version number printf(), which is very obviously broken.mycroft2-4/+4
2002-08-16Beautify: correct tab-stops.jschauma1-15/+15
2002-08-14Fix C++ sloppiness to make this build with g++ 2.95.3.tron10-1/+163
2002-08-13add some defines to CFLAGS to use stdarg.h. Fixes recently noted builddmcmahill1-1/+2
problems on alpha.
2002-08-10use BUILDLINK_DIR instead of BUILDLINK_X11_DIR for the xpm location.dmcmahill2-5/+5
Fixes build on non-XF4 machines. Thanks to jlam for the suggestion.
2002-08-07Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,jlam1-2/+2
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of shell wildcards intended to match against ${MACHINE_PLATFORM}. These variables are used to note those platforms that have the named packages in the base system but are incompatible in some way from the pkgsrc version of the same package. Change INCOMPAT_CURSES to have the same sematics as above. These variables allow much greater precision in specifying which platforms have broken (for the purposes of pkgsrc) versions of software in the base system that must be ignored. The buildlink.mk files for these packages define private _INCOMPAT_* versions of these variables, and they contain the default lists of platforms that are known to have incompatible software bits. This addresses pkg/17775 submitted by Julien T. Letessier <julien.letessier at sun dot com>.
2002-08-05trimhubertf1-12/+5
2002-08-01Remove patches that are no longer needed after most recent update.jschauma4-100/+0
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam1-2/+2
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-07-29Fix for PR 17741, m_swap.h needs to have sys/endian.h included toblymn2-6/+12
correctly determine the endian of the host machine.
2002-07-26Update angbadn-x11 to 3.0.1 as suggested in PR pkg/17605. Some modificationsjschauma3-109/+143
to the suggested Makefile by myself. Our previous version was 2.8.3, so the list of changes is rather extensive. A complete list is available on the packages homepage. Highlights include (as far as I can tell, not being a user of this package): - the usual feature enhancements and bug-fixes - randomized character generation - improved monster AI - color coded messages and more sound events - lots of environmental, monster and player changes - new MASTER_SITE - new HOMEPAGE
2002-07-25Add dependency to pthread.martti1-1/+3
2002-07-20Update prboom to version 2.2.2zuntum2-5/+5
Changes from v2.2.1 to v2.2.2 - more demo sync problems for original Doom and Boom fixed - added changeable samplerate for soundmixing - added fullscreen/window toggle in option menu - added double buffering - floor rendering made more accurate - Win32 config file handling fixed - fix endian conversion problem on Linux/PPC
2002-07-19Update to 1.9.12 (old distfile not available any longer).wiz2-5/+5
Changes: Added patches submitted by Jeremy Cooper to record window size and fix an IGS bug.
2002-07-17Patch scrollkeeper_localstatedir to make it point to the correct locationrh4-3/+20
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-17Give this a chance of working on xpkgwedged systems.wiz3-8/+9
Not on 1.6 or -current, though, since it has C++ bugs that need fixing.
2002-07-17Set localstatedir so the scrollkeeper database gets updated correctlyrh2-3/+6
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-17Update to KDE 3.0.2skrll4-10/+10
Also, allow the arts SSE detection code to run on modern NetBSD systems. Changes are: arts Again Build fixes. Realtime priority configuration fix kdelibs dcop: Make it possible to disable the Qt bridge. make sure tooltip effects can be configured. kbuildsycoca: avoid crash on unreadable directories. kdockwidget: fixing reading of configuration. kedittoolbar: fix leak. khtml: many fixes. kded: signal handling fixes. kio-http slave: fixes related to form posts and cache handling. kjs: added max recursion limit. kjs: leak and compatibility fixes. kdebase kicker: &-escaping fix audiocd: fix cddb computation thumbnail previewer: calculate the number of bytes to read instead of hardcoding it.
2002-07-16At least let this package compile...agc7-1/+168
2002-07-16Make this package compileagc2-1/+15
2002-07-16Make this package compileagc2-5/+14
2002-07-15Add sound support, as proposed in pkg/13899 by rxg.wiz8-32/+129
Bump to 2.4nb1. Add MESSAGE explaining that with XFree86-4.x.x, you probably need to start xboing with -usedefcmap. Thanks to uwe for finding that out!
2002-07-14Add and enable fkissrh1-1/+2
2002-07-14Initial import of fkiss-0.32, a kisekae viewer provided by Ben Collverrh11-0/+240
<collver@linuxfreemail.com> This closes PR pkg/14452
2002-07-14Update gnome-games to 1.4.0.4. Changes are bugfixes only. Most notably,rh3-12/+451
this package now fetches its missing HTML documentation (created using db2html, which is available on RedHat Linux only) from MASTER_SITE_LOCAL. This closes Havard's PR pkg/16699.
2002-07-12Update to 4.5.3 because of security problems in server from versions <4.5.1,wiz5-31/+33
as reported on tech-pkg by Richard Rauch. Changes: lots of new features, misc. fixes and a security fix in the server. Details in doc/ChangeLog in the tarball.
2002-07-11Add USE_BUILDLINK_ONLY to avoid stumbling over installed ncurseswiz1-3/+4
headers.
2002-07-11Add and enable maelstrom-sdl; rename maelstrom to maelstrom-x11.wiz14-410/+3
Remove old maelstrom dir.