Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2016 07:06:06 +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: r425922 - head/games/acm
Message-ID:  <201611120706.uAC766gY077513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Nov 12 07:06:06 2016
New Revision: 425922
URL: https://svnweb.freebsd.org/changeset/ports/425922

Log:
  While the concept of a game involving warring typefaces has some merit,
  this game isn't it.
  
  While here, note that it doesn't build on aarch64.

Modified:
  head/games/acm/Makefile

Modified: head/games/acm/Makefile
==============================================================================
--- head/games/acm/Makefile	Sat Nov 12 06:33:23 2016	(r425921)
+++ head/games/acm/Makefile	Sat Nov 12 07:06:06 2016	(r425922)
@@ -8,7 +8,7 @@ CATEGORIES=	games
 MASTER_SITES=	http://mirror.amdmi3.ru/distfiles/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Arial combat simulator for X11
+COMMENT=	Aerial combat simulator for X11
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
@@ -24,6 +24,8 @@ CONFIGURE_ENV=	ac_cv_lib_Xm_XmCreateBull
 USE_PERL5=	build
 MAKE_ARGS+=	prefix=${STAGEDIR}${PREFIX}/ OBVDIR=${STAGEDIR}${DATADIR}/
 
+BROKEN_aarch64=	Fails to compile: machine/limits.h not found
+
 OPTIONS_DEFINE=	SOUND
 
 SOUND_LIB_DEPENDS=	libaudio.so:audio/nas



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