svn commit: r434186 - head/devel/ccache
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Feb 15 16:59:17 UTC 2017
Author: amdmi3
Date: Wed Feb 15 16:59:16 2017
New Revision: 434186
URL: https://svnweb.freebsd.org/changeset/ports/434186
Log:
- Add links for clang40
Approved by: maintainer implicit
Modified:
head/devel/ccache/Makefile
Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile Wed Feb 15 16:45:20 2017 (r434185)
+++ head/devel/ccache/Makefile Wed Feb 15 16:59:16 2017 (r434186)
@@ -3,6 +3,7 @@
PORTNAME= ccache
PORTVERSION= 3.3.3
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.samba.org/ftp/ccache/ \
LOCAL/bdrewery
@@ -54,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 38 39 -devel
+CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 -devel
CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
.endif
More information about the svn-ports-head
mailing list