aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak with clang using -Wno-error=return-type (this is old K&R code)Antoine Brodin2013-05-282-14/+11
| | | | | | | | - Trim Makefile header - Use PORT_OPTIONS PORTSDOC DATADIR Notes: svn path=/head/; revision=319324
* - Randomize starting player [1]Antoine Brodin2013-05-272-9/+38
| | | | | | | | | | | | | - Trim Makefile header - Unbreak with clang using -Wno-error=return-type (this is early K&R code) - Respect PREFIX PR: ports/171792 [1] Submitted by: David Wolfskill [1] Approved by: eadler (mentor) Notes: svn path=/head/; revision=319277
* Fix build on HEAD by adding USE_GCC=any (uses nested functions)Baptiste Daroussin2013-05-271-6/+5
| | | | Notes: svn path=/head/; revision=319263
* Fix build on HEAD by adding USE_GCC=any (uses nested functions)Baptiste Daroussin2013-05-271-0/+1
| | | | Notes: svn path=/head/; revision=319262
* Do not try to remove directories not created by the portBaptiste Daroussin2013-05-271-2/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=319198
* - Update to 0.9.15.1Dmitry Marakasov2013-05-263-8/+14
| | | | Notes: svn path=/head/; revision=319091
* Fix plist and installation by packages.Thierry Thomas2013-05-253-9/+14
| | | | | | | Reported by: pointyhat via miwi Notes: svn path=/head/; revision=319059
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-254-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing! Notes: svn path=/head/; revision=319055
* Update to version 2.9.0Pawel Pekala2013-05-255-96/+21
| | | | | | | | PR: ports/178089 Submitted by: r4721@tormail.org Notes: svn path=/head/; revision=319043
* Do not let system make.conf inpact the port's makefileBaptiste Daroussin2013-05-242-7/+6
| | | | | | | This fixes build on current Notes: svn path=/head/; revision=318993
* Attempt to unbreak plistErwin Lansing2013-05-242-1/+2
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=318917
* Add missing dependency on intltoolNiclas Zeising2013-05-232-9/+3
| | | | | | | | | | Fix plist Bump portrevision Submitted by: xorg exp-run Notes: svn path=/head/; revision=318863
* - Add patch which fixes segfault in the shopDmitry Marakasov2013-05-232-0/+17
| | | | | | | | | With this patch, the port becomes valyriatear-0.5.1 essentially, but I'd prefer to not bump portversion and force distfile redownload for such a small single change. Notes: svn path=/head/; revision=318861
* - Update to 0.9.18-3Dmitry Marakasov2013-05-232-19/+18
| | | | | | | | | | - Trim makefile header PR: 176448 Submitted by: Gerrit Kühn <gerrit@weinberg2.de> Notes: svn path=/head/; revision=318860
* - Trim Makefile headerDmitry Marakasov2013-05-234-24/+16
| | | | | | | - OptionsNG Notes: svn path=/head/; revision=318822
* - Trim Makefile headerDmitry Marakasov2013-05-231-6/+4
| | | | | | | - OptionsNG Notes: svn path=/head/; revision=318820
* - OptionsNGDmitry Marakasov2013-05-231-3/+3
| | | | Notes: svn path=/head/; revision=318819
* - Trim Makefile headerDmitry Marakasov2013-05-231-6/+4
| | | | | | | - OptionsNG Notes: svn path=/head/; revision=318818
* - Trim Makefile headerDmitry Marakasov2013-05-231-6/+4
| | | | | | | - OptionsNG Notes: svn path=/head/; revision=318817
* - Trim Makefile headerDmitry Marakasov2013-05-231-8/+5
| | | | | | | | - OptionsNG - Mark MAKE_JOBS_SAFE Notes: svn path=/head/; revision=318816
* - Trim Makefile headerDmitry Marakasov2013-05-231-6/+5
| | | | | | | | - OptionsNG - Mark MAKE_JOBS_SAFE Notes: svn path=/head/; revision=318815
* - Trim Makefile headerDmitry Marakasov2013-05-231-6/+4
| | | | | | | - OptionsNG Notes: svn path=/head/; revision=318814
* - Trim Makefile headerDmitry Marakasov2013-05-231-12/+10
| | | | | | | | | - OptionsNG - Silence patch phase - Unsilence configure phase Notes: svn path=/head/; revision=318813
* - Update to 0.5.1Dmitry Marakasov2013-05-222-7/+4
| | | | Notes: svn path=/head/; revision=318738
* - Use QMAKEFLAGSDmitry Marakasov2013-05-211-8/+4
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=318736
* - Update to 0.2.0Martin Wilke2013-05-205-134/+94
| | | | | | | | PR: 178588 Submitted by: Ports Fury Notes: svn path=/head/; revision=318586
* - Convert to optionsNGRene Ladan2013-05-191-9/+10
| | | | | | | | | | - Pass maintainership to submitter PR: ports/173188 Submitted by: nemysis@gmx.ch Notes: svn path=/head/; revision=318548
* Fix build with glib 2.34.Koop Mast2013-05-191-6/+14
| | | | | | | Submitted by: xorg exp-run via miwi Notes: svn path=/head/; revision=318544
* - Fix MASTER_SITES to point to the correct version everytime [1]William Grzybowski2013-05-192-7/+6
| | | | | | | | | | | | | | - Bump to 1.4.7 to reflect the real distinfo version The version for downloaded file was actually 1.4.7, but VERSION was mistakenly set to 1.4.6. PR: ports/178004 [1] Submitted by: John Marino <draco@marino.st> [1] Approved by: culot (mentor), maintainer (timeout, > 14 days) Notes: svn path=/head/; revision=318513
* Fix packaging.Alexey Dokuchaev2013-05-191-2/+2
| | | | | | | Reported by: erwin Notes: svn path=/head/; revision=318496
* - Trim Makefile headerRaphael Kubo da Costa2013-05-184-45/+40
| | | | | | | | | | | | | | | - Bump portrevision - Fix download, change Master site - Add NLS Options - Fix NLS - Trim pkg-descr - Trim pkg-plist PR: ports/178001 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=318467
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!Max Brazhnikov2013-05-1843-86/+86
| | | | | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself. Notes: svn path=/head/; revision=318452
* - Update to version 1.44_alpha4Alexey Dokuchaev2013-05-174-31/+82
| | | | | | | | | | | | | | - Do not use hand-written assembly code by default: upstream says they do not currently maintain it, and it does not contain many new improvements made to rendering, nor fog effects (ticket #604) - Fix memory reporting in I_GetFreeMem() on amd64 (reported by Ilya Arkhipov) - Enable key auto repeat in the menu/console (ticket #587) - Assume maintainership while hacking on it more than I originally intended Most of the patches were submitted upstream (tickets 587, 602-610). Notes: svn path=/head/; revision=318348
* - Mark broken on amd64Bryan Drewery2013-05-161-1/+9
| | | | | | | | | | - Convert to new options framework PR: ports/178636 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Notes: svn path=/head/; revision=318316
* - Update Makefile header and COMMENTAlexey Dokuchaev2013-05-161-9/+7
| | | | | | | - Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS Notes: svn path=/head/; revision=318280
* - Remove PORTDATA and pkg-deinstall in favour of static file listJohan van Selst2013-05-153-13/+139
| | | | | | | | | | Installing the port without PORTDATA is not advised - Add USES=shared-mime-info - Fix plist - Bump PORTREVISION Notes: svn path=/head/; revision=318248
* OpenXcom is an open-source clone of the popularDmitry Marakasov2013-05-155-0/+80
| | | | | | | | | | UFO: Enemy Unknown (X-Com: UFO Defense in USA) videogame by Microprose, licensed under the GPL and written in C++ / SDL. WWW: http://openxcom.org Notes: svn path=/head/; revision=318209
* - Switch to OptionsNGDmitry Marakasov2013-05-141-11/+5
| | | | | | | - Trim header Notes: svn path=/head/; revision=318208
* Update Wolfpack Empire to 4.3.31Johan van Selst2013-05-143-10/+4
| | | | Notes: svn path=/head/; revision=318183
* - Update to 1.1.0TAKATSU Tomonari2013-05-143-11/+17
| | | | | | | | | | * Add a man page * Expose the speed of the animation - Trim Makefile header - Replace tab with a space after WWW: in pkg-descr Notes: svn path=/head/; revision=318158
* - Fix build with Tcl 8.6Pietro Cerutti2013-05-145-2/+569
| | | | | | | Reported by: miwi (Tcl/Tk 86 exp-run) Notes: svn path=/head/; revision=318157
* - Update xboard to 4.7.1Johan van Selst2013-05-134-552/+11
| | | | | | | | - Remove patch file that is no longer needed (fixed upstream) - Add deinstall script to avoid leftovers Notes: svn path=/head/; revision=318127
* - Fix build with Tcl/Tk 8.6Pietro Cerutti2013-05-131-1/+1
| | | | | | | Reported by: miwi (Tcl/Tk 86 exp-run) Notes: svn path=/head/; revision=318116
* - Provide working mirror in MASTER_SITESAlexey Dokuchaev2013-05-132-5/+6
| | | | | | | | - Mute additional extraction and patching commands output (as we always do) - Fix nasty crash due to `-funroll-loops' being passed to the compiler Notes: svn path=/head/; revision=318075
* games/live-f1: Client for the official Formula 1 Live Timing service [NEW PORT]Kubilay Kocak2013-05-134-0/+54
| | | | | | | | | | | | | | | The official Formula 1 website includes a Java client, which during races, qualifying, and practice sessions, displays the Live Timing information from the race track. Live F1 is a native client for viewing the same Live Timing feed without the need for a Java-enabled web browser. A user account on formula1.com is still required. Approved by: eadler, rm (mentors, implicit) Notes: svn path=/head/; revision=318073
* Update to 0.04.Anton Berezin2013-05-132-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Acme-GuessNumber/Changes Notes: svn path=/head/; revision=318015
* - Catch up with r317934Alexey Dokuchaev2013-05-132-144/+144
| | | | | | | - Rename NODES to more descriptive ROUTES Notes: svn path=/head/; revision=317993
* - New Port PySpaceWarBeech Rintoul2013-05-125-0/+119
| | | | | | | | | | | | | Two ships duel in a gravity field. Gravity doesn't affect the ships themselves (which have spanking new anti-gravity devices), but it affects missiles launced by the ships. You can play against the computer, or two players can play with one keyboard. There is also a Gravity Wars mode, where the two ships do not move, and the players repeatedly specify the direction and velocity of their missiles. Notes: svn path=/head/; revision=317983
* Add forgotten pkg-messageJohan van Selst2013-05-121-0/+4
| | | | Notes: svn path=/head/; revision=317959
* Trim Makefile header; convert to OptionsNG (courtesy of jgh@).Alexey Dokuchaev2013-05-122-27/+25
| | | | Notes: svn path=/head/; revision=317957