Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2021 03:11:17 +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: r562014 - head/games/pioneer
Message-ID:  <202101190311.10J3BHMV027145@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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