svn commit: r492797 - head/devel/ccache

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 12 18:31:31 UTC 2019


Author: amdmi3
Date: Tue Feb 12 18:31:30 2019
New Revision: 492797
URL: https://svnweb.freebsd.org/changeset/ports/492797

Log:
  - Add links for new compiler versions
  
  Approved by:	bdrewery (implicit)

Modified:
  head/devel/ccache/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Tue Feb 12 18:26:19 2019	(r492796)
+++ head/devel/ccache/Makefile	Tue Feb 12 18:31:30 2019	(r492797)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ccache
 #PORTVERSION must be set later due to depending on PORT_OPTIONS.
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://www.samba.org/ftp/ccache/ \
 		LOCAL/bdrewery
@@ -99,11 +99,11 @@ PLIST_SUB+=	CCLINKDIR="${CCLINKDIR}"
 CCACHE_COMPILERS+=	icc icpc
 .endif
 
-GNU_COMPILERS+=		34 42 43 44 45 46 47 48 49 5 6 7 8
+GNU_COMPILERS+=		34 42 43 44 45 46 47 48 49 5 6 7 8 9
 CCACHE_COMPILERS+=	cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
 
 .if ${PORT_OPTIONS:MCLANGLINK}
-CLANG_COMPILERS+=	33 34 35 36 37 38 39 40 50 60 70 -devel
+CLANG_COMPILERS+=	33 34 35 36 37 38 39 40 50 60 70 80 -devel
 CCACHE_COMPILERS+=	clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
 .endif
 


More information about the svn-ports-head mailing list