Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2023 18:56:42 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: 8e3b6ba52e72 - main - print/dymo-cups-drivers: Remove CC/CPP/CXX exports
Message-ID:  <202309281856.38SIugHl022548@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=8e3b6ba52e721ca62775a99a2d62e83aa6f5efe8

commit 8e3b6ba52e721ca62775a99a2d62e83aa6f5efe8
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-28 18:48:48 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-28 18:56:26 +0000

    print/dymo-cups-drivers: Remove CC/CPP/CXX exports
    
    USES=llvm now by default exports CC/CPP/CXX so remove those
---
 print/dymo-cups-drivers/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/print/dymo-cups-drivers/Makefile b/print/dymo-cups-drivers/Makefile
index 9fb95e67bec1..ce784fd986b4 100644
--- a/print/dymo-cups-drivers/Makefile
+++ b/print/dymo-cups-drivers/Makefile
@@ -23,9 +23,6 @@ WRKSRC=		${WRKDIR}/dymo-cups-drivers-1.4.0.5
 
 .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>



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