svn commit: r469300 - head/devel/ccache

Bryan Drewery bdrewery at FreeBSD.org
Mon May 7 17:16:13 UTC 2018


Author: bdrewery
Date: Mon May  7 17:16:12 2018
New Revision: 469300
URL: https://svnweb.freebsd.org/changeset/ports/469300

Log:
  Add clang60 support

Modified:
  head/devel/ccache/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Mon May  7 17:15:53 2018	(r469299)
+++ head/devel/ccache/Makefile	Mon May  7 17:16:12 2018	(r469300)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ccache
 PORTVERSION=	3.3.5
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://www.samba.org/ftp/ccache/ \
 		LOCAL/bdrewery
@@ -82,7 +82,7 @@ GNU_COMPILERS+=		34 42 43 44 45 46 47 48 49 5 6 7 8
 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 -devel
+CLANG_COMPILERS+=	33 34 35 36 37 38 39 40 50 60 -devel
 CCACHE_COMPILERS+=	clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
 .endif
 


More information about the svn-ports-all mailing list