mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Add WITHOUT_CRAM and WITHOUT_DIGEST to don't build cram and digest
authentication. Submitted by: Dan Larsson <dl@tyfon.net>
This commit is contained in:
parent
714a434b94
commit
7c9bf13b3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72039
@ -63,6 +63,16 @@ CONFIGURE_ARGS+= --disable-otp
|
||||
OTP= "@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_CRAM)
|
||||
CONFIGURE_ARGS+= --disable-cram
|
||||
CRAM= "@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_DIGEST)
|
||||
CONFIGURE_ARGS+= --disable-digest
|
||||
DIGEST= "@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_LDAP)
|
||||
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
|
||||
LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap2
|
||||
@ -108,6 +118,8 @@ HTDOCS= advanced appconvert gssapi index install macosx mechanisms \
|
||||
|
||||
PLIST_SUB= PREFIX=${PREFIX} \
|
||||
OTP=${OTP} \
|
||||
CRAM=${CRAM} \
|
||||
DIGEST=${DIGEST} \
|
||||
GSSAPI=${GSSAPI} \
|
||||
EBONES=${EBONES} \
|
||||
DOCSDIR=${DOCSDIR:S/^${PREFIX}\///} \
|
||||
|
@ -13,12 +13,12 @@ lib/libsasl2.so.2
|
||||
lib/sasl2/libanonymous.a
|
||||
lib/sasl2/libanonymous.so
|
||||
lib/sasl2/libanonymous.so.2
|
||||
lib/sasl2/libcrammd5.a
|
||||
lib/sasl2/libcrammd5.so
|
||||
lib/sasl2/libcrammd5.so.2
|
||||
lib/sasl2/libdigestmd5.a
|
||||
lib/sasl2/libdigestmd5.so
|
||||
lib/sasl2/libdigestmd5.so.2
|
||||
%%CRAM%%lib/sasl2/libcrammd5.a
|
||||
%%CRAM%%lib/sasl2/libcrammd5.so
|
||||
%%CRAM%%lib/sasl2/libcrammd5.so.2
|
||||
%%DIGEST%%lib/sasl2/libdigestmd5.a
|
||||
%%DIGEST%%lib/sasl2/libdigestmd5.so
|
||||
%%DIGEST%%lib/sasl2/libdigestmd5.so.2
|
||||
%%GSSAPI%%lib/sasl2/libgssapiv2.a
|
||||
%%GSSAPI%%lib/sasl2/libgssapiv2.so
|
||||
%%GSSAPI%%lib/sasl2/libgssapiv2.so.2
|
||||
|
Loading…
Reference in New Issue
Block a user