From owner-freebsd-questions@FreeBSD.ORG Fri Feb 22 07:13:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B16816A402 for ; Fri, 22 Feb 2008 07:13:04 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 3334F13C46A for ; Fri, 22 Feb 2008 07:13:04 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id m1M7D3DQ089992 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 21 Feb 2008 23:13:03 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id m1M7D3ww089987 for freebsd-questions@freebsd.org; Thu, 21 Feb 2008 23:13:03 -0800 (PST) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA24527; Thu, 21 Feb 08 23:12:23 PST Date: Thu, 21 Feb 2008 23:07:29 -0800 From: perryh@pluto.rain.com To: freebsd-questions@freebsd.org Message-Id: <47be74b1.pGW9HajDXl3VC5wx%perryh@pluto.rain.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: setting X11BASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 07:13:04 -0000 After updating with portsnap, I am getting an insufficiently-helpful error message: On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself so please help it a bit by setting X11BASE=${LOCALBASE} in make.conf. On the other hand, if you do wish to use non-default X11BASE, please set variable USE_NONDEFAULT_X11BASE. * Am I correct in *guessing* that "make.conf" refers to /etc/make.conf? * What is the value of LOCALBASE? I'm not finding any definition, or other reference, in /etc/make.conf. * How do I figure out whether I should set USE_NONDEFAULT_X11BASE? * Why does it even need this? The port I am trying to install ATM (portmaster, to get a handle on the dependency maze) has nothing to do with X11. In case it matters, I have not upgraded to the modular Xorg, and would prefer not to go through all that. "It ain't broke ..."