aboutsummaryrefslogtreecommitdiff
path: root/games/freeminer
Commit message (Collapse)AuthorAgeFilesLines
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* 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
|
* games/freeminer: fix build on powerpc64lePiotr Kubaj2021-02-141-1/+1
| | | | Notes: svn path=/head/; revision=565252
* games/freeminer: enable luajit on powerpc64Piotr Kubaj2020-09-231-2/+5
| | | | | | | Builds fine when using luajit-openresty. Notes: svn path=/head/; revision=549684
* games/freeminer: unbreak after r540853Jan Beich2020-07-051-1/+1
| | | | | | | | | | | | | | | | | In file included from src/script/common/c_content.cpp:39: In file included from /usr/local/include/json/json.h:10: [...] /usr/local/include/json/value.h:107:6: error: redefinition of 'ValueType' enum ValueType { ^ src/json/json.h:398:9: note: previous definition is here enum ValueType ^ Reported by: pkg-fallout Notes: svn path=/head/; revision=541297
* Mark as BROKEN on armv7 and powerpc64-12.Mark Linimon2020-05-291-0/+3
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=536935
* Drop maintainershipDmitry Marakasov2020-04-191-1/+1
| | | | Notes: svn path=/head/; revision=532144
* Clean up LLD_UNSAFE from openal-soft portsTobias Kortkamp2020-03-191-1/+1
| | | | | | | | | | | | | 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
* Do not set CLIENTS?_USES twiceTobias Kortkamp2019-11-071-2/+1
| | | | | | | | | Also drop misspelled CLIENTS_VERS in games/quakeforge. It probably was meant to be CLIENTS_VARS but the port does not use Gtk so INSTALLS_ICONS=yes should not be set anyway. Notes: svn path=/head/; revision=516975
* Add USES=xorg USES=gl, ports categories e and gNiclas Zeising2019-11-051-0/+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
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508837
* games/freeminer: enable building on powerpc64Piotr Kubaj2019-08-131-0/+1
| | | | | | | | | | | Luajit is not available on powerpc64. This itself doesn't fix build with GCC on powerpc64 currently, but it does fix build when experimental patches for Clang in base are used. Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D21241 Notes: svn path=/head/; revision=508830
* 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
* 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Set LLD_UNSAFE=yes that the port will continue to link with ld.bfdKirill Ponomarev2018-01-071-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=458388
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* 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
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* - 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Drop 8.x-related conditions for my portsDmitry Marakasov2015-08-021-4/+0
| | | | Notes: svn path=/head/; revision=393445
* 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-4/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385523
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-0/+1
| | | | Notes: svn path=/head/; revision=375598
* - Check OPSYS along with OSVERSIONDmitry Marakasov2014-12-041-2/+2
| | | | | | | - Clarify BROKEN message Notes: svn path=/head/; revision=373882
* - Update to 0.4.10.4Dmitry Marakasov2014-11-253-12/+19
| | | | | | | - Use @sample Notes: svn path=/head/; revision=373389
* - List empty directory in plistDmitry Marakasov2014-11-191-0/+1
| | | | Notes: svn path=/head/; revision=372787
* - Cleanup plistDmitry Marakasov2014-09-221-4/+0
| | | | Notes: svn path=/head/; revision=368935
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+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
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-1/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* Upgrade snappy to 1.1.1, and bump all related PORTREVISION to chase shared ↵Vanilla I. Shu2014-06-031-1/+1
| | | | | | | | | | | library version. PR: ports/190409 Submitted by: ports at robakdesign.com Approved by: portmgr@ (for NO_STAGE) Notes: svn path=/head/; revision=356371
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+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=344143
* - Bring back hosted directory for games to be placed intoDmitry Marakasov2014-01-281-0/+4
| | | | Notes: svn path=/head/; revision=341496
* - Update to 0.4.9.3Dmitry Marakasov2014-01-273-7/+13
| | | | Notes: svn path=/head/; revision=341473
* Convert the tree to USES=openalAntoine Brodin2013-12-251-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=337464
* - Add freeminer and freeminer-game: forks of minecraft andDmitry Marakasov2013-12-076-0/+183
minecraft_game correspondingly Freeminer is a Minecraft-inspired sandbox game. WWW: http://freeminer.org/ Notes: svn path=/head/; revision=335803