aboutsummaryrefslogtreecommitdiff
path: root/games/minetest
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless Created by: headers mentioning meDmitry Marakasov2021-04-071-2/+0
|
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Switch to luajit-openresty on all architectures, this fixes spurious crashesDmitry Marakasov2021-03-111-5/+2
| | | | Notes: svn path=/head/; revision=568074
* - Update to 5.4.0Dmitry Marakasov2021-03-044-33/+9
| | | | Notes: svn path=/head/; revision=567344
* games/minetest: fix build on powerpc64lePiotr Kubaj2021-02-141-1/+1
| | | | Notes: svn path=/head/; revision=565253
* - Apply upstream patch to fix errors from falling nodesDmitry Marakasov2021-01-182-1/+22
| | | | | | | | PR: 252758 Submitted by: scf@FreeBSD.org Notes: svn path=/head/; revision=561952
* Fix multiple build problemsDmitry Marakasov2020-12-033-71/+70
| | | | | | | | | | | | - Remove bundled jsoncpp, it may conflict with system one - Fix plist (nls files are installed when both CLIENT and NLS are enabled) - Add patch to fix include order which causes build failure in presence of ${LOCALBASE}/include/event.h PR: 248540 Reported by: doctorwhoguy@gmail.com, wolfi@karpador.xyz Notes: svn path=/head/; revision=556909
* games/minetest: enable luajit on powerpc64Piotr Kubaj2020-09-231-1/+5
| | | | | | | This port builds when using luajit-openresty. Notes: svn path=/head/; revision=549711
* - Update to 5.3.0Dmitry Marakasov2020-07-133-4/+53
| | | | Notes: svn path=/head/; revision=542164
* - Update to 5.2.0Dmitry Marakasov2020-04-092-4/+4
| | | | Notes: svn path=/head/; revision=531274
* Clean up LLD_UNSAFE from openal-soft portsTobias Kortkamp2020-03-191-1/+2
| | | | | | | | | | | | | After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and can drop LLD_UNSAFE from openal-soft ports. LLD can link them fine now but some ports needs a little help on i386 (-Wl,-znotext). PR: 226980 Reviewed by: jbeich (earlier version) Differential Revision: https://reviews.freebsd.org/D23030 Notes: svn path=/head/; revision=528750
* - Update to 5.1.1Dmitry Marakasov2020-01-214-20/+22
| | | | Notes: svn path=/head/; revision=523753
* Mark BROKEN: fails to linkAntoine Brodin2020-01-211-0/+2
| | | | | | | | | clientlauncher.cpp:(.text+0x3f6f): undefined reference to `_ZN4Json5ValueaSEOS0_' Reported by: pkg-fallout Notes: svn path=/head/; revision=523722
* - Update to 5.1.0Dmitry Marakasov2019-11-213-4/+14
| | | | Notes: svn path=/head/; revision=518093
* Add USES=xorg USES=gl, ports categories e and gNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'e' and 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516847
* games/minetest: fix build with GCC-based architecturesPiotr Kubaj2019-08-091-1/+1
| | | | | | | | | | New GCC is needed: Insufficient gcc version, found 4.2.1. Version 4.9 or higher is required. Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=508439
* - Update to 5.0.1Dmitry Marakasov2019-07-315-37/+63
| | | | | | | | | | | | | | - Rework options - Unbundle dependencies where possible - Fix minetestserver rc.d script by setting HOME [1] - Unbreak in powerpc [3] - Update WWW PR: 235355 [1], 238064 [2], 239413 [3] Submitted by: dch@freebsd.org [1], crwhipp@gmail.com [2], pkubaj@FreeBSD.org [3] Notes: svn path=/head/; revision=507742
* - Update to 0.4.17.1Dmitry Marakasov2018-06-122-4/+4
| | | | Notes: svn path=/head/; revision=472224
* - Update to 0.4.17Dmitry Marakasov2018-06-063-18/+6
| | | | Notes: svn path=/head/; revision=471835
* 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