svn commit: r562014 - head/games/pioneer

Mark Linimon linimon at FreeBSD.org
Tue Jan 19 03:11:17 UTC 2021


Author: linimon
Date: Tue Jan 19 03:11:16 2021
New Revision: 562014
URL: https://svnweb.freebsd.org/changeset/ports/562014

Log:
  Mark as BROKEN on riscv64 the same as on powerpc*.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/games/pioneer/Makefile

Modified: head/games/pioneer/Makefile
==============================================================================
--- head/games/pioneer/Makefile	Tue Jan 19 03:07:32 2021	(r562013)
+++ head/games/pioneer/Makefile	Tue Jan 19 03:11:16 2021	(r562014)
@@ -32,6 +32,7 @@ LICENSE_PERMS_SIL=	dist-mirror dist-sell pkg-mirror pk
 BROKEN_powerpc=		fails to build: contrib/profiler/Profiler.h:158:51: inconsistent operand constraints in an 'asm'
 BROKEN_powerpc64=	fails to build: contrib/profiler/Profiler.h:158:51: inconsistent operand constraints in an 'asm'
 BROKEN_powerpcspe=	fails to build: contrib/profiler/Profiler.h:158:51: inconsistent operand constraints in an 'asm'
+BROKEN_riscv64=		fails to build: contrib/profiler/Profiler.h:158:28: inconsistent operand constraints in an 'asm'
 
 LIB_DEPENDS=	libassimp.so:multimedia/assimp \
 		libfreetype.so:print/freetype2 \


More information about the svn-ports-all mailing list