From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 8 13:20:07 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3D37106566C for ; Wed, 8 Dec 2010 13:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AB6AA8FC1E for ; Wed, 8 Dec 2010 13:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oB8DK75V064482 for ; Wed, 8 Dec 2010 13:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oB8DK78c064481; Wed, 8 Dec 2010 13:20:07 GMT (envelope-from gnats) Resent-Date: Wed, 8 Dec 2010 13:20:07 GMT Resent-Message-Id: <201012081320.oB8DK78c064481@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pascal Vizeli Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F1D71065670 for ; Wed, 8 Dec 2010 13:19:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id F304A8FC12 for ; Wed, 8 Dec 2010 13:19:14 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oB8DJEaX048267 for ; Wed, 8 Dec 2010 13:19:14 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id oB8DJEVD048266; Wed, 8 Dec 2010 13:19:14 GMT (envelope-from nobody) Message-Id: <201012081319.oB8DJEVD048266@red.freebsd.org> Date: Wed, 8 Dec 2010 13:19:14 GMT From: Pascal Vizeli To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/152921: [patch] Add dovecot2 to postfix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2010 13:20:08 -0000 >Number: 152921 >Category: ports >Synopsis: [patch] Add dovecot2 to postfix >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: Wed Dec 08 13:20:07 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Pascal Vizeli >Release: 8.1 >Organization: >Environment: FreeBSD iris.syshack.org 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Wed Dec 1 22:07:01 CET 2010 pvizeli@iris.syshack.org:/usr/obj/usr/src/sys/VMWARE amd64 >Description: Add dovecot2 support to postfix >How-To-Repeat: >Fix: --- /tmp/Makefile 2010-12-08 13:58:23.000000000 +0100 +++ /usr/local/tinderbox/portstrees/FreeBSD/ports/mail/postfix/Makefile 2010-12-08 14:00:17.000000000 +0100 @@ -42,6 +42,8 @@ OPTIONS= PCRE "Perl Compatible Regular Expressions" on \ SASL2 "Cyrus SASLv2 (Simple Auth. and Sec. Layer)" ${STATUS_SASL2} \ DOVECOT "Dovecot SASL authentication method" off \ + DOVECOT2 "Dovecot2 SASL authentication method" off \ + SASLKRB5 "If your SASL req. Kerberos5 select this option"${STATUS_SASLKRB5} \ SASLKRB5 "If your SASL req. Kerberos5 select this option"${STATUS_SASLKRB5} \ SASLKMIT "If your SASL req. MIT Kerberos5 select this option" ${STATUS_SASLKRB5MIT} \ TLS "Enable SSL and TLS support" ${STATUS_TLS} \ @@ -128,6 +130,12 @@ _REQUIRE+= dovecot .endif +.if defined(WITH_DOVECOT2) +RUN_DEPENDS+= dovecot:${PORTSDIR}/mail/dovecot2 +POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\" +_REQUIRE+= dovecot2 +.endif + .if defined(WITH_SASLKRB5) .if defined(WITH_SASLKMIT) BROKEN= Select only one SASL Kerberos option >Release-Note: >Audit-Trail: >Unformatted: