Bug 186708 - [PATCH] devel/ccache: add CC
Summary: [PATCH] devel/ccache: add CC
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-13 01:00 UTC by Dmitry Marakasov
Modified: 2014-02-13 04:00 UTC (History)
1 user (show)

See Also:


Attachments
ccache-3.1.9_4.patch (628 bytes, patch)
2014-02-13 01:00 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2014-02-13 01:00:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-13 01:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2014-02-13 03:56:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-13 03:56:49 UTC
Author: bdrewery
Date: Thu Feb 13 03:56:42 2014
New Revision: 344039
URL: http://svnweb.freebsd.org/changeset/ports/344039
QAT: https://qat.redports.org/buildarchive/r344039/

Log:
  - Create CC symlink
  
  PR:             ports/186708
  Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>

Modified:
  head/devel/ccache/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Thu Feb 13 02:34:53 2014	(r344038)
+++ head/devel/ccache/Makefile	Thu Feb 13 03:56:42 2014	(r344039)
@@ -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 @@ CCACHE_COMPILERS+=	icc icpc
 .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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"