Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2023 19:05:13 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: 56d27a42a0ed - main - devel/libexplain: Remove CC/CPP/CXX exports
Message-ID:  <202309291905.38TJ5Di4034818@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=56d27a42a0ed39684d5fd32f5feaf8c5bf01b8d9

commit 56d27a42a0ed39684d5fd32f5feaf8c5bf01b8d9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-29 16:15:12 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-29 19:05:05 +0000

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

diff --git a/devel/libexplain/Makefile b/devel/libexplain/Makefile
index 1f2546cb7e6e..79332aadefd5 100644
--- a/devel/libexplain/Makefile
+++ b/devel/libexplain/Makefile
@@ -32,9 +32,6 @@ PATCHLEVEL=	D012
 
 .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
 USES+=		llvm:max=14
-CPP=            clang-cpp${LLVM_VERSION}
-CC=             clang${LLVM_VERSION}
-CXX=            clang++${LLVM_VERSION}
 MAKE_JOBS_UNSAFE=	yes
 .endif
 



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