Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2006 15:01:25 -0400 (EDT)
From:      Vivek Khera <vivek@khera.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100570: patch to mail/postfix dovecot support
Message-ID:  <20060719190125.0E538B829@yertle.kcilink.com>
Resent-Message-ID: <200607191910.k6JJAGnb089814@freefall.freebsd.org>

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

>Number:         100570
>Category:       ports
>Synopsis:       patch to mail/postfix dovecot support
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 19 19:10:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 6.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD yertle.int.kciLink.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #4: Thu Mar 2 13:53:40 EST 2006 khera@yertle.int.kciLink.com:/usr/obj/usr/src/sys/KCI64 amd64


	
>Description:
	

enabling the "DOVECOT" option causes a compile time error in mail/postfix.
This patch fixes that.

>How-To-Repeat:
	

run "make config" and select DOVECOT option. then type "make".

>Fix:

	

PORTREVISION doesn't need to be bumped since the package is not altered, and
anyone already running this port has not encountered this build-time error,
and anyone encountering this build-time error is not already running it :-)


--- Makefile    Wed Jul 19 08:59:10 2006
+++ Makefile.new        Wed Jul 19 14:55:29 2006
@@ -126,7 +126,7 @@
 BROKEN=                        Select only one SASL authentication method
 .endif
 RUN_DEPENDS+=          dovecot:${PORTSDIR}/mail/dovecot
-POSTFIX_CCARGS+=       -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\"
+POSTFIX_CCARGS+=       -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\"
 .endif
 
 .if defined(WITH_SASLKRB)
>Release-Note:
>Audit-Trail:
>Unformatted:



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