svn commit: r523722 - head/games/minetest

Antoine Brodin antoine at FreeBSD.org
Tue Jan 21 13:21:56 UTC 2020


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
 


More information about the svn-ports-all mailing list