From owner-freebsd-ports@FreeBSD.ORG Mon May 14 18:35:07 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD8C616A403; Mon, 14 May 2007 18:35:07 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id AB82713C44C; Mon, 14 May 2007 18:35:07 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 02B5D1A3C19; Mon, 14 May 2007 11:35:57 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C89B052FB9; Mon, 14 May 2007 14:35:06 -0400 (EDT) Date: Mon, 14 May 2007 14:35:06 -0400 From: Kris Kennaway To: Tim Bishop Message-ID: <20070514183506.GA4010@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070514113527.GF16073@carrick.bishnet.net> <46484E86.2040004@FreeBSD.org> <20070514121940.GH16073@carrick.bishnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070514121940.GH16073@carrick.bishnet.net> User-Agent: Mutt/1.4.2.2i Cc: ports@FreeBSD.org, Florent Thoumie Subject: Re: HEADS UP: xorg 7.2 ready for testing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2007 18:35:07 -0000 On Mon, May 14, 2007 at 01:19:40PM +0100, Tim Bishop wrote: > On Mon, May 14, 2007 at 12:56:54PM +0100, Florent Thoumie wrote: > > Tim Bishop wrote: > > > On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: > > >> Once we have enough success reports and have dealt with all reported > > >> failures, we will proceed with the next stage, which is to import into > > >> CVS. > > > > > > The default sshd_config in the base system no longer works with > > > xforwarding because the xauth program has moved. This can be fixed by > > > setting the option: > > > > > > XAuthLocation /usr/local/bin/xauth > > > > > > It defaults to X11R6. > > > > > > I guess this should be fixed after the xorg merge? > > > > Shouldn't be a problem if you have the symlink from X11R6 to local. > > Yeah - I'm running without the symlink so I can discover problems (in my > scripts and config mainly). :-) There are probably quite a few of them. It will be best to wait until after the import to start addressing these to avoid confusing the issue. Kris