svn commit: r557151 - head/lang/racket-minimal

Mark Linimon linimon at FreeBSD.org
Sun Dec 6 17:02:55 UTC 2020


Author: linimon
Date: Sun Dec  6 17:02:54 2020
New Revision: 557151
URL: https://svnweb.freebsd.org/changeset/ports/557151

Log:
  Also NOT_FOR riscv64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/racket-minimal/Makefile

Modified: head/lang/racket-minimal/Makefile
==============================================================================
--- head/lang/racket-minimal/Makefile	Sun Dec  6 17:00:13 2020	(r557150)
+++ head/lang/racket-minimal/Makefile	Sun Dec  6 17:02:54 2020	(r557151)
@@ -24,7 +24,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 BROKEN_armv6=	fails to compile: ./lightning/lightning.h:81:2: error: GNU lightning does not support the current target
 BROKEN_armv7=	fails to compile: ./lightning/lightning.h:81:2: error: GNU lightning does not support the current target
 BROKEN_powerpc64=	fails to build: jit.c: 'JIT_LOCAL4' undeclared (first use in this function)
-NOT_FOR_ARCHS=	aarch64 mips mips64 sparc64
+NOT_FOR_ARCHS=	aarch64 mips mips64 riscv64 sparc64
 NOT_FOR_ARCHS_REASON=	not yet ported to this arch
 
 LIB_DEPENDS=	libffi.so:devel/libffi


More information about the svn-ports-all mailing list