Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 2014 01:03:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374506 - head/devel/ccache
Message-ID:  <201412110103.sBB13RWW040304@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Dec 11 01:03:26 2014
New Revision: 374506
URL: https://svnweb.freebsd.org/changeset/ports/374506
QAT: https://qat.redports.org/buildarchive/r374506/

Log:
  - Add links for newer compilers: gcc5, clang35 and clang-devel
  
  PR:		195864
  Submitted by:	amdmi3
  Approved by:	bdrewery (maintainer)

Modified:
  head/devel/ccache/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Thu Dec 11 00:40:16 2014	(r374505)
+++ head/devel/ccache/Makefile	Thu Dec 11 01:03:26 2014	(r374506)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ccache
 PORTVERSION=	3.1.10
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.samba.org/ftp/ccache/ \
 		CRITICAL
@@ -53,11 +53,11 @@ PLIST_SUB+=	CCLINKDIR="${CCLINKDIR}"
 CCACHE_COMPILERS+=	icc icpc
 .endif
 
-GNU_COMPILERS+=		34 42 43 44 45 46 47 48 49
+GNU_COMPILERS+=		34 42 43 44 45 46 47 48 49 5
 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
+CLANG_COMPILERS+=	31 32 33 34 35 -devel
 CCACHE_COMPILERS+=	clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
 .endif
 



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