Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 13:38:23 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464907 - head/biology/fasttree
Message-ID:  <201803181338.w2IDcNJr073207@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Mar 18 13:38:23 2018
New Revision: 464907
URL: https://svnweb.freebsd.org/changeset/ports/464907

Log:
  Mark the latest version broken on armvX.  Note: 2.1.8.3 built ok.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/biology/fasttree/Makefile

Modified: head/biology/fasttree/Makefile
==============================================================================
--- head/biology/fasttree/Makefile	Sun Mar 18 13:19:31 2018	(r464906)
+++ head/biology/fasttree/Makefile	Sun Mar 18 13:38:23 2018	(r464907)
@@ -12,6 +12,9 @@ COMMENT=	Approximately-maximum-likelihood phylogenetic
 
 LICENSE=	GPLv2+
 
+BROKEN_armv6=		fails to compile: FastTree-2.1.10.c:305:10: 'omp.h' file not found
+BROKEN_armv7=		fails to compile: FastTree-2.1.10.c:305:10: 'omp.h' file not found
+
 USES=		compiler:openmp
 
 NO_WRKSUBDIR=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803181338.w2IDcNJr073207>