View | Details | Raw Unified | Return to bug 211723 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +5 lines)
Lines 80-86 MEMCACHED_LIB_DEPENDS= libmemcached.so:d Link Here
80
BDB_BASE_DESC=		Use Berkeley DB from base
80
BDB_BASE_DESC=		Use Berkeley DB from base
81
81
82
OPENDBX_DESC=		Store filter policies via OpenDBX
82
OPENDBX_DESC=		Store filter policies via OpenDBX
83
OPENDBX_CONFIGURE_WITH=	odbx
83
OPENDBX_CONFIGURE_WITH=	odbx  
84
OPENDBX_LIB_DEPENDS=	libopendbx.so:databases/opendbx
84
OPENDBX_LIB_DEPENDS=	libopendbx.so:databases/opendbx
85
85
86
OPENLDAP_DESC=		Store filter policies in LDAP
86
OPENLDAP_DESC=		Store filter policies in LDAP
Lines 130-138 IGNORE= option REPUTATION requires CURL Link Here
130
.endif
130
.endif
131
.endif
131
.endif
132
132
133
.if ${PORT_OPTIONS:MSTATSEXT}
133
.if ${PORT_OPTIONS:MSTATSEXT} || ${PORT_OPTIONS:MOPENDBX} 
134
.if !${PORT_OPTIONS:MSTATS} || !${PORT_OPTIONS:MLUA}
134
.if !${PORT_OPTIONS:MSTATS} || !${PORT_OPTIONS:MLUA} 
135
IGNORE= option STATSEXT requires STATS and LUA as well
135
IGNORE= option STATSEXT or option OPENDBX requires STATS and LUA as well
136
.endif
136
.endif
137
.endif
137
.endif
138
138
Lines 140-146 IGNORE= option STATSEXT requires STATS a Link Here
140
	|| ${PORT_OPTIONS:MQUERY_CACHE}  \
140
	|| ${PORT_OPTIONS:MQUERY_CACHE}  \
141
	|| ${PORT_OPTIONS:MLDAP_CACHING} \
141
	|| ${PORT_OPTIONS:MLDAP_CACHING} \
142
	|| ${PORT_OPTIONS:MREPUTATION}   \
142
	|| ${PORT_OPTIONS:MREPUTATION}   \
143
	|| ${PORT_OPTIONS:MSTATS}
143
	|| ${PORT_OPTIONS:MSTATS} 
144
. if ${PORT_OPTIONS:MBDB_BASE}
144
. if ${PORT_OPTIONS:MBDB_BASE}
145
CONFIGURE_ARGS+=	--with-db-lib=c
145
CONFIGURE_ARGS+=	--with-db-lib=c
146
. else
146
. else

Return to bug 211723