git: 1e823de58e83 - main - devel/cvise: Remove CC/CPP/CXX exports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Sep 2023 06:52:40 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1e823de58e838e9ab734c84c545a11ceceb47258
commit 1e823de58e838e9ab734c84c545a11ceceb47258
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-29 06:51:56 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-29 06:51:56 +0000
devel/cvise: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
---
devel/cvise/Makefile | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/devel/cvise/Makefile b/devel/cvise/Makefile
index 492c4e32904f..61355b46f56b 100644
--- a/devel/cvise/Makefile
+++ b/devel/cvise/Makefile
@@ -36,18 +36,10 @@ SHEBANG_FILES= cvise-delta.py cvise.py
CMAKE_ARGS+= -DLLVM_DIR:PATH=${LLVM_PREFIX}/lib/cmake/llvm
CMAKE_ARGS+= -DClang_DIR:PATH=${LLVM_PREFIX}/lib/cmake/clang
-.include <bsd.port.pre.mk>
-
-.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} < 150
-CPP= clang-cpp${LLVM_VERSION}
-CC= clang${LLVM_VERSION}
-CXX= clang++${LLVM_VERSION}
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/cvise.py
do-test:
cd ${BUILD_WRKSRC} && pytest
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>