Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 May 2014 18:00:01 GMT
From:      Kevin Oberman <rkoberman@gmail.com>
To:        gnome@FreeBSD.org
Subject:   Re: ports/189857: building mail/evolution fails
Message-ID:  <201405161800.s4GI014m044640@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/189857; it has been noted by GNATS.

From: Kevin Oberman <rkoberman@gmail.com>
To: bug-followup@FreeBSD.org, turutani@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@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-&gt;request_headers, &quot;User-Agent&quot;, &quot;Evolution/&quot; VERSION);
  	soup_message_headers_append (message-&gt;request_headers, &quot;Depth&quot;, depth_1 ? &quot;1&quot; : &quot;0&quot;);
 -	soup_message_set_request (message, &quot;application/xml&quot;, SOUP_MEMORY_COPY, (const gchar *) buf-&gt;buffer-&gt;content, buf-&gt;buffer-&gt;use);
 +	soup_message_set_request (message, &quot;application/xml&quot;, SOUP_MEMORY_COPY, (const gchar *) xmlBufContent(buf-&gt;buffer), xmlBufUse(buf-&gt;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@gmail.com" target="_blank">rkoberman@gmail.com</a><br></div>
 </div></div>
 
 --001a11344c2cc4585f04f9880dea--



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