Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2017 18:30:43 +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: r441807 - head/games/legesmotus
Message-ID:  <201705261830.v4QIUhcN051170@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri May 26 18:30:43 2017
New Revision: 441807
URL: https://svnweb.freebsd.org/changeset/ports/441807

Log:
  Also fails on armv6.  Convert to NOT_FOR.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/legesmotus/Makefile

Modified: head/games/legesmotus/Makefile
==============================================================================
--- head/games/legesmotus/Makefile	Fri May 26 18:15:15 2017	(r441806)
+++ head/games/legesmotus/Makefile	Fri May 26 18:30:43 2017	(r441807)
@@ -13,7 +13,8 @@ COMMENT=	Team-based, networked, 2D shoot
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-BROKEN_aarch64=	Fails to build: Disallowed architecture for this platform: aarch64
+NOT_FOR_ARCHS=		aarch64 armv6
+NOT_FOR_ARCHS_REASON=	fails to build: Disallowed architecture for this platform
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix="${PREFIX}" \



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