aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
...
* New port: games/OpenTombTobias Kortkamp2017-06-098-0/+295
| | | | | | | | | | | | | | | | | | OpenTomb is an open-source engine reimplementation project intended to play levels from all classic-era Tomb Raider games (TR 1-5) and custom TRLE levels. The project does not use any old Tomb Raider source code, because all attempts to retrieve sources from Eidos / Core were in vain. WWW: https://opentomb.github.io/ PR: 218883 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10664 Notes: svn path=/head/; revision=442987
* Update to 1.51Tobias Kortkamp2017-06-092-5/+4
| | | | | | | | Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11098 Notes: svn path=/head/; revision=442986
* Add explicit libpng dependency to fix the build of games/opensonicTobias Kortkamp2017-06-091-1/+2
| | | | | | | | | | | after the recent devel/allegro update. PR: 215838 Approved by: mat (mentor), devel@stasyan.com (maintainer) Differential Revision: https://reviews.freebsd.org/D11039 Notes: svn path=/head/; revision=442982
* Add NO_ARCHSunpoet Po-Chuan Hsieh2017-06-071-0/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=442880
* - Update to 0.4.16Dmitry Marakasov2017-06-063-5/+5
| | | | Notes: svn path=/head/; revision=442787
* - Update to 0.4.16Dmitry Marakasov2017-06-065-18/+16
| | | | Notes: svn path=/head/; revision=442786
* - Add games/auralquizDmitry Marakasov2017-06-066-0/+86
| | | | | | | | | | | | | | | | | | | | Auralquiz is a simple music quiz game for GNU/Linux, using your own music files. The game plays short pieces of music files from your folders (in Ogg Vorbis, FLAC, Opus or MP3 formats), and presents a question and several answers about the current song. The fastest the answer, the more points you receive. Up to 8 people can play in a turn-based mode. In the highest difficulty level there are no answer buttons, and instead, you have to type the answer yourself. WWW: https://jancoding.wordpress.com/auralquiz/ Notes: svn path=/head/; revision=442785
* Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.Mathieu Arnold2017-06-066-41/+29
| | | | | | | | | While there, fix small style issues. Sponsored by: Absolight Notes: svn path=/head/; revision=442783
* Use MAKE_CMD instead of MAKE in pre-build.Raphael Kubo da Costa2017-06-051-1/+1
| | | | | | | | We may be building with something other than make, as is the case if one uses CMake's ninja generator. Notes: svn path=/head/; revision=442691
* Switch to an out-of-source CMake build.Raphael Kubo da Costa2017-06-052-6/+2
| | | | | | | | This prevents some build system files from being installed. Bump PORTREVISION accordingly. Notes: svn path=/head/; revision=442686
* Change from USES=twisted to devel/py-twistedSunpoet Po-Chuan Hsieh2017-06-051-2/+3
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=442637
* Change from USES=twisted to devel/py-twistedSunpoet Po-Chuan Hsieh2017-06-051-2/+3
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=442636
* - Update to 3.0.1Dmitry Marakasov2017-06-052-4/+4
| | | | Notes: svn path=/head/; revision=442608
* games/openra: update to 20170527Jan Beich2017-06-042-5/+4
| | | | | | | | Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20170527 MFH: 2017Q2 Notes: svn path=/head/; revision=442568
* Apply some patches from OpenSUSE to fix some issues, including the build on ↵Barbara Guida2017-06-0415-16/+300
| | | | | | | | | recent compilers. PR: 216835, 219295 Notes: svn path=/head/; revision=442564
* Fix shebangs.Tobias C. Berner2017-06-021-5/+19
| | | | | | | | | Reviewed by: tz Approved by: tz (maintainer) Differential Revision: https://reviews.freebsd.org/D10779 Notes: svn path=/head/; revision=442408
* Mark some ports failing on powerpc64. These ports are either newMark Linimon2017-06-021-0/+2
| | | | | | | | | | | ports, or had been recently unblocked. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=442405
* Convert to options helperSunpoet Po-Chuan Hsieh2017-06-022-14/+11
| | | | | | | | - Convert to options target helper - Fix WWW Notes: svn path=/head/; revision=442400
* Convert to options target helperSunpoet Po-Chuan Hsieh2017-06-023-6/+6
| | | | | | | | - Pet portlint: fix diff header of patch file - Fix WWW Notes: svn path=/head/; revision=442399
* update games/wtf to 20170529 snapshot from NetBSDNikolai Lifanov2017-05-312-4/+4
| | | | Notes: svn path=/head/; revision=442180
* games/stonesoup: actually commit patch to sound.hNikolai Lifanov2017-05-301-0/+19
| | | | Notes: svn path=/head/; revision=442125
* games/stonesoup, games/stonesoup-sdl: update to 0.20.0Nikolai Lifanov2017-05-308-79/+25
| | | | | | | | | | | | | | | This release is filled with cool new stuff. Read about it here: http://crawl.develz.org/wordpress/crawl-0-20-scarf-our-wanderful-fried-frogs Port changes: o switch to new master site layout and enable https:// o drop several now unnecessary local patches o chase SOUND refactoring o implement and enable sound support for SDL (tiles) option unconditionally - this uses SDL_mixer and not /usr/local/bin/play like the SOUND option Notes: svn path=/head/; revision=442124
* Fix OpenAL dependencyTobias Kortkamp2017-05-301-3/+2
| | | | | | | | | PR: 219266 Approved by: lme (mentor), devel@stasyan.com (maintainer) Differential Revision: https://reviews.freebsd.org/D10788 Notes: svn path=/head/; revision=442103
* Remove ALSA dependency. It's not required.Tobias Kortkamp2017-05-302-8/+8
| | | | | | | | Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10730 Notes: svn path=/head/; revision=442102
* Register dependency on groffAntoine Brodin2017-05-291-1/+1
| | | | | | | PR: 213725 Notes: svn path=/head/; revision=441979
* Fix options helperSunpoet Po-Chuan Hsieh2017-05-281-5/+5
| | | | | | | | | | - Fix OPTIONS_DEFAULT: remove IPV6 and NLS which are added by framework - Convert to options target helper Approved by: portmgr (blanket) Notes: svn path=/head/; revision=441957
* Register dependency on groffAntoine Brodin2017-05-281-1/+1
| | | | | | | PR: 213725 Notes: svn path=/head/; revision=441925
* Mark some ports failing on armv6, for errors classified as "linker_error".Mark Linimon2017-05-271-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441881
* Mark some ports failing on armv6, for errors classified as "coredump".Mark Linimon2017-05-274-0/+10
| | | | | | | | | | | This skips the ports that possibly only coredump under qemu. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441875
* Mark some ports failing on armv6, for errors classified as "clang_werror".Mark Linimon2017-05-271-4/+4
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441850
* Mark some ports failing on armv6, for errors classified as "clang".Mark Linimon2017-05-271-2/+3
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441847
* Mark some ports failing on armv6, for errors classified as "bad C++ code".Mark Linimon2017-05-272-2/+5
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441823
* Mark some ports failing on armv6, for errors classified as "???".Mark Linimon2017-05-263-5/+8
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441814
* Also fails on armv6. Convert to NOT_FOR.Mark Linimon2017-05-261-1/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441807
* update games/tome4 to 1.5.5Nikolai Lifanov2017-05-242-5/+4
| | | | | | | | | | This contains two back-to-back bugfix releases: https://te4.org/blogs/darkgod/2017/05/news/tales-majeyal-154-match-out https://te4.org/blogs/darkgod/2017/05/news/tales-majeyal-155-aka-whoops-out Notes: svn path=/head/; revision=441599
* - Switch to options helpersDmitry Marakasov2017-05-242-3/+5
| | | | | | | - Regenerate patches Notes: svn path=/head/; revision=441567
* games/manaplus: update to 1.7.5.14Jan Beich2017-05-242-5/+4
| | | | | | | | | Changes: https://manaplus.org/changelog#new_release_17514 PR: 219439 Submitted by: Thibault Payet <monwarez@mailoo.org> (maintainer) Notes: svn path=/head/; revision=441565
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-23229-192/+229
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-2228-17/+63
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441455
* Update to 2.4.10Jochen Neumeister2017-05-213-7/+6
| | | | | | | | | | | | | - Remove MAKE_JOBS_UNSAFE - Changes: https://github.com/BZFlag-Dev/bzflag/releases PR: 219317 Reported by: Kevin Zheng (Maintainer) <kevinz5000@gmail.com> Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10792 Notes: svn path=/head/; revision=441416
* Update to 2017.05.06Jochen Neumeister2017-05-213-7/+7
| | | | | | | | | | PR: 219398 Reported by: Yuri Victorovich (Maintainer) <yuri@rawbw.com> Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10831 Notes: svn path=/head/; revision=441412
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-214-8/+9
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441395
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-203-2/+8
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Reported by: swills Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441320
* games/openarena: Fix CVE-2017-6903Dominic Fandrey2017-05-1812-11/+519
| | | | | | | | | | | | | | | | | - Backport fix based on patchset for urbanterror [1] [1] https://github.com/Barbatos/ioq3-for-UrbanTerror-4/pull/73 PR: 217911 Submitted by: miwi Approved by: miwi (mentor) MFH: 2017Q2 Security: CVE-2017-6903 Security: e48355d7-1548-11e7-8611-0090f5f2f347 Differential Revision: https://reviews.freebsd.org/D10176 Notes: svn path=/head/; revision=441199
* games/ioquake3-devel: Remove in favour of ioquake3Dominic Fandrey2017-05-186-76/+0
| | | | | | | | | | | | | | | | Upstream requested us to point games/ioquake3 to github master, making this port obsolete. PR: 217911 Reviewed by: miwi Approved by: miwi (mentor) MFH: 2017Q2 Security: CVE-2017-6903 Security: e48355d7-1548-11e7-8611-0090f5f2f347 Differential Revision: https://reviews.freebsd.org/D10172 Notes: svn path=/head/; revision=441198
* Update WWWSunpoet Po-Chuan Hsieh2017-05-181-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=441181
* Spell `superseded' correctly in various places.Alexey Dokuchaev2017-05-181-1/+1
| | | | Notes: svn path=/head/; revision=441149
* Add missing run dependency to Python (fixes shebang of openalchemist-config)Ganael LAPLANCHE2017-05-181-2/+2
| | | | Notes: svn path=/head/; revision=441145
* Mark deprecated and set experation date.Koop Mast2017-05-181-0/+3
| | | | | | | Is no longer used after the recent gnome-games updates. Notes: svn path=/head/; revision=441140
* games/openra: update GeoLite2 to May snapshotJan Beich2017-05-182-2/+3
| | | | | | | fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1366645, actual 1381919 Notes: svn path=/head/; revision=441123