svn commit: r408687 - head/devel/ccache

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 11 15:28:14 UTC 2016


Author: amdmi3
Date: Thu Feb 11 15:28:13 2016
New Revision: 408687
URL: https://svnweb.freebsd.org/changeset/ports/408687

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

Modified:
  head/devel/ccache/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Thu Feb 11 14:40:13 2016	(r408686)
+++ head/devel/ccache/Makefile	Thu Feb 11 15:28:13 2016	(r408687)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ccache
 PORTVERSION=	3.2.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	http://www.samba.org/ftp/ccache/ \
 		LOCAL/bdrewery
@@ -55,7 +55,7 @@ GNU_COMPILERS+=		34 42 43 44 45 46 47 48
 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 -devel
+CLANG_COMPILERS+=	33 34 35 36 37 38 -devel
 CCACHE_COMPILERS+=	clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
 .endif
 


More information about the svn-ports-all mailing list