Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2006 20:33:35 +0200 (CEST)
From:      Nikolai Nespor <bugs@nespor.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/103109: [PATCH] mail/dovecot: Remove Cyrus-SASL option from Makefile
Message-ID:  <200609101833.k8AIXZJT001681@justuss.tulipan.home>
Resent-Message-ID: <200609101840.k8AIeQGf065820@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         103109
>Category:       ports
>Synopsis:       [PATCH] mail/dovecot: Remove Cyrus-SASL option from Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 10 18:40:25 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nikolai Nespor
>Release:        FreeBSD 6.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD justuss.tulipan.home 6.1-RELEASE-p6 FreeBSD 6.1-RELEASE-p6 #0: Thu Sep 7 09:11:34 CEST 2006 root@justuss.tulipan.home:/usr/obj/usr/src/sys/JUSTUSS i386


>Description:
	Dovecot includes it's own SASL implementation. The OPTION for
	Cyrus-SASL is a no-op and should be removed.
>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot/Makefile,v
retrieving revision 1.50
diff -u -r1.50 Makefile
--- Makefile    19 Aug 2006 14:43:12 -0000      1.50
+++ Makefile    10 Sep 2006 18:31:42 -0000
@@ -37,7 +37,6 @@
 .endif
 
 OPTIONS=       KQUEUE          "kqueue(2) support"     on  \
-               SASL2           "SASL2 support"         off \
                GSSAPI          "GSSAPI support"        off \
                VPOPMAIL        "VPopMail support"      off \
                LDAP            "OpenLDAP support"      off \
@@ -52,13 +51,6 @@
 #
 .if !defined(WITHOUT_KQUEUE)
 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
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609101833.k8AIXZJT001681>