Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Jun 2026 01:03:31 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4427cdbb76b2 - main - biology/mothur: Fix build on 16
Message-ID:  <6a222063.21fe7.46a48fb5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4427cdbb76b2b35910c8871a454eb335a7e9174d

commit 4427cdbb76b2b35910c8871a454eb335a7e9174d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-05 00:02:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-05 01:03:25 +0000

    biology/mothur: Fix build on 16
    
    Reported by:    fallout
---
 biology/mothur/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/biology/mothur/Makefile b/biology/mothur/Makefile
index 8491422d4f5d..34a49687700c 100644
--- a/biology/mothur/Makefile
+++ b/biology/mothur/Makefile
@@ -25,12 +25,6 @@ BINARY_ALIAS=	g++=${CXX}
 
 PLIST_FILES=	bin/${PORTNAME}
 
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD
-USES+=	llvm:max=15
-.endif
-
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a222063.21fe7.46a48fb5>