Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2018 16:42:54 +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: r487303 - head/games/zdoom
Message-ID:  <201812121642.wBCGgsX3040318@repo.freebsd.org>

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

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

Modified:
  head/games/zdoom/Makefile

Modified: head/games/zdoom/Makefile
==============================================================================
--- head/games/zdoom/Makefile	Wed Dec 12 16:40:05 2018	(r487302)
+++ head/games/zdoom/Makefile	Wed Dec 12 16:42:54 2018	(r487303)
@@ -19,8 +19,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libsndfile.so:audio/libsndfile
 
-NOT_FOR_ARCHS=		powerpc64
-NOT_FOR_ARCHS_REASON=	fails to compile: invokes x86 assembly
+BROKEN_powerpc64=	fails to compile: invokes x86 assembly
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rheit



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