svn commit: r425714 - head/games/legesmotus

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 08:57:32 UTC 2016


Author: linimon
Date: Tue Nov  8 08:57:30 2016
New Revision: 425714
URL: https://svnweb.freebsd.org/changeset/ports/425714

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

Modified:
  head/games/legesmotus/Makefile

Modified: head/games/legesmotus/Makefile
==============================================================================
--- head/games/legesmotus/Makefile	Tue Nov  8 08:55:18 2016	(r425713)
+++ head/games/legesmotus/Makefile	Tue Nov  8 08:57:30 2016	(r425714)
@@ -13,6 +13,8 @@ COMMENT=	Team-based, networked, 2D shoot
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
+BROKEN_arm64=	Fails to build: Disallowed architecture for this platform: aarch64
+
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix="${PREFIX}" \
 		--mandir="${PREFIX}/man" \


More information about the svn-ports-all mailing list