svn commit: r562016 - head/games/tome4

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


Author: linimon
Date: Tue Jan 19 03:17:13 2021
New Revision: 562016
URL: https://svnweb.freebsd.org/changeset/ports/562016

Log:
  Mark as BROKEN on riscv64:
  
    ../src/luajit2/src/lj_arch.h:55:2: error: "No support for this architecture (yet)"
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/games/tome4/Makefile

Modified: head/games/tome4/Makefile
==============================================================================
--- head/games/tome4/Makefile	Tue Jan 19 03:13:09 2021	(r562015)
+++ head/games/tome4/Makefile	Tue Jan 19 03:17:13 2021	(r562016)
@@ -16,6 +16,8 @@ COMMENT=	Epic tactical turn-based roguelike adventure
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_riscv64=		fails to build: src/luajit2/src/lj_arch.h:55:2: No support for this architecture (yet)
+
 BUILD_DEPENDS=	premake4:devel/premake4
 LIB_DEPENDS=	libvorbisfile.so:audio/libvorbis \
 		libpng.so:graphics/png


More information about the svn-ports-all mailing list