From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 11:13:08 2005 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 1472B16A4CE for ; Wed, 2 Feb 2005 11:13:08 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BE0743D1F for ; Wed, 2 Feb 2005 11:13:06 +0000 (GMT) (envelope-from tommoyer@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1521wra for ; Wed, 02 Feb 2005 03:13:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Lp1wCqBh+Nstk/g8M90eWm8ynQSbTx+QYuGT3+DcPdIiEnKLGGHzV1vNGKSCnKgLRyrbVrd5YDzEI1pNSHcx0LsacLaz75SLkldQt5/M0Nx5xfftiGWRfmwJhnbLqvfE1llb07138OK+02Exv9nuiMoIzC0xGMgZX5Pj82uPBqM= Received: by 10.54.33.34 with SMTP id g34mr28216wrg; Wed, 02 Feb 2005 03:13:05 -0800 (PST) Received: by 10.54.41.7 with HTTP; Wed, 2 Feb 2005 03:13:05 -0800 (PST) Message-ID: <1486736305020203132be89d74@mail.gmail.com> Date: Wed, 2 Feb 2005 06:13:05 -0500 From: Tom Moyer To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Dealing with ports installations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tom Moyer List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 11:13:08 -0000 I have a question. I attempted to install a port and when it failed I realized that it installed its dependancies that I don't need. ( I don't need the port because I found another that does what I need). Is there any way to safely go through and see what is installed, what depends on it and deinstall those that I don't need/use? Thanks, Tom