svn commit: r374506 - head/devel/ccache
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Dec 11 01:03:27 UTC 2014
Author: amdmi3
Date: Thu Dec 11 01:03:26 2014
New Revision: 374506
URL: https://svnweb.freebsd.org/changeset/ports/374506
QAT: https://qat.redports.org/buildarchive/r374506/
Log:
- Add links for newer compilers: gcc5, clang35 and clang-devel
PR: 195864
Submitted by: amdmi3
Approved by: bdrewery (maintainer)
Modified:
head/devel/ccache/Makefile
Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile Thu Dec 11 00:40:16 2014 (r374505)
+++ head/devel/ccache/Makefile Thu Dec 11 01:03:26 2014 (r374506)
@@ -3,7 +3,7 @@
PORTNAME= ccache
PORTVERSION= 3.1.10
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.samba.org/ftp/ccache/ \
CRITICAL
@@ -53,11 +53,11 @@ PLIST_SUB+= CCLINKDIR="${CCLINKDIR}"
CCACHE_COMPILERS+= icc icpc
.endif
-GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49
+GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5
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
+CLANG_COMPILERS+= 31 32 33 34 35 -devel
CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
.endif
More information about the svn-ports-all
mailing list