aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r514120Jan Beich2019-10-092-4/+4
| | | | | | | | | | | | devel/renpy: update to 7.3.4 Changes: https://www.renpy.org/release/7.3.4 (see Announcment) Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-3-4 Reported by: portscout Approved by: ports-secteam blanket (regression fixes) Notes: svn path=/branches/2019Q4/; revision=514122
* MFH: r513574Jan Beich2019-10-072-5/+5
| | | | | | | | | | | | devel/renpy: update to 7.3.3 Changes: https://www.renpy.org/release/7.3.3 (see Announcment) Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-3-3 Reported by: portscout Approved by: ports-secteam (miwi) Notes: svn path=/branches/2019Q4/; revision=513944
* Qt5 update to 5.13.0Tobias C. Berner2019-10-012-0/+19
| | | | | | | | | | | | For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13 Thanks to adridg who helped to fix a lot of packages. Exp-run by: antoine PR: 238782 Notes: svn path=/head/; revision=513447
* games/openrct2: fix build with Clang 9, add USES=xorg, update objects and ↵Piotr Kubaj2019-09-302-9/+14
| | | | | | | | | | | | | | | | title-sequences Merge upstream patch (by jbeich) to fix build with Clang 9. Add USES=xorg. Update objects and title-sequences. Submitted by: jbeich (LLVM9 patch) Approved by: tcberner (mentor) Notes: svn path=/head/; revision=513341
* Chase update to audio/fluidsynth; bump PORTREVISION of dependent portsThomas Zander2019-09-297-7/+7
| | | | | | | PR: 240890 Notes: svn path=/head/; revision=513215
* games/onscripter: update to 20190922Jan Beich2019-09-292-4/+4
| | | | | | | Changes: http://onscripter.osdn.jp/onscripter_devel.2019.html Notes: svn path=/head/; revision=513179
* games/barrage: fix build on GCC architecturesPiotr Kubaj2019-09-271-1/+1
| | | | | | | | | | Use newer GCC: cc1: error: unrecognized command line option "-Wno-int-conversion" Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=513029
* lang/rust: Update to 1.38.0Tobias Kortkamp2019-09-272-2/+2
| | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html Tested by: jbeich, mikael.urankar@gmail.com, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D21778 Notes: svn path=/head/; revision=513013
* - Update yaml-cpp to 0.6.3Guido Falsi2019-09-261-1/+1
| | | | | | | | | | - Removed TEST option since it fails to build. Disable tests unconditionally. - Bump PORTREVISION on dependent ports. I've observed linker errors on startup due to library changes Notes: svn path=/head/; revision=512990
* Update games/chessx to 1.5.0 and take maintainershipRodrigo Osorio2019-09-265-44/+7
| | | | | | | | | | Changelog: http://chessx.sourceforge.net/node/71 PR: 240681 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> Notes: svn path=/head/; revision=512904
* games/xblackjack: Remove depenency on libXpNiclas Zeising2019-09-261-3/+3
| | | | | | | | | Remove the depenency on libXp from games/xblackjack, it is not needed. This is a prerequisite for deprecating libXp. Add xorg to uses Notes: svn path=/head/; revision=512900
* games/ags: Add USES=xorgTobias Kortkamp2019-09-261-1/+1
| | | | Notes: svn path=/head/; revision=512879
* games/ags: Update to 3.4.4.1Tobias Kortkamp2019-09-262-8/+6
| | | | | | | | | - Pet portclippy while here Changes: https://github.com/adventuregamestudio/ags/blob/v.3.4.4.1/Changes.txt Notes: svn path=/head/; revision=512878
* games/multimc: Update to 0.6.7Steve Wills2019-09-242-5/+4
| | | | | | | | | PR: 240278 Submitted by: Lewis Cook <vulcan@wired.sh> Approved by: tsundoku <me@tsundoku.ne.jp> (maintainer) Notes: svn path=/head/; revision=512742
* Turn off agressive optimizations to build the most generic packages (and,Mark Linimon2019-09-241-0/+9
| | | | | | | | | | | as a consequence, fix build on GCC-based systems): cc1: error: unrecognized command line option "-march=native" Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=512699
* games/xray_re-tools: unbreak with clang 9Jan Beich2019-09-231-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | ld: error: utils/converter/level_mesh.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/Ice/IceAABB.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/Ice/IceContainer.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/Ice/IceHPoint.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/Ice/IceMatrix4x4.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/Ice/IcePoint.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/Ice/IceRandom.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/OPC_AABBTree.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/OPC_BaseModel.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/OPC_Collider.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/OPC_MeshInterface.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/OPC_Model.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/OPC_OptimizedTree.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/OPC_TreeBuilders.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/OPC_TreeCollider.o: unable to find library from dependent library specifier: Opcode.lib Reported by: antoine (via bug 240629 exp-run) Regressed by: https://reviews.llvm.org/rL360984 Notes: svn path=/head/; revision=512650
* games/tome4: re-enable LLD_UNSAFENikolai Lifanov2019-09-231-0/+2
| | | | | | | | | | Still can't link with LLD on 12.0-RELEASE. No revision bump since it's a build fix. Reported by: Piotr Kubaj Notes: svn path=/head/; revision=512642
* games/legend-of-edgar: Update to 1.32Tobias Kortkamp2019-09-233-7/+23
| | | | | | | | | - Pet portclippy while here Changes: https://github.com/riksweeney/edgar/releases/tag/1.32 Notes: svn path=/head/; revision=512608
* Preserve scores during updatesGreg Lewis2019-09-222-6/+6
| | | | | | | | * Treat record and logfile as "samples" so that they will be kept when updating if they have anything in them. Notes: svn path=/head/; revision=512568
* Preserve scores during updatesGreg Lewis2019-09-222-2/+6
| | | | | | | | * Treat record and logfile as "samples" so that they will be kept when updating if they have anything in them. Notes: svn path=/head/; revision=512567
* Preserve scores during updatesGreg Lewis2019-09-222-6/+6
| | | | | | | | * Treat record and logfile as "samples" so that they will be kept when updating if they have anything in them. Notes: svn path=/head/; revision=512564
* games/ufoai: Prepare for mxml 3.1Tobias Kortkamp2019-09-222-0/+6
| | | | | | | | | | | | | | | | src/common/xml.cpp:523:14: error: member access into incomplete type 'mxml_node_t' (aka '_mxml_node_s') type = node->value.element.name; ^ /usr/local/include/mxml.h:97:16: note: forward declaration of '_mxml_node_s' typedef struct _mxml_node_s mxml_node_t; /**** An XML node. ****/ ^ 9 warnings and 1 error generated. PR: 240423 Approved by: m.tsatsenko@gmail.com (maintainer timeout, 14 days) Notes: svn path=/head/; revision=512550
* Bump PORTREVISIONGreg Lewis2019-09-211-1/+3
| | | | | | | | * Bump PORTREVISION, forgotten in previous change. * Minor portlint petting Notes: svn path=/head/; revision=512544
* Make it possible to enable dump logsGreg Lewis2019-09-212-4/+33
| | | | | | | | | | | * Enable the DUMPLOG configuration option * Configure an appropriate pattern for the dump log file name. Note, to actually enable dump logs you will need to edit sysconf and uncomment the DUMPLOGFILE name variable. Notes: svn path=/head/; revision=512543
* Update to 3.6.2; preserve scores and configGreg Lewis2019-09-216-64/+62
| | | | | | | | | | | | | * Update to 3.6.2 * Remove MARK_JOBS_UNSAFE, I have no problems building this on a MP machine without this. * Preserve the sysconf, logfile, record, and xlogfile files across updates by copying them to *.sample and marking them with @sample in the packing list. This preserves user configuration changes (sysconf) and high score records (logfile, record, xlogfile). Notes: svn path=/head/; revision=512542
* add new port: games/tome4-betaNikolai Lifanov2019-09-215-6/+225
| | | | | | | | | | | This adds a beta of 1.6 patch for games/tome4 It's a major update. Read more in announcements: https://te4.org/blogs/darkgod/2019/04/news/whats-next-tales-majeyal-lot-and-then-some https://te4.org/blogs/darkgod/2019/09/news/tales-majeyal-16-beta1-upon-you Notes: svn path=/head/; revision=512536
* clean up games/tome4 portNikolai Lifanov2019-09-211-8/+11
| | | | | | | | | - reorder sections - remove LLD_UNSAFE, not needed after openal update - prepare for a slave port Notes: svn path=/head/; revision=512531
* games/starfighter: fix build on GCC architecturesPiotr Kubaj2019-09-211-0/+1
| | | | | | | | | | | | Set USE_CSTD=c99 to fix build issue when using base GCC: gfx.c:922: error: 'for' loop initial declaration used outside C99 mode PR: 240691 Approved by: portmgr (blanket: build fix), linimon (mentor) Differential Revision: https://reviews.freebsd.org/D21722 Notes: svn path=/head/; revision=512512
* games/openbor: update to 7069Jan Beich2019-09-212-6/+6
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/112671a6...53e392c6 Notes: svn path=/head/; revision=512448
* Add missing USES=xorg for my portsGanael LAPLANCHE2019-09-204-4/+4
| | | | Notes: svn path=/head/; revision=512444
* games/rottdc: fix build on GCC architecturesPiotr Kubaj2019-09-201-1/+1
| | | | | | | | | | Use new GCC: rt_actor.c:11008: internal compiler error: in expand_expr_real_1, at expr.c:8721 Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=512412
* games/warmux:Max Brazhnikov2019-09-192-8/+6
| | | | | | | | | | - Undeprecate. Although the project is dead for a long time, other distributions still provide packages - Point WWW at Internet Archive page - Take maintainership Notes: svn path=/head/; revision=512365
* - Fix build for spark64Dmitry Marakasov2019-09-192-2/+15
| | | | | | | | PR: 240641 Submitted by: pkubaj@FreeBSD.org Notes: svn path=/head/; revision=512358
* Update Flightgear aicraft to 20190826Ganael LAPLANCHE2019-09-192-43/+44
| | | | Notes: svn path=/head/; revision=512328
* Update Simgear & Flightgear ports to 2019.1.1Ganael LAPLANCHE2019-09-196-38/+9
| | | | Notes: svn path=/head/; revision=512327
* Mark BROKEN: unfetchableAntoine Brodin2019-09-191-0/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=512313
* Mark BROKEN: checksum mismatchAntoine Brodin2019-09-191-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=512311
* games/onscripter: update to 20190917Jan Beich2019-09-182-4/+4
| | | | | | | Changes: http://onscripter.osdn.jp/onscripter_devel.2019.html Notes: svn path=/head/; revision=512288
* Fix some misspelled or duplicated LICENSE_*Tobias Kortkamp2019-09-171-1/+1
| | | | Notes: svn path=/head/; revision=512232
* games/el: unbreak on GCC architecturesPiotr Kubaj2019-09-171-1/+0
| | | | | | | | | graphics/cal3d needs a C++11 compiler for el to link. Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=512203
* games/xinvaders3d:Max Brazhnikov2019-09-162-8/+15
| | | | | | | | | | | - Fix fetch and undeprecate - Add LICENSE - Add dependency on required font - Install desktop entry - Update WWW Notes: svn path=/head/; revision=512183
* Deprecate a few portsAntoine Brodin2019-09-1537-0/+74
| | | | Notes: svn path=/head/; revision=512125
* update games/wtf to 20190909 snapshot from NetBSDNikolai Lifanov2019-09-152-4/+4
| | | | Notes: svn path=/head/; revision=512118
* Drop C++11 workaround for GCC < 6 after r449590Jan Beich2019-09-143-16/+2
| | | | | | | | | | | lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48 they should backport C++11 fix instead. QA on GCC architecuters is currently limited to powerpc64 which uses GCC_DEFAULT. PR: 193528 Notes: svn path=/head/; revision=512079
* Mark BROKEN on i386 with lldAntoine Brodin2019-09-141-0/+3
| | | | | | | | Reported by: pkg-fallout MFH: 2019Q3 Notes: svn path=/head/; revision=512027
* - Fix build on powerpc64Dmitry Marakasov2019-09-132-1/+12
| | | | | | | | PR: 240554 Submitted by: pkubaj@FreeBSD.org Notes: svn path=/head/; revision=511988
* - Update WWWDmitry Marakasov2019-09-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=511863
* games/barrage: update to 1.0.5Fernando Apesteguía2019-09-113-10/+10
| | | | | | | | | | | While here, fix USES. ChangeLog: https://sourceforge.net/p/lgames/news/2019/09/barrage-105-released/ Reported by: portscout Notes: svn path=/head/; revision=511826
* Create USE_LINUX sdlttf keyword and use it in games/linux-dwarffortress.Tijl Coosemans2019-09-101-3/+1
| | | | Notes: svn path=/head/; revision=511773
* - Update to 1.6.2Danilo Egea Gondolfo2019-09-093-16/+19
| | | | Notes: svn path=/head/; revision=511713