summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2016-02-26 11:27:30 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2016-02-26 11:27:30 +0000
commit629168f305b8edefa6418e9bc90a3efe23bc8abf (patch)
tree12e72704c2f0af4fbfb507c8a331cc4d84ec479a /security/cyrus-sasl2
parentUpdate net/dpinger to 1.8 (diff)
Revert r409585 to avoid dependency loop.
I've completely forgot this issue. PR: 207512
Notes
Notes: svn path=/head/; revision=409598
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r--security/cyrus-sasl2/Makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index e1f46fc1e8d1..77661d3897a1 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -40,12 +40,11 @@ CPE_VENDOR= cmu
NO_OPTIONS_SORT= yes
OPTIONS_DEFINE= ALWAYSTRUE AUTHDAEMOND DOCS KEEP_DB_OPEN \
- OBSOLETE_CRAM_ATTR SASLAUTHD BDB MYSQL PGSQL
+ OBSOLETE_CRAM_ATTR BDB MYSQL PGSQL
OPTIONS_RADIO= SQLITE
OPTIONS_RADIO_SQLITE= SQLITE2 SQLITE3
OPTIONS_GROUP= PLUGIN
-OPTIONS_GROUP_PLUGIN= ANONYMOUS CRAM DIGEST GSSAPI LOGIN NTLM OTP PLAIN \
- SCRAM SRP
+OPTIONS_GROUP_PLUGIN= ANONYMOUS CRAM DIGEST LOGIN NTLM OTP PLAIN SCRAM
OPTIONS_DEFAULT= ANONYMOUS AUTHDAEMOND OBSOLETE_CRAM_ATTR CRAM DIGEST \
LOGIN NTLM OTP PLAIN SCRAM
OPTIONS_SUB= yes
@@ -93,17 +92,6 @@ PLAIN_DESC= PLAIN authentication
PLAIN_CONFIGURE_ENABLE= plain
SCRAM_DESC= SCRAM authentication
SCRAM_CONFIGURE_ENABLE= scram
-GSSAPI_DESC= GSSAPI authentication
-GSSAPI_RUN_DEPENDS= \
- cyrus-sasl-gssapi>=2.1.26:${PORTSDIR}/security/cyrus-sasl2-gssapi
-LDAPDB_DESC= LDAPDB plugin
-LDAPDB_RUN_DEPENDS= \
- cyrus-sasl-ldapdb>=2.1.26:${PORTSDIR}/security/cyrus-sasl2-ldapdb
-SASLAUTHD_DESC= use of the saslauth daemon
-SASLAUTHD_RUN_DEPENDS= saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd
-SRP_DESC= SRP authentication
-SRP_RUN_DEPENDS= \
- cyrus-sasl-srp>=2.1.26:${PORTSDIR}/security/cyrus-sasl2-srp
.include <bsd.port.pre.mk>