svn commit: r536935 - head/games/freeminer

Mark Linimon linimon at FreeBSD.org
Fri May 29 05:03:11 UTC 2020


Author: linimon
Date: Fri May 29 05:03:10 2020
New Revision: 536935
URL: https://svnweb.freebsd.org/changeset/ports/536935

Log:
  Mark as BROKEN on armv7 and powerpc64-12.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/freeminer/Makefile

Modified: head/games/freeminer/Makefile
==============================================================================
--- head/games/freeminer/Makefile	Fri May 29 04:53:50 2020	(r536934)
+++ head/games/freeminer/Makefile	Fri May 29 05:03:10 2020	(r536935)
@@ -13,6 +13,9 @@ LICENSE=	LGPL21+ GPLv3+ # source mentions GPLv3+, LICE
 LICENSE_COMB=	multi
 LICENSE_FILE_GPLv3+ =	${WRKSRC}/COPYING # don't remove space
 
+BROKEN_armv7=			fails to configure: Looking for include file endian.h - not found
+BROKEN_FreeBSD_12_powerpc64=	fails to compile: freeminer-0.4.10.4/src/util/lock.h:200:31: error: cannot convert 'const shared_map<Key, T, Compare, Allocator>*' to 'locker*
+
 LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
 
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list