svn commit: r557789 - head/benchmarks/libmicro

Mark Linimon linimon at FreeBSD.org
Sat Dec 12 05:09:06 UTC 2020


Author: linimon
Date: Sat Dec 12 05:09:05 2020
New Revision: 557789
URL: https://svnweb.freebsd.org/changeset/ports/557789

Log:
  Also mark BROKEN on riscv64 (the same as on mips64).

Modified:
  head/benchmarks/libmicro/Makefile

Modified: head/benchmarks/libmicro/Makefile
==============================================================================
--- head/benchmarks/libmicro/Makefile	Sat Dec 12 05:07:27 2020	(r557788)
+++ head/benchmarks/libmicro/Makefile	Sat Dec 12 05:09:05 2020	(r557789)
@@ -12,6 +12,7 @@ COMMENT=	Set of utilities to benchmark productivity of
 LICENSE=	CDDL
 
 BROKEN_mips64=		Fails to build: bin-mips64: no such file or directory
+BROKEN_riscv64=		Fails to build: bin-riscv64: no such file or directory
 
 USES=		gmake
 WRKSRC=		${WRKDIR}/libMicro-${PORTVERSION}


More information about the svn-ports-all mailing list