Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2018 16:40: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: r487302 - head/games/openspades
Message-ID:  <201812121640.wBCGe6YE035626@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Dec 12 16:40:05 2018
New Revision: 487302
URL: https://svnweb.freebsd.org/changeset/ports/487302

Log:
  To be consistent with other ports, the arch restriction ought to be
  BROKEN_*.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/openspades/Makefile

Modified: head/games/openspades/Makefile
==============================================================================
--- head/games/openspades/Makefile	Wed Dec 12 16:03:30 2018	(r487301)
+++ head/games/openspades/Makefile	Wed Dec 12 16:40:05 2018	(r487302)
@@ -18,8 +18,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	convert:graphics/ImageMagick6 # for building icons
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
-NOT_FOR_ARCHS=		aarch64 powerpc64
-NOT_FOR_ARCHS_REASON=	fails to compile: uses x86 assembly
+BROKEN_aarch64=		fails to compile: uses x86 assembly
+BROKEN_powerpc64=	fails to compile: uses x86 assembly
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	yvt



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