non port: games/minetest/Makefile |
SVNWeb
|
Number of commits found: 71 |
Fri, 28 Jul 2023
|
[ 17:13 Daniel Engberg (diizzy) ] 664a2fa (Only the first 10 of 502 ports in this commit are shown above. )
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0
|
Thu, 13 Apr 2023
|
[ 19:14 Dmitry Marakasov (amdmi3) ] 2de9574
games/minetest: update 5.6.1 → 5.7.0
|
Thu, 3 Nov 2022
|
[ 12:09 Dmitry Marakasov (amdmi3) ] 058d5ac
games/minetest: switch to USES=luajit
|
Tue, 20 Sep 2022
|
[ 18:21 Dmitry Marakasov (amdmi3) ] dc86e49
games/minetest: update 5.6.0 → 5.6.1
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Fri, 5 Aug 2022
|
[ 19:01 Dmitry Marakasov (amdmi3) ] 61dfb54
games/minetest: update 5.5.1 → 5.6.0
|
Tue, 31 May 2022
|
[ 11:21 Dmitry Marakasov (amdmi3) ] 74f47d8
games/minetest: update manpage location
|
Mon, 23 May 2022
|
[ 11:20 Dmitry Marakasov (amdmi3) ] 3aba0ba
games/minetest: fix testing
|
Mon, 16 May 2022
|
[ 15:31 Dmitry Marakasov (amdmi3) ] ea855f9
games/minetest: update 5.5.0 → 5.5.1, support testing
|
Fri, 18 Mar 2022
|
[ 13:23 Bernhard Froehlich (decke) ] 2d94b3b
games/minetest: Add CPE information
Approved by: portmgr (blanket)
|
Sun, 13 Feb 2022
|
[ 01:02 Dmitry Marakasov (amdmi3) ] bd9dd26
games/minetest: update 5.4.1 → 5.5.0
|
Fri, 24 Dec 2021
|
[ 13:21 Dmitry Marakasov (amdmi3) ] 0dc147b
games/minetest: add skip for portscout
|
Fri, 5 Nov 2021
|
[ 19:09 Yuri Victorovich (yuri) Author: Daniel Engberg ] 00f2a7a (Only the first 10 of 28 ports in this commit are shown above. )
devel/jsoncpp: Update to 1.9.4 -> 1.9.5
PR: 259654
|
Sun, 29 Aug 2021
|
[ 16:29 Alexey Dokuchaev (danfe) ] 9e99563 (Only the first 10 of 12 ports in this commit are shown above. )
Cleanup: for ports under g* categories, drop redundant GH_{ACCOUNT,PROJECT}.
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
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
|
Mon, 12 Apr 2021
|
[ 09:18 Dmitry Marakasov (amdmi3) ] 1647de1
games/minetest: update to 5.4.1
|
Wed, 7 Apr 2021
|
[ 23:19 Dmitry Marakasov (amdmi3) ] 5823922 (Only the first 10 of 288 ports in this commit are shown above. )
Remove useless Created by: headers mentioning me
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 11 Mar 2021
|
[ 11:00 amdmi3 ]
Switch to luajit-openresty on all architectures, this fixes spurious crashes
|
Thu, 4 Mar 2021
|
[ 22:58 amdmi3 ]
- Update to 5.4.0
|
Sun, 14 Feb 2021
|
[ 17:17 pkubaj ]
games/minetest: fix build on powerpc64le
|
Mon, 18 Jan 2021
|
[ 17:28 amdmi3 ]
- Apply upstream patch to fix errors from falling nodes
PR: 252758
Submitted by: scf@FreeBSD.org
|
Thu, 3 Dec 2020
|
[ 16:18 amdmi3 ]
Fix multiple build problems
- 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
|
Wed, 23 Sep 2020
|
[ 12:07 pkubaj ]
games/minetest: enable luajit on powerpc64
This port builds when using luajit-openresty.
|
Mon, 13 Jul 2020
|
[ 23:46 amdmi3 ]
- Update to 5.3.0
|
Thu, 9 Apr 2020
|
[ 21:31 amdmi3 ]
- Update to 5.2.0
|
Thu, 19 Mar 2020
|
[ 23:02 tobik ] (Only the first 10 of 62 ports in this commit are shown above. )
Clean up LLD_UNSAFE from openal-soft ports
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
|
Tue, 21 Jan 2020
|
[ 23:49 amdmi3 ]
- Update to 5.1.1
|
[ 13:21 antoine ]
Mark BROKEN: fails to link
clientlauncher.cpp:(.text+0x3f6f): undefined reference to
`_ZN4Json5ValueaSEOS0_'
Reported by: pkg-fallout
|
Thu, 21 Nov 2019
|
[ 11:25 amdmi3 ]
- Update to 5.1.0
|
Tue, 5 Nov 2019
|
[ 22:21 zeising ] (Only the first 10 of 36 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories e and g
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.
|
Fri, 9 Aug 2019
|
[ 11:36 pkubaj ]
games/minetest: fix build with GCC-based architectures
New GCC is needed:
Insufficient gcc version, found 4.2.1. Version 4.9 or higher is required.
Approved by: mentors (implicit approval)
|
Wed, 31 Jul 2019
|
[ 22:50 amdmi3 ]
- Update to 5.0.1
- 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]
|
Tue, 12 Jun 2018
|
[ 00:27 amdmi3 ]
- Update to 0.4.17.1
|
Wed, 6 Jun 2018
|
[ 11:49 amdmi3 ]
- Update to 0.4.17
|
Mon, 8 Jan 2018
|
[ 10:38 krion ]
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
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
|
Tue, 6 Jun 2017
|
[ 17:15 amdmi3 ]
- Update to 0.4.16
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Wed, 15 Feb 2017
|
[ 19:40 tijl ]
- In x11-toolkits/irrlicht build only the shared library. The upstream
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.
|
Thu, 5 Jan 2017
|
[ 10:50 amdmi3 ]
- Remove always false condition and unneeded patch
|
Sat, 24 Dec 2016
|
[ 16:37 amdmi3 ]
- Update to 0.4.15
- Remove -ffast-math to fix problems when built with clang 3.8+ ([1])
PR: 215532 [1]
Submitted by: scf [1]
|
Sat, 28 May 2016
|
[ 18:38 amdmi3 ]
- Update to 0.4.14
- Tweak depends
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 24 Jan 2016
|
[ 20:23 amdmi3 ]
- Update to 0.4.13
PR: 205856
Submitted by: kevinz5000@gmail.com
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Wed, 6 May 2015
|
[ 16:04 mat ] (Only the first 10 of 74 ports in this commit are shown above. )
Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 26 Mar 2015
|
[ 12:17 amdmi3 ]
Remove useless -pthread replace
|
Wed, 25 Mar 2015
|
[ 18:30 amdmi3 ]
Remove PTHREAD_LIBS, PTHREAD_CFLAGS from my ports
|
Sat, 28 Feb 2015
|
[ 01:36 amdmi3 ]
- Update to 0.4.12
- Clarify license
- Add LICENSE_FILE
PR: 197797
Submitted by: loic.blot@unix-experience.fr
|
Mon, 29 Dec 2014
|
[ 01:15 amdmi3 ]
- Update to 0.4.11
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Wed, 9 Jul 2014
|
[ 03:33 amdmi3 ]
- Update to 4.10
|
Fri, 27 Jun 2014
|
[ 17:21 miwi ] (Only the first 10 of 94 ports in this commit are shown above. )
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself)
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
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 (Only the first 15 lines of the commit message are shown above )
|
Thu, 13 Feb 2014
|
[ 20:45 amdmi3 ]
- Make server-only installation not bring in X11 depends
|
Mon, 13 Jan 2014
|
[ 14:19 amdmi3 ]
- Update to 0.4.9
|
Wed, 25 Dec 2013
|
[ 23:29 antoine ] (Only the first 10 of 78 ports in this commit are shown above. )
Convert the tree to USES=openal
Approved by: portmgr (bapt)
|
Fri, 29 Nov 2013
|
[ 03:21 amdmi3 ]
Add more options
|
Tue, 26 Nov 2013
|
[ 03:35 amdmi3 ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update minetest and minetest_game to 0.4.8
- Support staging
- Add rc.d script for minetestserver
PR: 178244
Submitted by: Kevin Zheng <kevinz5000@gmail.com>, Oleg Alexeenkov
<proller@yandex-team.ru>
|
Fri, 20 Sep 2013
|
[ 17:36 bapt ] (Only the first 10 of 1149 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 12 Jul 2013
|
[ 15:01 amdmi3 ] (Only the first 10 of 229 ports in this commit are shown above. )
- Trim Makefile headers
- 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
|
Fri, 26 Apr 2013
|
[ 10:44 ak ] (Only the first 10 of 277 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Wed, 30 Jan 2013
|
[ 21:51 amdmi3 ]
- Update to 0.4.4
PR: 175659
Submitted by: oleg <proler@gmail.com>
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 27 Jan 2012
|
[ 17:25 amdmi3 ]
- Update to 0.4.dev-20120122-1
- Don't make server depend on OpenGL
|
Tue, 1 Nov 2011
|
[ 14:54 amdmi3 ]
- Update to 0.2.20110922_1
|
Thu, 30 Jun 2011
|
[ 14:53 amdmi3 ]
An InfiniMiner/Minecraft inspired game.
WWW: http://celeron.55.lt/~celeron55/minetest/
|
Number of commits found: 71 |