Lines 1-8
Link Here
|
1 |
# Created by: Sean Chittenden <seanc@FreeBSD.org> |
1 |
# Created by: Sean Chittenden <seanc@FreeBSD.org> |
2 |
# $FreeBSD: databases/memcached/Makefile 336999 2013-12-20 11:57:16Z |
2 |
# $FreeBSD: head/databases/memcached/Makefile 336999 2013-12-20 |
3 |
PORTNAME= memcached |
3 |
PORTNAME= memcached |
4 |
PORTVERSION= 1.4.15 |
4 |
PORTVERSION= 1.4.17 |
5 |
CATEGORIES= databases |
5 |
CATEGORIES= databases |
6 |
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ |
6 |
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ |
7 |
${MASTER_SITE_GENTOO} |
7 |
${MASTER_SITE_GENTOO} |
Lines 19-27
Link Here
|
19 |
CONFLICTS= memcached-1.2* |
19 |
CONFLICTS= memcached-1.2* |
20 |
# Dtrace option disabled until it is fixed upstream |
20 |
# Dtrace option disabled until it is fixed upstream |
21 |
OPTIONS_DEFINE= REPCACHED SASL |
21 |
OPTIONS_DEFINE= SASL |
22 |
DTRACE_DESC= Enable dtrace probes |
22 |
DTRACE_DESC= Enable dtrace probes |
23 |
REPCACHED_DESC= Enable data replication feature |
|
|
24 |
SASL_DESC= Enable SASL Authentication |
23 |
SASL_DESC= Enable SASL Authentication |
25 |
USE_RC_SUBR= memcached |
24 |
USE_RC_SUBR= memcached |
Lines 59-72
Link Here
|
59 |
CONFIGURE_ARGS+= --disable-dtrace |
58 |
CONFIGURE_ARGS+= --disable-dtrace |
60 |
.endif |
59 |
.endif |
61 |
.if ${PORT_OPTIONS:MREPCACHED} |
|
|
62 |
PATCH_SITES+= ${MASTER_SITE_LOCAL} |
63 |
PATCH_SITE_SUBDIR= swills |
64 |
PATCH_DIST_STRIP+= -p1 |
65 |
PATCHFILES+= repcached-2.3.1-${PORTVERSION}.patch.gz |
66 |
CONFIGURE_ARGS+= --enable-replication |
67 |
.endif |
68 |
|
69 |
.if ${PORT_OPTIONS:MSASL} && !defined(WITHOUT_SASL) |
60 |
.if ${PORT_OPTIONS:MSASL} && !defined(WITHOUT_SASL) |
70 |
LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 |
61 |
LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 |
71 |
CONFIGURE_ARGS+= --enable-sasl |
62 |
CONFIGURE_ARGS+= --enable-sasl |