svn commit: r557153 - head/lang/gauche

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


Author: linimon
Date: Sun Dec  6 17:08:16 2020
New Revision: 557153
URL: https://svnweb.freebsd.org/changeset/ports/557153

Log:
  Mark as BROKEN on riscv64.

Modified:
  head/lang/gauche/Makefile

Modified: head/lang/gauche/Makefile
==============================================================================
--- head/lang/gauche/Makefile	Sun Dec  6 17:06:19 2020	(r557152)
+++ head/lang/gauche/Makefile	Sun Dec  6 17:08:16 2020	(r557153)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_mips=	Fails to build: redefinition of GC_register_dynamic_libraries
 BROKEN_mips64=	Fails to build: redefinition of GC_register_dynamic_libraries
+BROKEN_riscv64=	Fails to build: ./include/private/gcconfig.h:709:5: The collector has not been ported to this machine/OS combination
 
 USES=		compiler:c11 gmake iconv makeinfo tar:tgz
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list