aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with custom PREFIX/LOCALBASEDmitry Marakasov2009-06-161-1/+2
| | | | | | | Reported by: QATty Notes: svn path=/head/; revision=236030
* Patch the patch :-) for the Makefile to take count of LOCALBASE and PREFIXIon-Mihai Tetcu2009-06-161-5/+14
| | | | | | | | | | from env. Submitted by: maintainer Reported by: QATty Notes: svn path=/head/; revision=236027
* - Add a patch I've forgotten to `cvs add` -> make the port respect PREFIX, ↵Dmitry Marakasov2009-06-152-0/+26
| | | | | | | | | LOCALBASE and CFLAGS Reported by: QATty Notes: svn path=/head/; revision=235971
* - Update to 1.20RC2Dmitry Marakasov2009-06-153-520/+538
| | | | | | | | | | | - Unbreak - Pass maintainership to submitter PR: 135373 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Notes: svn path=/head/; revision=235879
* - Fix with custom PREFIX/LOCALBASEDmitry Marakasov2009-06-151-0/+2
| | | | | | | Reported by: QATty Notes: svn path=/head/; revision=235878
* - Fix build with custom PREFIX/LOCALBASEDmitry Marakasov2009-06-151-2/+2
| | | | | | | Reported by: QATty Notes: svn path=/head/; revision=235863
* Update from 0.7.0 to latest bugfix release 0.7.1.Sergey A. Osokin2009-06-152-5/+5
| | | | | | | Approved by: maintainer (danfe) Notes: svn path=/head/; revision=235846
* Remove unneeded environment variable (SDL_VIDEO_X11_DGAMOUSE=0). My systemSean Farley2009-06-142-7/+4
| | | | | | | | | was in a state that made it appear that it was required. Approved by: itetcu Notes: svn path=/head/; revision=235827
* - Use libSDL v1.2 from ports instead of the provided v1.1. The NvidiaSean Farley2009-06-143-3/+42
| | | | | | | | | | | | | | | | | driver will not function with it when the Linux base is Fedora 8. - Detect the Nvidia driver and set Sync on VBlank (__GL_SYNC_TO_VBLANK) to provide a consistent speed within the game, otherwise, the game will increase speed dramatically when approaching walls. - Disable the use of DGA mouse support in libSDL to allow some mice to function within the game. - Preload the Linux libX11 library to prevent the following error: XDM authorization key matches an existing client - Remove an empty directory (Logs) that is never used. Approved by: itetcu Notes: svn path=/head/; revision=235818
* - Update to 0.12Martin Wilke2009-06-142-6/+7
| | | | | | | Submitted by: maintainer via irc Notes: svn path=/head/; revision=235813
* Remove games/njam as it has been marked BROKEN for over 3 months.Erwin Lansing2009-06-136-191/+0
| | | | Notes: svn path=/head/; revision=235729
* Remove games/fgsd as it has been marked BROKEN for over 4 months.Erwin Lansing2009-06-135-74/+0
| | | | Notes: svn path=/head/; revision=235727
* Mark BROKEN on 8.x: does not build.Erwin Lansing2009-06-131-0/+2
| | | | Notes: svn path=/head/; revision=235714
* - Broken on 8.xPav Lucistnik2009-06-132-2/+14
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=235713
* Remove DSL option as the port it depends on is about to be removed.Erwin Lansing2009-06-131-6/+1
| | | | Notes: svn path=/head/; revision=235693
* Update to 0.0.29.1Marcus von Appen2009-06-133-7/+6
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=235675
* - Fix MASTERSITES.Jose Alonso Cardenas Marquez2009-06-121-1/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=235663
* - Update to 5.34Beat Gaetzi2009-06-102-4/+4
| | | | | | | | PR: ports/135443 Submitted by: Girish <girish.rao.dev AT gmail.com> Notes: svn path=/head/; revision=235553
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-0962-76/+135
| | | | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=235506
* - cleanup textDirk Meyer2009-06-091-3/+1
| | | | | | | Submitted by: danfe Notes: svn path=/head/; revision=235473
* - Update to 20090529Dmitry Marakasov2009-06-093-6/+33
| | | | Notes: svn path=/head/; revision=235463
* - Add PORTSCOUT to ignore false positive new versionsDmitry Marakasov2009-06-082-0/+4
| | | | Notes: svn path=/head/; revision=235437
* Graphical roguelike originally developed for Gameboy Advance.Dmitry Marakasov2009-06-076-0/+92
| | | | | | | WWW: http://www.zincland.com/powder/ Notes: svn path=/head/; revision=235399
* - Update to 0.42Dmitry Marakasov2009-06-073-6/+15
| | | | Notes: svn path=/head/; revision=235398
* - Update maintainer mail adresseMartin Wilke2009-06-071-1/+1
| | | | | | | Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail) Notes: svn path=/head/; revision=235373
* Convert ports which use USE_GL=linux to USE_LINUX_APPS+=dri.Boris Samorodov2009-06-073-4/+3
| | | | | | | | | | | | | | | | | | | | This is needed to switch a default linux base at 8-CURRENT to linux_base-f10. No PORTREVISION bump is needed since it's a mere infrastructure fix. Affected ports: ----- games/legends games/linux-quake3-demo games/rtcw net/skype-devel ----- Note: no more ports are using USE_GL=linux, it may be removed from Mk/bsd.ports.mk. Approved by: maintainer timeout (2 months, the needed changes were submitted to emulation@ at 2009-04-09) Notes: svn path=/head/; revision=235362
* Convert ports which use RUN_DEPENDS+=.../graphics/linux_dri toBoris Samorodov2009-06-0715-23/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using USE_LINUX_APPS+=dri. This is needed to switch a default linux base at 8-CURRENT to linux_base-f10. No PORTREVISION bump is needed since it's mere infrastructure fix. Affected ports: ----- emulators/linux-pete-mesagpu/Makefile emulators/linux-pete-xgl2gpu/Makefile games/atitd/Makefile games/linux-coldwar-demo/Makefile games/linux-darwinia-demo/Makefile games/linux-defcon/Makefile games/linux-doom3-demo/Makefile games/linux-gorky17-demo/Makefile games/linux-nerogame/Makefile games/linux-nwnclient/Makefile games/linux-savage/Makefile games/linux-savage-samuraiwars/Makefile games/linux-uplink-demo/Makefile games/linux-ut2003-demo/Makefile games/linux-ut2004-demo/Makefile games/linux-virtual-jay-peak/Makefile games/linux-warsow/Makefile graphics/linux-ac3d/Makefile math/mupad/Makefile net/skype12/Makefile ----- Approved by: maintainer timeout (2 months, the needed changes were submitted to emulation@ at 2009-04-09) Notes: svn path=/head/; revision=235361
* Cuyo is a tetris-like game which is suprisingly innovative,Alexander Logvinov2009-06-065-0/+767
| | | | | | | | | | | | | sometimes challenging, and has a very nice look. WWW: http://www.karimmi.de/cuyo/ PR: ports/135166 Submitted by: Matthew Gibson <mdg583 at hotmail.com> Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=235340
* - Update to build13Dmitry Marakasov2009-06-053-21/+19
| | | | | | | | - Use systemwide scons - Mark MAKE_JOBS_SAFE Notes: svn path=/head/; revision=235286
* - Update to 1.1.4Dennis Herrmann2009-06-032-5/+6
| | | | | | | - Add Backup mirror Notes: svn path=/head/; revision=235127
* The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfixMartin Wilke2009-06-031-3/+3
| | | | | | | | | release in 4.2.x series. The official KDE 4.2.4 release changelog can be found at: http://www.kde.org/announcements/changelogs/changelog4_2_3to4_2_4.php. Notes: svn path=/head/; revision=235110
* Chase the vte shared lib version bump.Joe Marcus Clarke2009-06-031-1/+1
| | | | Notes: svn path=/head/; revision=235093
* - Update to 0.5.4Dmitry Marakasov2009-05-313-26/+14
| | | | | | | - Mark MAKE_JOBS_SAFE Notes: svn path=/head/; revision=234947
* - Update to 0.79.1Dmitry Marakasov2009-05-316-154/+182
| | | | | | | - Update WWW and MASTER_SITES Notes: svn path=/head/; revision=234944
* - Resolve LATEST_LINK conflictPav Lucistnik2009-05-312-0/+3
| | | | Notes: svn path=/head/; revision=234941
* - Update to 0.4.3Dmitry Marakasov2009-05-316-90/+102
| | | | | | | | | | - Pass maintainership to submitter PR: 134595 Submitted by: Josh Rickmar <joshua_rickmar@eumx.net> Notes: svn path=/head/; revision=234930
* - Update to 2.28.1Martin Wilke2009-05-305-7/+43
| | | | | | | | PR: 135032 Submitted by: Ports Fury Notes: svn path=/head/; revision=234850
* - Update to 1.3.110Jose Alonso Cardenas Marquez2009-05-308-1033/+287
| | | | | | | - Remove obsolete patch file Notes: svn path=/head/; revision=234820
* - Mark BROKEN on 6.X: does not compilePav Lucistnik2009-05-291-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=234816
* - Mark BROKEN on amd64/6: does not compilePav Lucistnik2009-05-291-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=234815
* - Update to 0.3.1.20090529Dmitry Marakasov2009-05-292-10/+10
| | | | | | | | | | - Unbreak PR: 135062 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer) Notes: svn path=/head/; revision=234799
* Reset maintainer: email address bounces.Mark Linimon2009-05-2912-22/+7
| | | | Notes: svn path=/head/; revision=234749
* Maintainer's email address bounces, mastersite disappeared. MarkMark Linimon2009-05-291-1/+4
| | | | | | | deprecated. Notes: svn path=/head/; revision=234747
* - Update to 20090527Dmitry Marakasov2009-05-293-8/+13
| | | | Notes: svn path=/head/; revision=234743
* - Update to 0.2.5Dmitry Marakasov2009-05-293-4/+24
| | | | Notes: svn path=/head/; revision=234742
* Change MAINTAINER on my ports to my FreeBSD email addressAlexander Logvinov2009-05-288-8/+8
| | | | | | | Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=234716
* - Update to 5.21Dmitry Marakasov2009-05-282-4/+4
| | | | | | | | PR: 134959 Submitted by: Girish <girish.rao.dev@gmail.com> (maintainer) Notes: svn path=/head/; revision=234687
* - Update to 1.30Dmitry Marakasov2009-05-263-7/+7
| | | | Notes: svn path=/head/; revision=234642
* - Update to 0.9.11Dmitry Marakasov2009-05-263-4/+111
| | | | Notes: svn path=/head/; revision=234641
* - Mark BROKEN on sparc64Dmitry Marakasov2009-05-251-1/+7
| | | | Notes: svn path=/head/; revision=234526