ports/103109: [PATCH] mail/dovecot: Remove Cyrus-SASL option from Makefile

Nikolai Nespor bugs at nespor.at
Sun Sep 10 18:40:33 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list