From owner-freebsd-x11@FreeBSD.ORG Mon May 21 08:34:56 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D1BD16A46B for ; Mon, 21 May 2007 08:34:56 +0000 (UTC) (envelope-from bob.tdlc@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.freebsd.org (Postfix) with ESMTP id 3B21313C465 for ; Mon, 21 May 2007 08:34:56 +0000 (UTC) (envelope-from bob.tdlc@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1455837wxc for ; Mon, 21 May 2007 01:34:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OolCp0LpXvR6QIcNSpHg1sgd89WchpmigekJQiOMU6WwTdcbjRGeUDZV1MC0D++X9L4uxKc/vUiypJcyVks4H4swtSOzOE4pvyv1ftOz/qGPMwOuJJIRAfsoGG2LEWpjl13BEsq0M8Pbmuu6oQDsdYy5S00SlNRD0LPHogmiJqI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fiOJro+if2Gm2FVzPXOWHc+lnupviGvEo0JeMllEDeXTEgGhfKQQW91fKg8ibKqhAAikF+XYR0KC34ZU/zwRg7k2WHpkPhiFOnZN1DqgDBjdPmij34+G/lvf19YGAfuslvkjrwATt1CZxRDDl85/yDjVorkdjD2xQKwwjmYLvGg= Received: by 10.70.68.11 with SMTP id q11mr5697115wxa.1179736495725; Mon, 21 May 2007 01:34:55 -0700 (PDT) Received: by 10.70.51.14 with HTTP; Mon, 21 May 2007 01:34:55 -0700 (PDT) Message-ID: Date: Mon, 21 May 2007 17:34:55 +0900 From: "Bob McDonald" To: "Kris Kennaway" In-Reply-To: <20070521082957.GA51334@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070521082403.GA51136@xor.obsecurity.org> <20070521082957.GA51334@xor.obsecurity.org> Cc: freebsd-x11@freebsd.org Subject: Re: Error in upgrading xorg (no metaport installed) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 08:34:56 -0000 If that is the only other optiuon then I must have an incompletely updated prots tree, but that seems somewhat unlikely too. Might there be another file aside from /etc/make.conf that was configuring it to work that way? There was nothing like that in /etc/make.conf On 5/21/07, Kris Kennaway wrote: > On Mon, May 21, 2007 at 05:28:09PM +0900, Bob McDonald wrote: > > Looking at /etc/make.conf I don't see anything in there that looks > > related in any way, and I can't think why I would have done something > > like that intentionally. Is there anything in particular I should be > > on the lookout for? > > X11BASE. It now defaults to /usr/local, but your system is still > somehow managing to install into /usr/X11R6. The only other > possibility is if you have an incompletely updated ports tree. > > Kris >