Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 05:03:10 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536935 - head/games/freeminer
Message-ID:  <202005290503.04T53AGJ065124@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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