From owner-freebsd-gnome@FreeBSD.ORG Fri Oct 24 14:07:14 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09AC716A4B3 for ; Fri, 24 Oct 2003 14:07:14 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58AFA43FBD for ; Fri, 24 Oct 2003 14:07:12 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 95189 invoked from network); 24 Oct 2003 21:07:10 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 24 Oct 2003 21:07:10 -0000 Message-ID: <3F99947D.1010209@liwing.de> Date: Fri, 24 Oct 2003 21:07:09 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031022 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Joe Marcus Clarke Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD GNOME Users Subject: [Fwd: Re: ports/58416: [PATCH] fix broken build of textproc/xmlwrapp] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 21:07:14 -0000 Hi Joe, it seems that the last update of libxml2 breaks a little bit, and the below quoted forward shows where. Do you think increasing the shared library version because of this API incompatibility would make sense? Regards, Jens -------- Original Message -------- Subject: Re: ports/58416: [PATCH] fix broken build of textproc/xmlwrapp Date: Fri, 24 Oct 2003 20:23:37 +0000 From: Jens Rehsack To: Kirill Ponomarew References: <200310241903.h9OJ3JqP035125@freefall.freebsd.org> <3F9980D7.70403@liwing.de> <20031024194930.GB13338@voodoo.oberon.net> <3F9988E2.2090107@liwing.de> <20031024202132.GC13338@voodoo.oberon.net> Kirill Ponomarew wrote: > Hi, > > On Fri, Oct 24, 2003 at 08:17:38PM +0000, Jens Rehsack wrote: > > >>Ok, it looks as you don't have a SAX2.h included. What version >>of libxml2 do you have installed? >> >>I have libxml2-2.6.0. > > > Ooh, I forgot to make portupgrade ;-( I have 2.5.11 But in that case that should be required, because ABI is changed. So the shared library version number should be increased, I think. Jens