- Restore repcached option

Submitted by:	flo
This commit is contained in:
Steve Wills 2011-10-24 16:11:24 +00:00
parent f86c845824
commit 54e7f9e5e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284253
2 changed files with 9 additions and 2 deletions

View File

@ -24,7 +24,8 @@ SUB_LIST+= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-libevent=${LOCALBASE} --program-prefix=
OPTIONS= SASL "Enable SASL support" off
OPTIONS= REPCACHED "Enable data replication feature" off \
SASL "Enable SASL support" off
MAN1= memcached.1
@ -42,7 +43,11 @@ CFLAGS+= -fstack-protector
.endif
.if defined(WITH_REPCACHED)
IGNORE= Repcached support removed
# WWW: http://repcached.lab.klab.org/
PATCH_SITES+= http://mdounin.ru/files/
PATCH_DIST_STRIP+= -p1
PATCHFILES+= repcached-2.3.1-${PORTVERSION}.patch.gz
CONFIGURE_ARGS+= --enable-replication
.endif
.if defined(WITH_SASL) && !defined(WITHOUT_SASL)

View File

@ -1,2 +1,4 @@
SHA256 (memcached-1.4.9.tar.gz) = 854a5fa6dfde478d1bb440498e378bd073f303d51bb82c611001eecdec9b4a79
SIZE (memcached-1.4.9.tar.gz) = 311591
SHA256 (repcached-2.3.1-1.4.9.patch.gz) = d159a33ea7aa8e1e938928325d2eeac4cec5c45d4c268f4e9e2dae7f5877d0ee
SIZE (repcached-2.3.1-1.4.9.patch.gz) = 19476