From owner-svn-ports-all@freebsd.org Sun Feb 26 14:39:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 652FDCEE1E3; Sun, 26 Feb 2017 14:39:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22B55FBB; Sun, 26 Feb 2017 14:39:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QEd046049379; Sun, 26 Feb 2017 14:39:00 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QEd0p2049377; Sun, 26 Feb 2017 14:39:00 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201702261439.v1QEd0p2049377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 26 Feb 2017 14:39:00 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 14:39:01 -0000 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)