Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= ccache |
4 |
PORTNAME= ccache |
5 |
#PORTVERSION must be set later due to depending on PORT_OPTIONS. |
5 |
#PORTVERSION must be set later due to depending on PORT_OPTIONS. |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
7 |
CATEGORIES= devel |
7 |
CATEGORIES= devel |
8 |
MASTER_SITES= https://github.com/ccache/ccache/releases/download/v${DISTVERSION}/ \ |
8 |
MASTER_SITES= https://github.com/ccache/ccache/releases/download/v${DISTVERSION}/ \ |
9 |
LOCAL/bdrewery |
9 |
LOCAL/bdrewery |
Lines 103-109
CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} \
Link Here
|
103 |
${GNU_COMPILERS:S|^|cpp|} |
103 |
${GNU_COMPILERS:S|^|cpp|} |
104 |
|
104 |
|
105 |
.if ${PORT_OPTIONS:MCLANGLINK} |
105 |
.if ${PORT_OPTIONS:MCLANGLINK} |
106 |
CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 50 60 70 80 90 10 -devel |
106 |
CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 50 60 70 80 90 10 11 -devel |
107 |
CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} \ |
107 |
CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} \ |
108 |
${CLANG_COMPILERS:S|^|clang++|} \ |
108 |
${CLANG_COMPILERS:S|^|clang++|} \ |
109 |
${CLANG_COMPILERS:S|^|cpp|} |
109 |
${CLANG_COMPILERS:S|^|cpp|} |
110 |
- |
|
|