Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2017 22:00:31 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452253 - head/devel/ccache
Message-ID:  <201710162200.v9GM0VPa041502@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710162200.v9GM0VPa041502>