svn commit: r452253 - head/devel/ccache

Bryan Drewery bdrewery at FreeBSD.org
Mon Oct 16 22:00:32 UTC 2017


Author: bdrewery
Date: Mon Oct 16 22:00:30 2017
New Revision: 452253
URL: https://svnweb.freebsd.org/changeset/ports/452253

Log:
  Add links for llvm50.
  
  Reported by:	martin at sugioarto.com
  PR:		223042

Modified:
  head/devel/ccache/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Mon Oct 16 21:47:17 2017	(r452252)
+++ head/devel/ccache/Makefile	Mon Oct 16 22:00:30 2017	(r452253)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ccache
 PORTVERSION=	3.3.4
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	devel
 MASTER_SITES=	http://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 -devel
+CLANG_COMPILERS+=	33 34 35 36 37 38 39 40 50 -devel
 CCACHE_COMPILERS+=	clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
 .endif
 


More information about the svn-ports-all mailing list