Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 2021 16:58:13 +0000 (UTC)
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561229 - head/biology/fasttree
Message-ID:  <202101111658.10BGwD2i032849@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jwb
Date: Mon Jan 11 16:58:13 2021
New Revision: 561229
URL: https://svnweb.freebsd.org/changeset/ports/561229

Log:
  biology/fasttree: Drop dependency on gcc
  
  Simply remove compiler:openmp
  Builds with base compiler on amd64, i386, and powerpc64 12.x-RELEASE
  
  PR:             port/247753, ports/252379

Modified:
  head/biology/fasttree/Makefile

Modified: head/biology/fasttree/Makefile
==============================================================================
--- head/biology/fasttree/Makefile	Mon Jan 11 16:55:15 2021	(r561228)
+++ head/biology/fasttree/Makefile	Mon Jan 11 16:58:13 2021	(r561229)
@@ -2,7 +2,7 @@
 
 PORTNAME=	FastTree
 DISTVERSION=	2.1.10
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	biology
 MASTER_SITES=	http://www.microbesonline.org/fasttree/
 EXTRACT_SUFX=	.c
@@ -14,8 +14,6 @@ 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
 PLIST_FILES=	bin/FastTree



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