Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2017 14:39:00 +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: r434885 - in head/games: crafty-tablebase-no-pawn crafty-tablebase-pawn
Message-ID:  <201702261439.v1QEd0p2049377@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Feb 26 14:38:59 2017
New Revision: 434885
URL: https://svnweb.freebsd.org/changeset/ports/434885

Log:
  These also fail to build on armv6.  The logfiles are more than 9GB
  before the build fails.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/crafty-tablebase-no-pawn/Makefile
  head/games/crafty-tablebase-pawn/Makefile

Modified: head/games/crafty-tablebase-no-pawn/Makefile
==============================================================================
--- head/games/crafty-tablebase-no-pawn/Makefile	Sun Feb 26 14:27:21 2017	(r434884)
+++ head/games/crafty-tablebase-no-pawn/Makefile	Sun Feb 26 14:38:59 2017	(r434885)
@@ -50,6 +50,7 @@ RUN_DEPENDS=	crafty:games/crafty
 NO_BUILD=	yes
 
 BROKEN_aarch64=		Fails to install: runaway process
+BROKEN_armv6=		Fails to install: runaway process
 BROKEN_mips64=		Fails to install: runaway process
 
 .if !defined(WITH_TBDIR)

Modified: head/games/crafty-tablebase-pawn/Makefile
==============================================================================
--- head/games/crafty-tablebase-pawn/Makefile	Sun Feb 26 14:27:21 2017	(r434884)
+++ head/games/crafty-tablebase-pawn/Makefile	Sun Feb 26 14:38:59 2017	(r434885)
@@ -42,6 +42,7 @@ NO_BUILD=	yes
 NO_ARCH=	yes
 
 BROKEN_aarch64=		Fails to install: runaway process
+BROKEN_armv6=		Fails to install: runaway process
 BROKEN_mips64=		Fails to install: runaway process
 
 .if !defined(WITH_TBDIR)



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