svn commit: r536936 - branches/2020Q2/games/freeminer
Mark Linimon
linimon at FreeBSD.org
Fri May 29 05:06:03 UTC 2020
Author: linimon
Date: Fri May 29 05:06:03 2020
New Revision: 536936
URL: https://svnweb.freebsd.org/changeset/ports/536936
Log:
MFH: r536935
Mark as BROKEN on armv7 and powerpc64-12.
Approved by: portmgr (tier-2 blanket)
Modified:
branches/2020Q2/games/freeminer/Makefile
Directory Properties:
branches/2020Q2/ (props changed)
Modified: branches/2020Q2/games/freeminer/Makefile
==============================================================================
--- branches/2020Q2/games/freeminer/Makefile Fri May 29 05:03:10 2020 (r536935)
+++ branches/2020Q2/games/freeminer/Makefile Fri May 29 05:06:03 2020 (r536936)
@@ -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-branches
mailing list