From 85ada5d14a4d09d1812a2dbc3e9773c52ca61081 Mon Sep 17 00:00:00 2001 From: Todd Vierling Date: Mon, 25 Jul 2005 20:56:20 +0000 Subject: [PATCH] Remove SASL, as that no longer exists here. IPv6 is now on by default in configure, so if not turned on, --disable-ipv6. --- dovecot-stable/options.mk | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/dovecot-stable/options.mk b/dovecot-stable/options.mk index 7578678de0..9e1796eee3 100644 --- a/dovecot-stable/options.mk +++ b/dovecot-stable/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1.1.1 2005/06/22 15:06:14 tvierling Exp $ +# $NetBSD: options.mk,v 1.2 2005/07/25 20:56:20 tvierling Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.dovecot PKG_SUPPORTED_OPTIONS= gnutls inet6 ldap mysql pgsql sasl @@ -38,6 +38,8 @@ CPPFLAGS+= -I${BUILDLINK_DIR}/include/pgsql ### .if !empty(PKG_OPTIONS:Minet6) CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 .endif ### @@ -47,11 +49,3 @@ CONFIGURE_ARGS+= --enable-ipv6 CONFIGURE_ARGS+= --with-ldap . include "../../databases/openldap/buildlink3.mk" .endif - -### -### IMAP-AUTH via SASL. -### -.if !empty(PKG_OPTIONS:Msasl) -CONFIGURE_ARGS+= --with-cyrus-sasl2 -. include "../../security/cyrus-sasl2/buildlink3.mk" -.endif