From owner-freebsd-questions@FreeBSD.ORG Sun Oct 28 00:38:45 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 563C716A420 for ; Sun, 28 Oct 2007 00:38:45 +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 62C0D13C4EC for ; Sun, 28 Oct 2007 00:38:43 +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 l9S0cc3C009351 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 27 Oct 2007 18:38:38 -0600 (MDT) Received: (from weif@localhost) by maxine.cjones.org (8.13.8/8.13.3) id l9S0cccD010691; Sat, 27 Oct 2007 18:38:38 -0600 (MDT) Date: Sat, 27 Oct 2007 18:38:38 -0600 (MDT) Message-Id: <200710280038.l9S0cccD010691@maxine.cjones.org> From: Keith Seyffarth To: "Daniel Marsh" In-reply-to: (jahilliya@gmail.com) References: <200710222014.l9MKE5QW013875@maxine.cjones.org> <1193108098.984.8.camel@viola.izb.knu.ac.kr> <200710270700.l9R70UIj026651@maxine.cjones.org> X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0 (maxine.cjones.org [IPv6:::1]); Sat, 27 Oct 2007 18:38:38 -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 00:38:45 -0000 > Why don't you just manually remove Xorg and then install it with > portinstall? > ie. pkg_delete -f xorg\* > > That'll remove all packages that start with the characters xorg. > Install the newer version of Xorg then upgrade portupgrade, then upgrade the > packages that depended on xorg. Well, now that x is uninstalled, you still can't install it without having already installed it... It still generates the 'can't set default xbase' error. Any recommendations now that X has been uninstalled?