svn commit: r487303 - head/games/zdoom

Mark Linimon linimon at FreeBSD.org
Wed Dec 12 16:42:55 UTC 2018


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


More information about the svn-ports-all mailing list