svn commit: r464909 - head/biology/migrate

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 13:48:08 UTC 2018


Author: linimon
Date: Sun Mar 18 13:48:07 2018
New Revision: 464909
URL: https://svnweb.freebsd.org/changeset/ports/464909

Log:
  Mark broken on armvX and mips.

Modified:
  head/biology/migrate/Makefile

Modified: head/biology/migrate/Makefile
==============================================================================
--- head/biology/migrate/Makefile	Sun Mar 18 13:46:32 2018	(r464908)
+++ head/biology/migrate/Makefile	Sun Mar 18 13:48:07 2018	(r464909)
@@ -10,6 +10,10 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}.src
 MAINTAINER=	ports at FreeBSD.org
 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
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
 EXTRACT_AFTER_ARGS=--exclude zlib
 


More information about the svn-ports-head mailing list