Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2016 00:02:16 +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: r416181 - head/devel/ccache
Message-ID:  <201605310002.u4V02Gs7028823@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue May 31 00:02:16 2016
New Revision: 416181
URL: https://svnweb.freebsd.org/changeset/ports/416181

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

Modified:
  head/devel/ccache/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Mon May 30 20:57:13 2016	(r416180)
+++ head/devel/ccache/Makefile	Tue May 31 00:02:16 2016	(r416181)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ccache
 PORTVERSION=	3.2.5
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.samba.org/ftp/ccache/ \
 		LOCAL/bdrewery
@@ -51,7 +51,7 @@ PLIST_SUB+=	CCLINKDIR="${CCLINKDIR}"
 CCACHE_COMPILERS+=	icc icpc
 .endif
 
-GNU_COMPILERS+=		34 42 43 44 45 46 47 48 49 5 6
+GNU_COMPILERS+=		34 42 43 44 45 46 47 48 49 5 6 7
 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?201605310002.u4V02Gs7028823>