From owner-freebsd-gnome@FreeBSD.ORG Sat Apr 5 16:46:32 2008 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 364CB106566C for ; Sat, 5 Apr 2008 16:46:32 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao107.cox.net (eastrmmtao107.cox.net [68.230.240.59]) by mx1.freebsd.org (Postfix) with ESMTP id 960258FC15 for ; Sat, 5 Apr 2008 16:46:31 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmmtao107.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080405164631.TYFX7068.eastrmmtao107.cox.net@eastrmimpo03.cox.net>; Sat, 5 Apr 2008 12:46:31 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo03.cox.net with bizsmtp id 9smW1Z0054iy4EG02smWY3; Sat, 05 Apr 2008 12:46:30 -0400 Date: Sat, 05 Apr 2008 11:49:01 -0500 To: "Jonathan Hogg" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: User-Agent: Opera Mail/9.27 (Linux) Cc: gnome@freebsd.org Subject: Re: Bug in dbus-1.1.20 port X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2008 16:46:32 -0000 On Sat, 05 Apr 2008 09:32:00 -0500, Jonathan Hogg = wrote: > This port cannot be built WITHOUT_X11. The dbus tools directory fails = to = > build because of a reference to xdisplay that hasn't been #ifdef'ed ou= t. Committed, thanks! Cheers, Mezz > Patch: > > *** dbus-launch.c~ Sat Apr 5 15:30:30 2008 > --- dbus-launch.c Sat Apr 5 15:24:34 2008 > *************** > *** 966,972 **** > --- 966,974 ---- > char write_pid_fd_as_string[MAX_FD_LEN]; > char write_address_fd_as_string[MAX_FD_LEN]; > > + #ifdef DBUS_BUILD_X11 > xdisplay =3D NULL; > + #endif > > if (close_stderr) > do_close_stderr (); > > > Thanks, > > Jonathan -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org