From owner-freebsd-questions@FreeBSD.ORG Thu Oct 16 14:46:34 2003 Return-Path: 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 68D8816A4B3 for ; Thu, 16 Oct 2003 14:46:34 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id C596D43FB1 for ; Thu, 16 Oct 2003 14:46:33 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 5DBA93B06; Thu, 16 Oct 2003 17:46:33 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Michael Lee" References: <000901c393da$6a1a06b0$ca00a8c0@michael> <1066304908.795.10.camel@boxster.onthenet.com.au> <003e01c393f9$91a67190$6401a8c0@kclee> From: Lowell Gilbert Date: 16 Oct 2003 17:46:33 -0400 In-Reply-To: <003e01c393f9$91a67190$6401a8c0@kclee> Message-ID: <44r81c3lfq.fsf@be-well.ilk.org> Lines: 7 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Q cc: freebsd-questions@freebsd.org Subject: Re: Uninstalling Port installed applications X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2003 21:46:34 -0000 "Michael Lee" writes: > What I want to know is that if I do not use portupgrade, can 'make > deinstall' do what I expected ? If the port hasn't been modified (e.g., by cvsup'ing ports) since it was installed, yes. Otherwise, you will need to do a pkg_delete(1).