svn commit: r562005 - head/biology/migrate

Mark Linimon linimon at FreeBSD.org
Tue Jan 19 02:26:53 UTC 2021


Author: linimon
Date: Tue Jan 19 02:26:53 2021
New Revision: 562005
URL: https://svnweb.freebsd.org/changeset/ports/562005

Log:
  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

Modified:
  head/biology/migrate/Makefile

Modified: head/biology/migrate/Makefile
==============================================================================
--- head/biology/migrate/Makefile	Tue Jan 19 02:25:25 2021	(r562004)
+++ head/biology/migrate/Makefile	Tue Jan 19 02:26:53 2021	(r562005)
@@ -13,6 +13,7 @@ COMMENT=	Program to estimate population sizes and migr
 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


More information about the svn-ports-all mailing list