ports/189857: building mail/evolution fails

Kevin Oberman rkoberman at gmail.com
Fri May 16 18:00:01 UTC 2014


The following reply was made to PR ports/189857; it has been noted by GNATS.

From: Kevin Oberman <rkoberman at gmail.com>
To: bug-followup at FreeBSD.org, turutani at scphys.kyoto-u.ac.jp
Cc:  
Subject: Re: ports/189857: building mail/evolution fails
Date: Fri, 16 May 2014 10:50:48 -0700

 --001a11344c2cc4585f04f9880dea
 Content-Type: text/plain; charset=UTF-8
 
 Fix is already posted to the list courtesy of Don Lewis:
 
 --- plugins/caldav/caldav-browse-server.c.orig	2010-09-21
 00:26:29.000000000 -0700
 +++ plugins/caldav/caldav-browse-server.c	2014-05-14 12:55:29.000000000 -0700
 @@ -979,7 +979,7 @@
 
  	soup_message_headers_append (message->request_headers, "User-Agent",
 "Evolution/" VERSION);
  	soup_message_headers_append (message->request_headers, "Depth",
 depth_1 ? "1" : "0");
 -	soup_message_set_request (message, "application/xml",
 SOUP_MEMORY_COPY, (const gchar *) buf->buffer->content,
 buf->buffer->use);
 +	soup_message_set_request (message, "application/xml",
 SOUP_MEMORY_COPY, (const gchar *) xmlBufContent(buf->buffer),
 xmlBufUse(buf->buffer));
 
  	/* Clean up the memory */
  	xmlOutputBufferClose (buf);
 
 -- 
 R. Kevin Oberman, Network Engineer, Retired
 E-mail: rkoberman at gmail.com
 
 --001a11344c2cc4585f04f9880dea
 Content-Type: text/html; charset=UTF-8
 
 <div dir="ltr">Fix is already posted to the list courtesy of Don Lewis:<br><pre>--- plugins/caldav/caldav-browse-server.c.orig	2010-09-21 00:26:29.000000000 -0700
 +++ plugins/caldav/caldav-browse-server.c	2014-05-14 12:55:29.000000000 -0700
 @@ -979,7 +979,7 @@
  
  	soup_message_headers_append (message->request_headers, "User-Agent", "Evolution/" VERSION);
  	soup_message_headers_append (message->request_headers, "Depth", depth_1 ? "1" : "0");
 -	soup_message_set_request (message, "application/xml", SOUP_MEMORY_COPY, (const gchar *) buf->buffer->content, buf->buffer->use);
 +	soup_message_set_request (message, "application/xml", SOUP_MEMORY_COPY, (const gchar *) xmlBufContent(buf->buffer), xmlBufUse(buf->buffer));
  
  	/* Clean up the memory */
  	xmlOutputBufferClose (buf);
 </pre>-- <br><div><div dir="ltr">R. Kevin Oberman, Network Engineer, Retired<br>E-mail: <a href="mailto:rkoberman at gmail.com" target="_blank">rkoberman at gmail.com</a><br></div>
 </div></div>
 
 --001a11344c2cc4585f04f9880dea--


More information about the freebsd-gnome mailing list