aboutsummaryrefslogtreecommitdiff
path: root/games/minetest
Commit message (Collapse)AuthorAgeFilesLines
* 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=458402
* - Update to 0.4.16Dmitry Marakasov2017-06-065-18/+16
| | | | Notes: svn path=/head/; revision=442786
* 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
* - In x11-toolkits/irrlicht build only the shared library. The upstreamTijl Coosemans2017-02-151-0/+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
* - Remove always false condition and unneeded patchDmitry Marakasov2017-01-052-51/+0
| | | | Notes: svn path=/head/; revision=430629
* - Update to 0.4.15Dmitry Marakasov2016-12-244-26/+29
| | | | | | | | | | - Remove -ffast-math to fix problems when built with clang 3.8+ ([1]) PR: 215532 [1] Submitted by: scf [1] Notes: svn path=/head/; revision=429371
* - Update to 0.4.14Dmitry Marakasov2016-05-286-26/+73
| | | | | | | - Tweak depends Notes: svn path=/head/; revision=416060
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-12/+12
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Fix build with CLIENT disabledDmitry Marakasov2016-03-241-6/+6
| | | | Notes: svn path=/head/; revision=411749
* Add forgotten pkg-descr updateDmitry Marakasov2016-01-241-2/+2
| | | | Notes: svn path=/head/; revision=407177
* - Update to 0.4.13Dmitry Marakasov2016-01-244-38/+35
| | | | | | | | PR: 205856 Submitted by: kevinz5000@gmail.com Notes: svn path=/head/; revision=407176
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Switch to @sampleDmitry Marakasov2015-09-291-3/+1
| | | | Notes: svn path=/head/; revision=398172
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+2
| | | | Notes: svn path=/head/; revision=390310
* Update ports in the games category to not use GH_COMMIT.Mathieu Arnold2015-05-062-3/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385523
* Remove useless -pthread replaceDmitry Marakasov2015-03-261-2/+0
| | | | Notes: svn path=/head/; revision=382299
* Remove PTHREAD_LIBS, PTHREAD_CFLAGS from my portsDmitry Marakasov2015-03-251-1/+1
| | | | Notes: svn path=/head/; revision=382258
* - Update to 0.4.12Dmitry Marakasov2015-02-284-18/+32
| | | | | | | | | | | - Clarify license - Add LICENSE_FILE PR: 197797 Submitted by: loic.blot@unix-experience.fr Notes: svn path=/head/; revision=380129
* - Fix build with FREETYPE enabledDmitry Marakasov2014-12-301-0/+13
| | | | | | | | PR: 196355 Submitted by: monwarez@mailoo.org Notes: svn path=/head/; revision=375811
* - Update to 0.4.11Dmitry Marakasov2014-12-292-5/+4
| | | | Notes: svn path=/head/; revision=375761
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* - Cleanup plistDmitry Marakasov2014-09-221-5/+0
| | | | Notes: svn path=/head/; revision=368932
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Update to 4.10Dmitry Marakasov2014-07-093-6/+11
| | | | Notes: svn path=/head/; revision=361328
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-1/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Make server-only installation not bring in X11 dependsDmitry Marakasov2014-02-132-3/+22
| | | | Notes: svn path=/head/; revision=344142
* - Update to 0.4.9Dmitry Marakasov2014-01-132-4/+4
| | | | Notes: svn path=/head/; revision=339596
* Convert the tree to USES=openalAntoine Brodin2013-12-251-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=337464
* Add more optionsDmitry Marakasov2013-11-291-2/+16
| | | | Notes: svn path=/head/; revision=335141
* - Update minetest and minetest_game to 0.4.8Dmitry Marakasov2013-11-266-242/+123
| | | | | | | | | | | - Support staging - Add rc.d script for minetestserver PR: 178244 Submitted by: Kevin Zheng <kevinz5000@gmail.com>, Oleg Alexeenkov <proller@yandex-team.ru> Notes: svn path=/head/; revision=334915
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (games category) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331269
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Trim Makefile headersDmitry Marakasov2013-07-121-3/+3
| | | | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files Notes: svn path=/head/; revision=322840
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update to 0.4.4Dmitry Marakasov2013-01-306-241/+228
| | | | | | | | PR: 175659 Submitted by: oleg <proler@gmail.com> Notes: svn path=/head/; revision=311276
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* - Update to 0.4.dev-20120122-1Dmitry Marakasov2012-01-275-132/+153
| | | | | | | - Don't make server depend on OpenGL Notes: svn path=/head/; revision=289884
* - Update to 0.2.20110922_1Dmitry Marakasov2011-11-017-77/+120
| | | | Notes: svn path=/head/; revision=284841
* An InfiniMiner/Minecraft inspired game.Dmitry Marakasov2011-06-308-0/+235
WWW: http://celeron.55.lt/~celeron55/minetest/ Notes: svn path=/head/; revision=276730