Date: Sat, 30 Sep 2023 11:01:29 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: af8508f4b4c4 - main - math/asymptote: Remove CC/CPP/CXX exports Message-ID: <202309301101.38UB1TY7061816@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=af8508f4b4c412ec2f0a3a83a4966b6546f55dda commit af8508f4b4c412ec2f0a3a83a4966b6546f55dda Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-09-30 09:35:07 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-30 11:01:20 +0000 math/asymptote: Remove CC/CPP/CXX exports USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket) --- math/asymptote/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 2bf1ed3b2d9e..645ab4242da4 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -86,9 +86,6 @@ PORTEXAMPLES= * .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-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309301101.38UB1TY7061816>