From owner-freebsd-questions@FreeBSD.ORG Wed Mar 8 06:17:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBFBC16A420 for ; Wed, 8 Mar 2006 06:17:44 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D9CC43D45 for ; Wed, 8 Mar 2006 06:17:44 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [192.168.4.2] (68-190-198-174.dhcp.ccmn.ca.charter.com [68.190.198.174]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k286HhqN060438 for ; Tue, 7 Mar 2006 22:17:44 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <440E7707.3050602@chrismaness.com> Date: Tue, 07 Mar 2006 22:17:43 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (X11/20060217) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Portupgrade Operation 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: Wed, 08 Mar 2006 06:17:45 -0000 If I manually rm -rf a port, manually untar (ie glib.tar.gz), and do a portupgrade -rR glib, will packages that have a specific dependency on the old glib version get rebuilt? Or if not will they break (I am just using glib as an example and looking for a very general answer)? I would like to figure out how portupgrade works without CVSUPing the whole port tree. Like in the case of a security problem on a production server. I don't necessarily want to rebuild every port that has been installed on the box. Doing this has worked so-far, but I want to make sure that this is the best approach, so that I don't end up having the mess I had a while back with dependencies.