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 |
|
|
7 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
8 |
MASTER_SITES= https://github.com/ccache/ccache/releases/download/v${DISTVERSION}/ \ |
7 |
MASTER_SITES= https://github.com/ccache/ccache/releases/download/v${DISTVERSION}/ \ |
9 |
LOCAL/bdrewery |
8 |
LOCAL/bdrewery |
Lines 33-45
Link Here
|
33 |
TINDERBOX_DESC= Create tarball for tinderbox usage |
32 |
TINDERBOX_DESC= Create tarball for tinderbox usage |
34 |
MEMCACHED_DESC= Build in experimental Memcached support |
33 |
MEMCACHED_DESC= Build in experimental Memcached support |
35 |
|
34 |
|
36 |
USES= compiler |
35 |
USES= compiler gmake |
37 |
|
36 |
|
38 |
MEMCACHED_EXTRA_PATCHES= \ |
37 |
MEMCACHED_EXTRA_PATCHES= \ |
39 |
${FILESDIR}/extra-patch-memcached-configure.ac \ |
38 |
${FILESDIR}/extra-patch-memcached-configure.ac \ |
40 |
${FILESDIR}/extra-patch-memcached-Makefile.in |
39 |
${FILESDIR}/extra-patch-memcached-Makefile.in |
41 |
MEMCACHED_CONFIGURE_ENABLE= memcached |
40 |
MEMCACHED_CONFIGURE_ENABLE= memcached |
42 |
MEMCACHED_USES= autoreconf gmake pkgconfig |
41 |
MEMCACHED_USES= autoreconf pkgconfig |
43 |
MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached |
42 |
MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached |
44 |
MEMCACHED_LDFLAGS= -L${LOCALBASE}/lib |
43 |
MEMCACHED_LDFLAGS= -L${LOCALBASE}/lib |
45 |
MEMCACHED_CFLAGS= -I${LOCALBASE}/include |
44 |
MEMCACHED_CFLAGS= -I${LOCALBASE}/include |
Lines 80-86
Link Here
|
80 |
PLIST_FILES+= man/man1/ccache.1.gz |
79 |
PLIST_FILES+= man/man1/ccache.1.gz |
81 |
.endif |
80 |
.endif |
82 |
.else |
81 |
.else |
83 |
PORTVERSION= 3.7.1 |
82 |
PORTVERSION= 3.7.12 |
84 |
.endif |
83 |
.endif |
85 |
|
84 |
|
86 |
.include <bsd.port.pre.mk> |
85 |
.include <bsd.port.pre.mk> |
Lines 103-109
Link Here
|
103 |
${GNU_COMPILERS:S|^|cpp|} |
102 |
${GNU_COMPILERS:S|^|cpp|} |
104 |
|
103 |
|
105 |
.if ${PORT_OPTIONS:MCLANGLINK} |
104 |
.if ${PORT_OPTIONS:MCLANGLINK} |
106 |
CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 50 60 70 80 90 10 -devel |
105 |
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|} \ |
106 |
CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} \ |
108 |
${CLANG_COMPILERS:S|^|clang++|} \ |
107 |
${CLANG_COMPILERS:S|^|clang++|} \ |
109 |
${CLANG_COMPILERS:S|^|cpp|} |
108 |
${CLANG_COMPILERS:S|^|cpp|} |