svn commit: r568074 - head/games/minetest

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 11 11:00:37 UTC 2021


Author: amdmi3
Date: Thu Mar 11 11:00:37 2021
New Revision: 568074
URL: https://svnweb.freebsd.org/changeset/ports/568074

Log:
  Switch to luajit-openresty on all architectures, this fixes spurious crashes

Modified:
  head/games/minetest/Makefile

Modified: head/games/minetest/Makefile
==============================================================================
--- head/games/minetest/Makefile	Thu Mar 11 10:19:49 2021	(r568073)
+++ head/games/minetest/Makefile	Thu Mar 11 11:00:37 2021	(r568074)
@@ -3,6 +3,7 @@
 
 PORTNAME=	minetest
 PORTVERSION=	5.4.0
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	amdmi3 at FreeBSD.org
@@ -66,7 +67,7 @@ NCURSES_USES=		ncurses
 
 LUAJIT_DESC=		LuaJIT support
 LUAJIT_CMAKE_BOOL=	ENABLE_LUAJIT REQUIRE_LUAJIT
-LUAJIT_LIB_DEPENDS=	libluajit-5.1.so:lang/luajit
+LUAJIT_LIB_DEPENDS=	libluajit-5.1.so:lang/luajit-openresty
 
 PGSQL_USES=		pgsql
 PGSQL_CMAKE_BOOL=	ENABLE_POSTGRESQL
@@ -85,10 +86,6 @@ NLS_USES=		gettext
 NLS_LDFLAGS=		-L${LOCALBASE}/lib
 
 .include <bsd.port.options.mk>
-
-.if ${ARCH:Mpowerpc64*}
-LUAJIT_LIB_DEPENDS=	libluajit-5.1.so:lang/luajit-openresty
-.endif
 
 .if ${PORT_OPTIONS:MCLIENT} && ${PORT_OPTIONS:MSOUND}
 USES+=		openal


More information about the svn-ports-head mailing list