aboutsummaryrefslogtreecommitdiff
path: root/games/rlvm
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games/rlvm: simplify utf8cpp includes after r557889Jan Beich2020-12-161-4/+1
| | | | | | | Also, pet portlint by moving PORTREVISION. Notes: svn path=/head/; revision=558193
* - Bump devel/utf8cpp consumers after r557813Dima Panov2020-12-131-1/+3
| | | | | | | | | | utf8cpp includes now officially placed under own subdir Reported by: jbeich Pointyhat to: fluffy Notes: svn path=/head/; revision=557889
* devel/rlvm: update to 0.14.75Jan Beich2020-12-052-15/+7
| | | | | | | Changes: https://github.com/eglaysher/rlvm/compare/9350209...975e740c Notes: svn path=/head/; revision=557093
* games/rlvm: unbreak font fallback after r521445 r521451 r521458Jan Beich2020-12-051-2/+3
| | | | | | | | $ rlvm /path/to/CLANNAD Could not find msgothic.ttc or a suitable fallback font.: Please place a copy of msgothic.ttc in either your home directory or in the game path. Notes: svn path=/head/; revision=557092
* games/rlvm: drop python2 dependencyJan Beich2020-12-053-2/+5
| | | | | | | | PR: 251584 Submitted by: amdmi3 (based on) Notes: svn path=/head/; revision=557088
* Update USES=scons to specify scons of Python 2Sunpoet Po-Chuan Hsieh2020-05-251-1/+1
| | | | | | | - While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons Notes: svn path=/head/; revision=536497
* Unmark certain ports as broken on powerpc64 elfv2, after a trybroken run.Mark Linimon2020-03-181-1/+2
| | | | | | | | | | | | (Note that these have not yet been re-tested on elfv1.) While here, pet portlint (e.g. location of BROKEN_*, and, in one case, USES). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=528623
* Simplify port-specific manpages location after r523104Jan Beich2020-01-202-2/+2
| | | | | | | | | | | Not all of my ports are covered because: - USES=cmake requires patching devel/cmake to undo BSD-specific defaults (A good example why BSD quirks should stay in ports, not to be upstreamed) - USES=meson and GNU_CONFIGURE require dropping --mandir argument - ponscripter-sekai requires Templates/BSD.local.dist to NOT create PREFIX/man Notes: svn path=/head/; revision=523601
* games/rlvm: unbreak build after r521445Jan Beich2020-01-011-3/+3
| | | | | | | | | | | | | | | | =======================<phase: run-depends >============================ ===> rlvm-0.14.67_22 depends on file: /usr/local/share/fonts/dejavu/DejaVuSans.ttf - found ===> rlvm-0.14.67_22 depends on file: /usr/local/share/fonts/TTF/mona.ttf - not found ===> Installing existing package /packages/All/ja-font-mona-ttf-2.90_1.txz Installing ja-font-mona-ttf-2.90_1... Extracting ja-font-mona-ttf-2.90_1: ....... done ===> rlvm-0.14.67_22 depends on file: /usr/local/share/fonts/TTF/mona.ttf - not found *** Error code 1 Reported by: pkg-fallout Notes: svn path=/head/; revision=521678
* devel/googletest: merge googlemockJan Beich2019-12-191-1/+0
| | | | | | | | | Avoid micromanaging installed files to simplify maintenance. Already done upstream since 1.8.0. Other distributions (e.g., Arch, PkgSrc) have followed. Notes: svn path=/head/; revision=520417
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136 Notes: svn path=/head/; revision=519824
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* Drop C++11 workaround for GCC < 6 after r449590Jan Beich2019-09-141-1/+0
| | | | | | | | | | | 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
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774 Notes: svn path=/head/; revision=509290
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303 Notes: svn path=/head/; revision=498698
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* devel/boost-*: update to 1.69.0Jan Beich2018-12-121-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645 Notes: svn path=/head/; revision=487266
* games/rlvm: unbreak with boost 1.69Jan Beich2018-11-272-0/+5
| | | | | | | | | | | | src/systems/base/gan_graphics_object_data.cc:56:12: error: no member named 'cerr' in namespace 'std' using std::cerr; ~~~~~^ PR: 232525 Obtained from: upstream Notes: svn path=/head/; revision=486006
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-1/+1
| | | | | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 Notes: svn path=/head/; revision=479538
* Reorganize some my ports for better discoverabilityJan Beich2018-09-0310-0/+277
devel/onscripter{,-1byte} -> games/onscripter{,-1byte} devel/ponscripter-sekai -> games/ponscripter-sekai devel/renpy{,6} -> games/renpy{,6} devel/rlvm -> games/rlvm dns/openmdns -> net/openmdns (where Bonjour and Avahi are) Notes: svn path=/head/; revision=478837