svn commit: r562013 - head/games/libretro-uae

Mark Linimon linimon at FreeBSD.org
Tue Jan 19 03:07:32 UTC 2021


Author: linimon
Date: Tue Jan 19 03:07:32 2021
New Revision: 562013
URL: https://svnweb.freebsd.org/changeset/ports/562013

Log:
  Mark as BROKEN on riscv64:
  
    ./sources/src/machdep/maccess.h:51:14: error: unrecognized instruction mnemonic
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/games/libretro-uae/Makefile

Modified: head/games/libretro-uae/Makefile
==============================================================================
--- head/games/libretro-uae/Makefile	Tue Jan 19 03:07:18 2021	(r562012)
+++ head/games/libretro-uae/Makefile	Tue Jan 19 03:07:32 2021	(r562013)
@@ -9,6 +9,8 @@ COMMENT=	Libretro port of UAE
 
 LICENSE=	GPLv2
 
+BROKEN_riscv64=		fails to compile: ./sources/src/machdep/maccess.h:51:14: unrecognized instruction mnemonic
+
 USES=		compiler:c++11-lib gmake gl
 USE_LDCONFIG=	yes
 USE_GL=		gl


More information about the svn-ports-head mailing list