Date: Thu, 28 Sep 2023 18:56:44 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: 7b35871042ce - main - devel/clazy: Remove CC/CPP/CXX exports Message-ID: <202309281856.38SIuiPF022591@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=7b35871042ce62cb44b8025f716753030ecab737 commit 7b35871042ce62cb44b8025f716753030ecab737 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-09-28 18:52:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-28 18:56:26 +0000 devel/clazy: Remove CC/CPP/CXX exports USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket) --- devel/clazy/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devel/clazy/Makefile b/devel/clazy/Makefile index 02ca520e1c8a..4f6238fc456b 100644 --- a/devel/clazy/Makefile +++ b/devel/clazy/Makefile @@ -24,8 +24,4 @@ OPTIONS_DEFINE= DOCS DOCS_CMAKE_BOOL= CLAZY_MAN_PAGE -CPP= ${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT} -CC= ${LOCALBASE}/bin/clang${LLVM_DEFAULT} -CXX= ${LOCALBASE}/bin/clang++${LLVM_DEFAULT} - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309281856.38SIuiPF022591>