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

Collapse All | Expand All

(-)Makefile_modified (-1 / +4 lines)
Lines 86-97 Link Here
86
		libexec/proftpd/${m}.so
86
		libexec/proftpd/${m}.so
87
.endfor
87
.endfor
88
.else
88
.else
89
OPTIONS_DEFINE=	DOCS HTMLDOCS IPV6 NLS MEMCACHE PCRE REDIS
89
OPTIONS_DEFINE=	DOCS HTMLDOCS IPV6 NLS MEMCACHE PCRE REDIS LIBSODIUM
90
OPTIONS_DEFAULT=	PCRE
90
OPTIONS_DEFAULT=	PCRE
91
91
92
HTMLDOCS_DESC=		Include HTML documentation
92
HTMLDOCS_DESC=		Include HTML documentation
93
MEMCACHE_DESC=		Memcache support using libmemcached
93
MEMCACHE_DESC=		Memcache support using libmemcached
94
REDIS_DESC=		Redis support using hiredis
94
REDIS_DESC=		Redis support using hiredis
95
LIBSODIUM_DESC=		Use libsodium for mod_sftp to support more ssh key algorithms
95
96
96
PLIST_SUB+=	LOCALSTATEDIR="${LOCALSTATEDIR}"
97
PLIST_SUB+=	LOCALSTATEDIR="${LOCALSTATEDIR}"
97
OPTIONS_SUB=	yes
98
OPTIONS_SUB=	yes
Lines 159-164 Link Here
159
REDIS_CONFIGURE_ENABLE=		redis
160
REDIS_CONFIGURE_ENABLE=		redis
160
REDIS_VARS=		MODULES+="mod_redis mod_tls_redis mod_wrap2_redis" \
161
REDIS_VARS=		MODULES+="mod_redis mod_tls_redis mod_wrap2_redis" \
161
			LIBS+="-L${LOCALBASE}/lib -lhiredis"
162
			LIBS+="-L${LOCALBASE}/lib -lhiredis"
163
164
LIBSODIUM_LIB_DEPENDS=	libsodium.so:security/libsodium
162
165
163
.include <bsd.port.options.mk>
166
.include <bsd.port.options.mk>
164
167

Return to bug 265590