svn commit: r561229 - head/biology/fasttree

Jason W. Bacon jwb at FreeBSD.org
Mon Jan 11 16:58:14 UTC 2021


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


More information about the svn-ports-head mailing list