From owner-freebsd-ports@FreeBSD.ORG Wed May 14 19:51:08 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADE1D115 for ; Wed, 14 May 2014 19:51:08 +0000 (UTC) Received: from mail-yk0-x22d.google.com (mail-yk0-x22d.google.com [IPv6:2607:f8b0:4002:c07::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7118C2405 for ; Wed, 14 May 2014 19:51:08 +0000 (UTC) Received: by mail-yk0-f173.google.com with SMTP id 142so43029ykq.18 for ; Wed, 14 May 2014 12:51:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:to:disposition-notification-to:content-type:date :message-id:mime-version; bh=JOSP52yPh+BJMWuFvnWgUP8AZKS3k363+lviw+sJLIA=; b=Gqf8OAk6YitecxCd8Vv8vBbfu5Wlk+Z2UFexqT/LvlkN5exeBLILvdUFwGF3XZRzd5 v7O+IDemWrdp7q+5sIigWCg65pCmiUBpnMkJhToINpD7TNXm+0OEexvEoLC3bwZRSSXu wMcLwbYGLhSIXeHfuy1P+wJjK0he5aifdIaFze2wzttQ6cBnR7D2l+9scuiNoHDAcez8 //dAH13reJOdwDClMe5xlOIIKYFYJq3PfHHaCYN5HGE4VzihDbkNXNOLdNoq3EDKjxjo LaH6iOG0v7cH76fr2L8g2OtVAAnQo7Zt6E7JrYl3h2gFSGYzeUenxVXkXuHCtyOKicr+ n9cw== X-Received: by 10.236.76.105 with SMTP id a69mr8593069yhe.8.1400097067281; Wed, 14 May 2014 12:51:07 -0700 (PDT) Received: from [192.168.6.46] ([179.184.51.72]) by mx.google.com with ESMTPSA id s6sm3984104yhk.22.2014.05.14.12.51.04 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 14 May 2014 12:51:06 -0700 (PDT) Subject: evolution does not build with latest libxml2 From: Sergio de Almeida Lenzi To: ports Date: Wed, 14 May 2014 16:51:02 -0300 Message-ID: <1400097062.10604.41.camel@lenovo.toontown> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 19:51:08 -0000 FreeBSD 10 and 9.2 does not build evolution with latest libxml2 ==================================== e-cal-backend-caldav.c:1533:28: error: incomplete definition of type 'struct _xmlBuf' (gchar *) buf->buffer->content, ~~~~~~~~~~~^ /usr/local/include/libxml2/libxml/tree.h:104:16: note: forward declaration of 'struct _xmlBuf' typedef struct _xmlBuf xmlBuf; ^ e-cal-backend-caldav.c:1583:28: error: incomplete definition of type 'struct _xmlBuf' (gchar *) buf->buffer->content, ~~~~~~~~~~~^ /usr/local/include/libxml2/libxml/tree.h:104:16: note: forward declaration of 'struct _xmlBuf' typedef struct _xmlBuf xmlBuf; ======================================