Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2015 20:58:48 +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: r385567 - head/devel/ccache
Message-ID:  <201505062058.t46Kwmu8031064@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed May  6 20:58:48 2015
New Revision: 385567
URL: https://svnweb.freebsd.org/changeset/ports/385567

Log:
  - Add links for gcc6
  
  Approved by:    bdrewery (maintainer, implicit)

Modified:
  head/devel/ccache/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Wed May  6 20:46:25 2015	(r385566)
+++ head/devel/ccache/Makefile	Wed May  6 20:58:48 2015	(r385567)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ccache
 PORTVERSION=	3.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	http://www.samba.org/ftp/ccache/ \
 		LOCAL/bdrewery
@@ -47,7 +47,7 @@ PLIST_SUB+=	CCLINKDIR="${CCLINKDIR}"
 CCACHE_COMPILERS+=	icc icpc
 .endif
 
-GNU_COMPILERS+=		34 42 43 44 45 46 47 48 49 5
+GNU_COMPILERS+=		34 42 43 44 45 46 47 48 49 5 6
 CCACHE_COMPILERS+=	cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
 
 .if ${PORT_OPTIONS:MCLANGLINK}



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