aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* - Don't recreate bin/ symlink, upstream already provides correct oneDmitry Marakasov2015-10-052-12/+4
| | | | | | | | | | | - Drop @dirrm* from plist PR: 203193 Submitted by: amdmi3 Approved by: maintainer timeout (mva, 2 weeks) Notes: svn path=/head/; revision=398667
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-10-031-0/+1
| | | | Notes: svn path=/head/; revision=398489
* Fix pkg-plist when SERVER=onPawel Pekala2015-10-031-0/+3
| | | | Notes: svn path=/head/; revision=398467
* Update to version 1.18Pawel Pekala2015-10-022-3/+3
| | | | | | | | PR: 202821 Submitted by: Jordan Irwin (maintainer) Notes: svn path=/head/; revision=398452
* games/scummvm: Partially revert configure patchJohn Marino2015-10-021-8/+4
| | | | | | | | | | | | | The use of "$(prefix)" in the configure file seems not to be understand. On FreeBSD, it's ignored but it actually causes failures on DragonFly. I suspect these flags aren't actually used. If it turns out they are used, and support for non-standard PREFIX (not /usr/local) is desired, the REINPLACE_CMD macro can adjust /usr/local with in a post-patch target. Notes: svn path=/head/; revision=398426
* - Switch to pydistutils autoplist, fixing .egg-info handlingDmitry Marakasov2015-10-012-97/+2
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=398380
* Update to version 2.2.1Pawel Pekala2015-10-015-16/+18
| | | | | | | | PR: 202970 Submitted by: jakub_lach@mailplus.pl (maintainer) Notes: svn path=/head/; revision=398369
* games/blackshadeselite is not jobs safe.John Marino2015-10-011-0/+2
| | | | | | | | | | This one has failed on me multiple times under high contention. It appears that its is trying to create objects files in the objs directory before that directory is created (a race between c++ and mkdir) Notes: svn path=/head/; revision=398277
* - Update to 0.6.0Dmitry Marakasov2015-09-304-422/+386
| | | | | | | | | | | | | | - Fix indentation - Update WWW - Fix comment - Add LICENSE PR: 202817 Submitted by: chris@bsdjunk.com Approved by: maintainer timeout (peter_dunning@dsl.pipex.com, 4 weeks) Notes: svn path=/head/; revision=398229
* games/iourbanterror: point to proper pkg-descrRoman Bogorodskiy2015-09-301-2/+3
| | | | | | | | | | | | | | games/iourbanterror ships its own pkg-descr file, but does not define DESCR, so pkg-descr from its parent port, games/ioquake3, is used. Define DESCR to point to the proper file for games/iourbanterror and games/iourbanterror-server. While here, fix tabs/space mix in intendation and drop trailing whitespace as pointed by portlint. Notes: svn path=/head/; revision=398226
* Fix build when system libspeex is installedRoman Bogorodskiy2015-09-301-2/+11
| | | | | | | The fix is identical to ioquake3 fix in r398218. Notes: svn path=/head/; revision=398219
* Fix build when system libspeex is installedRoman Bogorodskiy2015-09-301-2/+11
| | | | | | | | | | | | | | The build system uses incorrect include order and it picks system libspeex headers instead of bundled one so build fails because of the interface difference. Fix that by forcing including bundled libspeex. This also fixes build of iourbanterror build. PR: 201926 Notes: svn path=/head/; revision=398218
* - Update to 1.0.2, no changelog entryRusmir Dusko2015-09-292-3/+3
| | | | Notes: svn path=/head/; revision=398183
* - Switch to @sampleDmitry Marakasov2015-09-291-3/+1
| | | | Notes: svn path=/head/; revision=398172
* - Update to 0.3.7Dmitry Marakasov2015-09-292-3/+3
| | | | Notes: svn path=/head/; revision=398151
* Remove obsolete line.Guido Falsi2015-09-281-1/+0
| | | | Notes: svn path=/head/; revision=398143
* - Recreate tarball, new GitHub commitRusmir Dusko2015-09-282-3/+6
| | | | | | | Please look 'git log' Notes: svn path=/head/; revision=398138
* Implemented complete support for test target.Dmitry Marakasov2015-09-281-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | You can now `make test' on any port to run test sequence, no-op by default. If a port defines TEST_TARGET, it'll run sub-make with specified target, usually `check' or `test', useful if upstream supports that. The port may instead define custom do-test target, as well as usual satellite targets: {pre,do,post}-test, {pre,do,post}-test-OPT, {pre,do,post}-test-OPT-off `make test' builds and stages port first, so test may use both WRKDIR and STAGEDIR, and both BUILD and RUN depends are available for test target. Additionally, TEST_DEPENDS is now properly supported and may be used to define additional depends specifically for testing. Framework may define default tests for specific cases. For instance, perl5.mk and cran.mk already provide default test target on their own. This commit also converts my ports which have tests to this new framework. Approved by: portmgr (bapt) Differential Revision: D3680 Notes: svn path=/head/; revision=398125
* - Add LICENSEDmitry Marakasov2015-09-271-0/+3
| | | | Notes: svn path=/head/; revision=398047
* Mark BROKEN: fails to linkAntoine Brodin2015-09-271-0/+2
| | | | | | | | | | | cc -Wall `/usr/local/bin/freetype-config --cflags` -DNO_NV_BUMPREF -DNO_NV_FRESNEL -DUSE_SOUND -O2 -pipe -fstack-protector -fno-strict-aliasing `/usr/local/bin/freetype-config --libs` -lglut -L/usr/local/lib -fstack-protector -o foobillard billard3d.o billmove.o billard.o vmath.o ball.o png_loader.o table.o queue.o aiplayer.o options.o evaluate_move.o helpscreen.o textobj.o font.o sys_stuff.o net_socket.o sound_stuff.o menu.o bumpref.o -lSM -lICE -L/usr/local/lib -lGL -lGLU -lXaw -lm -lXi -lpng -lz ball.o: In function `draw_balls': ball.c:(.text+0x4ddc): undefined reference to `glProgramParameter4fNV' Reported by: pkg-fallout Notes: svn path=/head/; revision=398030
* Deprecate ports broken for more than 6 monthsAntoine Brodin2015-09-261-0/+2
| | | | Notes: svn path=/head/; revision=398018
* games/aquaria: annotate patches with pull requestsJan Beich2015-09-263-0/+6
| | | | Notes: svn path=/head/; revision=398014
* - Add LICENSE_FILEDmitry Marakasov2015-09-261-0/+1
| | | | Notes: svn path=/head/; revision=398008
* Sort USESBaptiste Daroussin2015-09-262-5/+1
| | | | | | | | | Commit the missing plist changes Reported by: jbeich Notes: svn path=/head/; revision=397976
* Remove @exec/@unexec redundant with USES=desktop-file-utilsAntoine Brodin2015-09-261-2/+0
| | | | Notes: svn path=/head/; revision=397948
* Convert some plist entries to USESBaptiste Daroussin2015-09-261-1/+1
| | | | Notes: svn path=/head/; revision=397919
* Convert to USES=desktop-file-utilsBaptiste Daroussin2015-09-261-1/+1
| | | | Notes: svn path=/head/; revision=397918
* Enforce @post*Baptiste Daroussin2015-09-261-7/+7
| | | | Notes: svn path=/head/; revision=397914
* games/wesnoth: add portscout informationBartek Rutkowski2015-09-251-1/+3
| | | | | | | | | | - Fix PORTREVISION position PR: 203310 Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de> (maintainer) Notes: svn path=/head/; revision=397823
* - Add LICENSEDmitry Marakasov2015-09-252-3/+6
| | | | | | | | - Switch to @sample - Switch to options helpers Notes: svn path=/head/; revision=397812
* - Switch to @sampleDmitry Marakasov2015-09-252-9/+6
| | | | | | | | - Tweak LICENSE - Add NO_ARCH Notes: svn path=/head/; revision=397810
* Remove dirrm from plistBaptiste Daroussin2015-09-252-41/+14
| | | | | | | | Convert to options helpers Fix typos in dependency marcros Notes: svn path=/head/; revision=397796
* Remove useless @dirrmBaptiste Daroussin2015-09-251-40/+2
| | | | Notes: svn path=/head/; revision=397795
* Convert to @sampleBaptiste Daroussin2015-09-241-3/+1
| | | | Notes: svn path=/head/; revision=397785
* Convert to @sampleBaptiste Daroussin2015-09-241-3/+1
| | | | Notes: svn path=/head/; revision=397784
* Use DATADIR macro where possibleBaptiste Daroussin2015-09-241-1567/+1546
| | | | | | | | Remove useless @exec pkg will already do the right thing Reset @owner/@group when not needed anymore Notes: svn path=/head/; revision=397777
* Simplify a bit the plistBaptiste Daroussin2015-09-242-13/+3
| | | | | | | Use options helpers Notes: svn path=/head/; revision=397776
* games/wxlauncher: update to 0.10.0Jan Beich2015-09-244-28/+20
| | | | | | | | | | | | | | | | - Change GH_ACCOUNT, GH_PROJECT and WWW to new GitHub address - Add pkgconfig to USES - Change USE_SDL value to sdl2, because of new dependency - Explicitly define used wxWidgets version through WXVER CMake's define - Adapt patches for new version - Remove WX_UNICODE define, after ports r397085 changes Changes: https://github.com/scp-fs2open/wxLauncher/compare/release-0.9.6...release-0.10.0 PR: 202939 Submitted by: lightside <lightside@gmx.com> (maintainer) Notes: svn path=/head/; revision=397703
* - Switch to options helpersDmitry Marakasov2015-09-231-6/+1
| | | | Notes: svn path=/head/; revision=397615
* - Update to 20150918Frederic Culot2015-09-232-3/+3
| | | | | | | | PR: 203232 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) Notes: svn path=/head/; revision=397611
* Mark BROKEN: does not fetch:Dmitry Marakasov2015-09-231-0/+1
| | | | | | | | | | => Attempting to fetch http://www.garthgillespie.com/annelid/annelid-src.zip fetch: http://www.garthgillespie.com/annelid/annelid-src.zip: Operation timed out Reported by: pkg-fallout Notes: svn path=/head/; revision=397606
* - Drop no-op WX_UNICODEDmitry Marakasov2015-09-231-2/+1
| | | | | | | - Sort USES Notes: svn path=/head/; revision=397604
* - Add LICENSEDmitry Marakasov2015-09-231-8/+19
| | | | | | | | | - Switch to USES=localbase - Drop no-op WX_UNICODE - Install desktop entry and an icon Notes: svn path=/head/; revision=397599
* - Switch to options helpersDmitry Marakasov2015-09-221-32/+29
| | | | Notes: svn path=/head/; revision=397597
* - Remove %%DATADIR%%/help/pspbrwse.jbf, forgotten in previous commitRusmir Dusko2015-09-222-1/+1
| | | | | | | - Bump PORTREVISION for pkg-plist change Notes: svn path=/head/; revision=397596
* - Update to 1.1.1.6, please seeRusmir Dusko2015-09-222-4/+3
| | | | | | | /usr/local/share/doc/domination/ChangeLog.txt Notes: svn path=/head/; revision=397591
* games/frozen-bubble: Fix build on modern GCCJohn Marino2015-09-221-2/+7
| | | | | | | | | | The -Qunused-arguments flags is unique to clang and the last few releases of GCC will break if they don't recognize the flag. Use compiler features to limit this cflag to clang. Covered by GCC support blanket. Notes: svn path=/head/; revision=397556
* Properly fix the LP64 issue in the application resource handling ratherChristian Weisgerber2015-09-218-149/+376
| | | | | | | | | | | than praying that globals end up in the lower 32-bit address space. Add a number of missing includes, etc. Approved by: edwin Notes: svn path=/head/; revision=397492
* - Update to 2.2.7Dmitry Marakasov2015-09-212-4/+4
| | | | | | | - Sort USES Notes: svn path=/head/; revision=397473
* Typos, whitespace and capitalization fixes (G-P).Jimmy Olgeni2015-09-2013-14/+14
| | | | Notes: svn path=/head/; revision=397461