Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2020 13:21:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523722 - head/games/minetest
Message-ID:  <202001211321.00LDLtbu015895@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jan 21 13:21:55 2020
New Revision: 523722
URL: https://svnweb.freebsd.org/changeset/ports/523722

Log:
  Mark BROKEN: fails to link
  
  clientlauncher.cpp:(.text+0x3f6f): undefined reference to `_ZN4Json5ValueaSEOS0_'
  
  Reported by:	pkg-fallout

Modified:
  head/games/minetest/Makefile

Modified: head/games/minetest/Makefile
==============================================================================
--- head/games/minetest/Makefile	Tue Jan 21 13:05:37 2020	(r523721)
+++ head/games/minetest/Makefile	Tue Jan 21 13:21:55 2020	(r523722)
@@ -11,6 +11,8 @@ COMMENT=	Near-infinite-world block sandbox game
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/doc/lgpl-2.1.txt
 
+BROKEN=		fails to link
+
 LIB_DEPENDS=	libsqlite3.so:databases/sqlite3 \
 		libgmp.so:math/gmp
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001211321.00LDLtbu015895>