Date: Thu, 13 Feb 2014 04:37:45 +0400 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@freebsd.org Cc: bdrewery@FreeBSD.org Subject: ports/186708: [PATCH] devel/ccache: add CC Message-ID: <20140213003745.511A425FAC@hades.panopticon> Resent-Message-ID: <201402130100.s1D100mx046083@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 186708 >Category: ports >Synopsis: [PATCH] devel/ccache: add CC >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 13 01:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK >Description: I've already written about this, now dup it as a PR: add CC to CCACHE_COMPILERS. It's installed on both gcc and clang FreeBSD versions and, as I understand, is essentially c++. CMake likes to detect it as a C++ compiler. Port maintainer (bdrewery@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- ccache-3.1.9_4.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 344035) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= ccache PORTVERSION= 3.1.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://www.samba.org/ftp/ccache/ \ CRITICAL @@ -40,7 +40,7 @@ .endif GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 -CCACHE_COMPILERS+= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} +CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} .if ${PORT_OPTIONS:MCLANGLINK} CLANG_COMPILERS+= 31 32 33 34 --- ccache-3.1.9_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140213003745.511A425FAC>