Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2015 20:16:29 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394810 - head/devel/ccache
Message-ID:  <201508192016.t7JKGTi3021104@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Aug 19 20:16:28 2015
New Revision: 394810
URL: https://svnweb.freebsd.org/changeset/ports/394810

Log:
  - Remove obsolete clang links
  
  Approved by:	bdrewery (maintainer, implicit)

Modified:
  head/devel/ccache/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Wed Aug 19 19:47:17 2015	(r394809)
+++ head/devel/ccache/Makefile	Wed Aug 19 20:16:28 2015	(r394810)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ccache
 PORTVERSION=	3.2.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	http://www.samba.org/ftp/ccache/ \
 		LOCAL/bdrewery
@@ -52,7 +52,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+=	31 32 33 34 35 36 37 -devel
+CLANG_COMPILERS+=	33 34 35 36 37 -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?201508192016.t7JKGTi3021104>