svn commit: r434885 - in head/games: crafty-tablebase-no-pawn crafty-tablebase-pawn
Mark Linimon
linimon at FreeBSD.org
Sun Feb 26 14:39:01 UTC 2017
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)
More information about the svn-ports-all
mailing list