svn commit: r371650 - head/net/yaz
Pawel Pekala
pawel at FreeBSD.org
Tue Oct 28 21:16:10 UTC 2014
Author: pawel
Date: Tue Oct 28 21:16:09 2014
New Revision: 371650
URL: https://svnweb.freebsd.org/changeset/ports/371650
QAT: https://qat.redports.org/buildarchive/r371650/
Log:
Make database backends optional and off by default
Modified:
head/net/yaz/Makefile
Modified: head/net/yaz/Makefile
==============================================================================
--- head/net/yaz/Makefile Tue Oct 28 21:03:30 2014 (r371649)
+++ head/net/yaz/Makefile Tue Oct 28 21:16:09 2014 (r371650)
@@ -3,6 +3,7 @@
PORTNAME= yaz
PORTVERSION= 5.4.3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
@@ -26,12 +27,9 @@ CONFIGURE_ARGS+=--enable-shared --with-o
PORTDOCS= *
-OPTIONS_DEFINE= DOCS
-OPTIONS_SINGLE= DB
-OPTIONS_SINGLE_DB= MEMCACHED REDIS
-OPTIONS_DEFAULT= REDIS
+OPTIONS_DEFINE= DOCS MEMCACHED REDIS
-MEMCACHED_DESC= Memcached distributed cache system support
+MEMCACHED_DESC= Memcached distributed cache system support
MEMCACHED_CONFIGURE_WITH= memcached
MEMCACHED_LIB_DEPENDS= libmemcached.so:${PORTSDIR}/databases/libmemcached
More information about the svn-ports-head
mailing list