From 58d53fb8233f42e0e80a034a6906f99dbfcfc2ba Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 19 Jan 2021 02:26:53 +0000 Subject: [PATCH] Mark BROKEN on riscv64 the same as armv*: # make[2]: cannot open makefile.. Note the filname reported is "Makefile." (e.g. probably empty suffix). Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing --- biology/migrate/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/biology/migrate/Makefile b/biology/migrate/Makefile index 29586ced9d16..b94c7ef8a18a 100644 --- a/biology/migrate/Makefile +++ b/biology/migrate/Makefile @@ -13,6 +13,7 @@ COMMENT= Program to estimate population sizes and migration rates BROKEN_armv6= fails to build: make[2]: cannot open makefile BROKEN_armv7= fails to build: make[2]: cannot open makefile BROKEN_mips= fails to build: make[2]: cannot open makefile +BROKEN_riscv64= fails to build: make[2]: cannot open makefile WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src EXTRACT_AFTER_ARGS=--exclude zlib