From owner-freebsd-questions@FreeBSD.ORG Sun May 20 18:50:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 651A716A41F for ; Sun, 20 May 2007 18:50:38 +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 4B5D113C4CA for ; Sun, 20 May 2007 18:50:38 +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 09B261A3C1C; Sun, 20 May 2007 11:51:35 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 36CFE51406; Sun, 20 May 2007 14:50:37 -0400 (EDT) Date: Sun, 20 May 2007 14:50:37 -0400 From: Kris Kennaway To: Tsu-Fan Cheng Message-ID: <20070520185037.GA41728@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: FreeBSD Subject: Re: xorg updating observation 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: Sun, 20 May 2007 18:50:38 -0000 On Sun, May 20, 2007 at 08:18:22AM -0400, Tsu-Fan Cheng wrote: > hi, > while executing > > portupgrade -Rf libXft > > i noticed that it starts to build some oxrg7.2 stuff, is this the way it > should be?? Yes. In fact this is part of the reason it has to be done specially (portupgrade gets the ordering wrong and will introduce a loop into the dependency tree if you blindly do 'portupgrade -a' without doing this first) Kris