svn commit: r561401 - head/lang/luajit-openresty

Mark Linimon linimon at FreeBSD.org
Tue Jan 12 23:24:10 UTC 2021


Author: linimon
Date: Tue Jan 12 23:24:09 2021
New Revision: 561401
URL: https://svnweb.freebsd.org/changeset/ports/561401

Log:
  Mark as IGNORE on riscv64, the same as luajit.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/luajit-openresty/Makefile

Modified: head/lang/luajit-openresty/Makefile
==============================================================================
--- head/lang/luajit-openresty/Makefile	Tue Jan 12 22:56:32 2021	(r561400)
+++ head/lang/luajit-openresty/Makefile	Tue Jan 12 23:24:09 2021	(r561401)
@@ -16,6 +16,8 @@ LICENSE=	MIT PD
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
+IGNORE_riscv64=		fails to compile: lj_arch.h:73:2: No support for this architecture (yet)
+
 USES=		gmake
 
 CONFLICTS_INSTALL=	luajit


More information about the svn-ports-all mailing list