aboutsummaryrefslogtreecommitdiff
path: root/games/voxelands
Commit message (Collapse)AuthorAgeFilesLines
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* games/voxelands{,-server}: Remove potential malicious WWWLars Engels2018-12-131-2/+0
| | | | Notes: svn path=/head/; revision=487370
* Pet portlint.Mark Linimon2018-12-131-2/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=487337
* Mark BROKEN: fails to buildAntoine Brodin2018-11-041-0/+2
| | | | | | | | | | | | | In file included from src/porting.cpp:33: In file included from src/config.h:10: src/cmake_config.h:17:26: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] #define BUILD_INFO "VER="VERSION_STRING" RUN_IN_PLACE=0 USE_GETTEXT=1 INSTALL_PREFIX=/usr/local BUILD_TYPE="BUILD_TYPE ^ Reported by: pkg-fallout Notes: svn path=/head/; revision=484104
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Set LLD_UNSAFE=yes that the port will continue to link with ld.bfdKirill Ponomarev2018-01-081-0/+1
| | | | | | | | | | | if /usr/bin/ld is lld, until the issue can be addressed. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=458408
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | 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-221-0/+2
| | | | | | | | | | | | 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
* - In x11-toolkits/irrlicht build only the shared library. The upstreamTijl Coosemans2017-02-151-1/+1
| | | | | | | | | | | | Makefile does not support building both the static and shared library. It compiles the code without -fPIC first for the static library and then creates the shared library from the same object files without recompiling them with -fPIC. - The upstream install target can now be used as well. - Use upstream library version and bump dependent ports. Notes: svn path=/head/; revision=434192
* CleanupAntoine Brodin2016-11-051-2/+2
| | | | Notes: svn path=/head/; revision=425375
* New ports: games/voxelands and games/voxelands-serverJoseph Mingrone2016-11-015-0/+1388
A voxel sandbox game forked from minetest: http://www.voxelands.com/ PR: 201069 Submitted by: dcmenche@gmail.com (maintainer) Reviewed by: mat Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8379 Notes: svn path=/head/; revision=425080