From owner-freebsd-gnome Sat Apr 13 8: 8:28 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from heaven.gigo.com (gigo.com [207.173.11.186]) by hub.freebsd.org (Postfix) with ESMTP id 7480D37B405 for ; Sat, 13 Apr 2002 08:08:24 -0700 (PDT) Received: from bsace7003-193-225-074.dsl.telebrasilia.net.br (bsace7003-193-225-074.dsl.telebrasilia.net.br [200.193.225.74]) by heaven.gigo.com (Postfix) with ESMTP id C33DCB711 for ; Sat, 13 Apr 2002 08:08:20 -0700 (PDT) Received: (qmail 14010 invoked by uid 1001); 13 Apr 2002 14:45:17 -0000 Message-ID: <20020413144517.14009.qmail@exxodus.fedaykin.here> Date: Sat, 13 Apr 2002 11:44:54 -0300 From: Mario Sergio Fujikawa Ferreira To: Maxim Sobolev Cc: Joe Marcus Clarke , gnome@FreeBSD.ORG Subject: Re: libxml2 issue? (was Re: Ogle patch) References: <200204130800.g3D80wZ25831@vega.vega.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="wac7ysb48OaltWcw" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200204130800.g3D80wZ25831@vega.vega.com>; from sobomax@FreeBSD.org on Sat, Apr 13, 2002 at 11:00:36AM +0300 X-Operating-System: FreeBSD 4.5-STABLE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Apr 13, 2002 at 11:00:36AM +0300, Maxim Sobolev wrote: > No, www.libxml.org says that `#include ' is The Only True > Way[tm] both for 1.x.x and 2.x.x versions of libxml. We shouldn't > encourage noncompliant behaviour. That's the sort of ruling I was hoping for. So... if it's the only true way, we should have libxml2's libxml.m4 fixed. I mean, the patch attached should be sent back to developers so as to have a clean next release. > > Another portability issue: gtk.m4 installed by gtk12. > > It is FreeBSD specific, configure scripts generated with it > > do not work in other systems. I strongly urge the attached patch > > to be added. It works with autoconf both 2.53 and 2.13. It should > > be send back to gtk12 developers. > > I'll look into it. Actually we could just remove that patch completely, > because all FreeBSD ports cope with the problem by setting GTK_CONFIG > environment variable. I know but it wouldn't hurt to have compatibility out of the box. This really should be sent back to developers. Someday we might not need tweaking at all. :) Regards, -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-libxml2:libxml.m4" --- libxml.m4.orig Sat Apr 13 11:38:45 2002 +++ libxml.m4 Sat Apr 13 11:40:46 2002 @@ -253,7 +253,7 @@ AC_TRY_RUN([ #include #include -#include +#include int main() @@ -348,7 +348,7 @@ CFLAGS="$CFLAGS $XML_CFLAGS" LIBS="$LIBS $XML_LIBS" AC_TRY_LINK([ -#include +#include #include ], [ LIBXML_TEST_VERSION; return 0;], [ echo "*** The test program compiled, but did not run. This usually means" --wac7ysb48OaltWcw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message