svn commit: r425716 - head/games/stockfish

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 09:01:12 UTC 2016


Author: linimon
Date: Tue Nov  8 09:01:10 2016
New Revision: 425716
URL: https://svnweb.freebsd.org/changeset/ports/425716

Log:
  Mark as broken on arm64 and mips64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/stockfish/Makefile

Modified: head/games/stockfish/Makefile
==============================================================================
--- head/games/stockfish/Makefile	Tue Nov  8 09:00:13 2016	(r425715)
+++ head/games/stockfish/Makefile	Tue Nov  8 09:01:10 2016	(r425716)
@@ -17,6 +17,8 @@ COMMENT=	Open source chess engine
 LICENSE=	GPLv3
 
 NOT_FOR_ARCHS=	sparc64
+BROKEN_arm64=	Fails to build: cannot detect architecture
+BROKEN_mips64=	Fails to build: cannot detect architecture
 
 USES=		compiler gmake zip
 


More information about the svn-ports-all mailing list