Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2023 18:56:38 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: db3d647fdea3 - main - biology/mothur: Remove CC/CPP/CXX exports
Message-ID:  <202309281856.38SIucmV022369@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit db3d647fdea3f2208f0c84465b0194d7e5bf4904
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-28 06:49:54 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-28 18:56:25 +0000

    biology/mothur: Remove CC/CPP/CXX exports
    
    USES=llvm now by default exports CC/CPP/CXX so remove those
    Approved by:    portmgr (blanket)
---
 biology/mothur/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/biology/mothur/Makefile b/biology/mothur/Makefile
index 2d16bf482f08..695bcdc7fefc 100644
--- a/biology/mothur/Makefile
+++ b/biology/mothur/Makefile
@@ -28,9 +28,6 @@ PLIST_FILES=	bin/${PORTNAME}
 
 .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
 USES+=	llvm:max=15
-CC=	clang${LLVM_VERSION}
-CPP=	clang-cpp${LLVM_VERSION}
-CXX=	clang++${LLVM_VERSION}
 .endif
 
 post-install:



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