Commit graph

69 commits

Author SHA1 Message Date
Dmitry Marakasov
bd9dd263d5 games/minetest: update 5.4.1 → 5.5.0 2022-02-13 04:02:51 +03:00
Dmitry Marakasov
0dc147ba7d games/minetest: add skip for portscout 2021-12-24 16:21:28 +03:00
Daniel Engberg
00f2a7aec7 devel/jsoncpp: Update to 1.9.4 -> 1.9.5
PR:		259654
2021-11-05 12:09:19 -07:00
Alexey Dokuchaev
9e9956359d Cleanup: for ports under g* categories, drop redundant GH_{ACCOUNT,PROJECT}. 2021-08-29 16:29:43 +00:00
Kevin Bowling
da3162c7c9 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
2021-06-22 11:53:08 -07:00
Dmitry Marakasov
f9478b4f40 games/minetest: fix link on aarch64 2021-06-03 13:56:18 +03:00
Dmitry Marakasov
1647de1e65 games/minetest: update to 5.4.1 2021-04-12 12:18:39 +03:00
Dmitry Marakasov
5823922c58 Remove useless Created by: headers mentioning me 2021-04-08 02:19:01 +03:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Dmitry Marakasov
d088ce0122 Switch to luajit-openresty on all architectures, this fixes spurious crashes 2021-03-11 11:00:37 +00:00
Dmitry Marakasov
0ee690fd1a - Update to 5.4.0 2021-03-04 22:58:56 +00:00
Piotr Kubaj
de27a5033b games/minetest: fix build on powerpc64le 2021-02-14 17:17:25 +00:00
Dmitry Marakasov
8551251fec - Apply upstream patch to fix errors from falling nodes
PR:		252758
Submitted by:	scf@FreeBSD.org
2021-01-18 17:28:06 +00:00
Dmitry Marakasov
35c66ad2f3 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
2020-12-03 16:18:23 +00:00
Piotr Kubaj
5b7a14fcb9 games/minetest: enable luajit on powerpc64
This port builds when using luajit-openresty.
2020-09-23 12:07:52 +00:00
Dmitry Marakasov
3d52cdff43 - Update to 5.3.0 2020-07-13 23:46:16 +00:00
Dmitry Marakasov
82d3ad7db2 - Update to 5.2.0 2020-04-09 21:31:34 +00:00
Tobias Kortkamp
29a23b8db4 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
2020-03-19 23:02:30 +00:00
Dmitry Marakasov
c68ea4b980 - Update to 5.1.1 2020-01-21 23:49:19 +00:00
Antoine Brodin
b165ca2978 Mark BROKEN: fails to link
clientlauncher.cpp:(.text+0x3f6f): undefined reference to `_ZN4Json5ValueaSEOS0_'

Reported by:	pkg-fallout
2020-01-21 13:21:55 +00:00
Dmitry Marakasov
059de3bd87 - Update to 5.1.0 2019-11-21 11:25:52 +00:00
Niclas Zeising
a3c56e68df 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.
2019-11-05 22:21:16 +00:00
Piotr Kubaj
6e6cfacbd2 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)
2019-08-09 11:36:04 +00:00
Dmitry Marakasov
3b7ec549cd - 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]
2019-07-31 22:50:15 +00:00
Dmitry Marakasov
ce6ac25f75 - Update to 0.4.17.1 2018-06-12 00:27:11 +00:00
Dmitry Marakasov
90bbdf013a - Update to 0.4.17 2018-06-06 11:49:45 +00:00
Kirill Ponomarev
7e59c3223f 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
2018-01-08 10:38:20 +00:00
Dmitry Marakasov
3ddcaa8e85 - Update to 0.4.16 2017-06-06 17:15:44 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Tijl Coosemans
2f49d6ba56 - 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.
2017-02-15 19:40:16 +00:00
Dmitry Marakasov
3885c235c1 - Remove always false condition and unneeded patch 2017-01-05 10:50:43 +00:00
Dmitry Marakasov
838231d129 - 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]
2016-12-24 16:37:21 +00:00
Dmitry Marakasov
7e36ecb26a - Update to 0.4.14
- Tweak depends
2016-05-28 18:38:05 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Dmitry Marakasov
9fc852fadb - Fix build with CLIENT disabled 2016-03-24 05:09:00 +00:00
Dmitry Marakasov
b16a6729ef Add forgotten pkg-descr update 2016-01-24 20:24:10 +00:00
Dmitry Marakasov
f907470dbf - Update to 0.4.13
PR:		205856
Submitted by:	kevinz5000@gmail.com
2016-01-24 20:23:42 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Dmitry Marakasov
17170e4635 - Switch to @sample 2015-09-29 12:08:28 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Mathieu Arnold
5392aa00ad Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 16:04:20 +00:00
Dmitry Marakasov
fd88dea19c Remove useless -pthread replace 2015-03-26 12:17:49 +00:00
Dmitry Marakasov
0cf23c9e42 Remove PTHREAD_LIBS, PTHREAD_CFLAGS from my ports 2015-03-25 18:30:25 +00:00
Dmitry Marakasov
64a2894007 - Update to 0.4.12
- Clarify license
- Add LICENSE_FILE

PR:		197797
Submitted by:	loic.blot@unix-experience.fr
2015-02-28 01:36:55 +00:00
Dmitry Marakasov
0c179f9ccb - Fix build with FREETYPE enabled
PR:		196355
Submitted by:	monwarez@mailoo.org
2014-12-30 00:02:37 +00:00
Dmitry Marakasov
2d3e246d27 - Update to 0.4.11 2014-12-29 01:15:07 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Dmitry Marakasov
649fa93414 - Cleanup plist 2014-09-22 14:23:13 +00:00
Gerald Pfeifer
15945f8122 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)
2014-09-10 20:50:31 +00:00