ports/100570: patch to mail/postfix dovecot support

Vivek Khera vivek at khera.org
Wed Jul 19 19:10:17 UTC 2006


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



More information about the freebsd-ports-bugs mailing list