From b4783e1e305a2be262021e81dd94e115b02a354f Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Tue, 12 Sep 2006 02:33:53 +0000 Subject: [PATCH] Remove OPTION SASL2: unused PR: ports/103109 Submitted by: Nikolai Nespor Approved by: maintainer --- mail/dovecot-devel/Makefile | 8 -------- mail/dovecot/Makefile | 8 -------- 2 files changed, 16 deletions(-) diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile index f023cd7e2e0d..2854bd13ea6d 100644 --- a/mail/dovecot-devel/Makefile +++ b/mail/dovecot-devel/Makefile @@ -37,7 +37,6 @@ CONFIGURE_ARGS+= --without-docs .endif OPTIONS= KQUEUE "kqueue(2) support" on \ - SASL2 "SASL2 support" off \ GSSAPI "GSSAPI support" off \ VPOPMAIL "VPopMail support" off \ LDAP "OpenLDAP support" off \ @@ -54,13 +53,6 @@ OPTIONS= KQUEUE "kqueue(2) support" on \ CONFIGURE_ARGS+= --with-ioloop=kqueue .endif -## SASL2 support -# -.if defined(WITH_SASL2) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 -CONFIGURE_ARGS+= --with-cyrus-sasl2 -.endif - ## GSSAPI support # .if defined(WITH_GSSAPI) diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index f023cd7e2e0d..2854bd13ea6d 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -37,7 +37,6 @@ CONFIGURE_ARGS+= --without-docs .endif OPTIONS= KQUEUE "kqueue(2) support" on \ - SASL2 "SASL2 support" off \ GSSAPI "GSSAPI support" off \ VPOPMAIL "VPopMail support" off \ LDAP "OpenLDAP support" off \ @@ -54,13 +53,6 @@ OPTIONS= KQUEUE "kqueue(2) support" on \ CONFIGURE_ARGS+= --with-ioloop=kqueue .endif -## SASL2 support -# -.if defined(WITH_SASL2) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 -CONFIGURE_ARGS+= --with-cyrus-sasl2 -.endif - ## GSSAPI support # .if defined(WITH_GSSAPI)