git: c15d91f3c007 - main - sysutils/bareos19-server: Remove CC/CPP/CXX exports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Sep 2023 06:52:31 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c15d91f3c007e9751a6d3851e99083fe487fc369 commit c15d91f3c007e9751a6d3851e99083fe487fc369 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-09-28 20:06:51 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-29 06:02:01 +0000 sysutils/bareos19-server: Remove CC/CPP/CXX exports USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket) --- sysutils/bareos19-server/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/sysutils/bareos19-server/Makefile b/sysutils/bareos19-server/Makefile index a69bbd47af53..f9dacbc93551 100644 --- a/sysutils/bareos19-server/Makefile +++ b/sysutils/bareos19-server/Makefile @@ -237,9 +237,6 @@ post-install: .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 .include <bsd.port.mk>