ports/89821: [patch] databases/evolution-data-server unbreak on 4.X

Matthew Luckie mjl at luckie.org.nz
Thu Dec 1 22:30:10 UTC 2005


>Number:         89821
>Category:       ports
>Synopsis:       [patch] databases/evolution-data-server unbreak on 4.X
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 01 22:30:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Luckie
>Release:        FreeBSD 4.11-RELEASE-p8 i386
>Organization:
University of Waikato
>Environment:
System: FreeBSD lycra.luckie.org.nz 4.11-RELEASE-p8 FreeBSD 4.11-RELEASE-p8 #1: Wed May 11 14:02:09 NZST 2005 root at lycra.luckie.org.nz:/files/freebsd_src/sys/compile/lycra i386
>Description:
camel-imap-utils.c: In function `imap_parse_list_response':
camel-imap-utils.c:384: syntax error before `char'
>How-To-Repeat:
Build on 4.X
>Fix:
put this into databases/evolution-data-server/files/patch-camel_providers_imap-camel-imap-utils.c
and remove the BROKEN= bit from the Makefile


--- camel/providers/imap/camel-imap-utils.c.orig        Fri Dec  2 10:51:08 2005
+++ camel/providers/imap/camel-imap-utils.c     Fri Dec  2 10:52:18 2005
@@ -371,7 +371,7 @@
                return FALSE;
        
        if (folder) {
-               char *astring;
+               char *astring, *mailbox;
                
                /* get the folder name */
                word = imap_next_word (word);
@@ -380,8 +380,6 @@
                        return FALSE;
 
                *folder = astring;
-
-               char *mailbox;
 
                mailbox = imap_mailbox_decode (astring, strlen (astring));
                g_free (astring);


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list