From owner-freebsd-questions@FreeBSD.ORG Sun Oct 28 20:23:16 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 409A316A468; Sun, 28 Oct 2007 20:23:16 +0000 (UTC) (envelope-from weif@maxine.cjones.org) Received: from maxine.cjones.org (chris.static.MT.net [206.127.66.35]) by mx1.freebsd.org (Postfix) with ESMTP id C6BDD13C48D; Sun, 28 Oct 2007 20:23:14 +0000 (UTC) (envelope-from weif@maxine.cjones.org) Received: from maxine.cjones.org (localhost [IPv6:::1]) by maxine.cjones.org (8.13.8/8.12.11) with ESMTP id l9SKNCcQ029409 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 28 Oct 2007 14:23:12 -0600 (MDT) Received: (from weif@localhost) by maxine.cjones.org (8.13.8/8.13.3) id l9SKNBHj010444; Sun, 28 Oct 2007 14:23:11 -0600 (MDT) Date: Sun, 28 Oct 2007 14:23:11 -0600 (MDT) Message-Id: <200710282023.l9SKNBHj010444@maxine.cjones.org> From: Keith Seyffarth To: Beech Rintoul In-reply-to: <200710281040.38797.beech@freebsd.org> (message from Beech Rintoul on Sun, 28 Oct 2007 10:40:33 -0800) References: <200710222014.l9MKE5QW013875@maxine.cjones.org> <200710271844.37010.beech@freebsd.org> <200710281529.l9SFTrLI019694@maxine.cjones.org> <200710281040.38797.beech@freebsd.org> X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0 (maxine.cjones.org [IPv6:::1]); Sun, 28 Oct 2007 14:23:12 -0600 (MDT) X-Spam-Status: No, score=-0.0 required=5.0 tests=NO_RELAYS autolearn=failed version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on maxine.cjones.org Cc: questions@freebsd.org Subject: Re: can't upgrade - catch-22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: weif@weif.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2007 20:23:16 -0000 > Do you have anything custom set in etc/make.conf? Just a couple things for Perl. > Try putting the following in etc/make.conf: > > USE_NONDEFAULT_X11BASE= yes > X11BASE= /usr/X11R6 Cool. That seems to have worked. Odd that it didn't when I tried it previously... Oh, well, it looks like portupgrade is rebuilding now, so I can probably get x upgraded after that. Thanks, Keith