From owner-freebsd-questions@FreeBSD.ORG Sun Aug 10 09:52:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCB88106566B for ; Sun, 10 Aug 2008 09:52:10 +0000 (UTC) (envelope-from ervin23@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by mx1.freebsd.org (Postfix) with ESMTP id A77398FC1A for ; Sun, 10 Aug 2008 09:52:10 +0000 (UTC) (envelope-from ervin23@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1308291wfg.7 for ; Sun, 10 Aug 2008 02:52:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=AqvX4oVC5oD3Emjc+EIav+25IvYva0MLA62txgX3V14=; b=ZI8v+69iW0g7djX8zrAwwCWiXZ+sLERLSDb6HPlTiUHrxXqadEJqunfXCeGz7UX2KS pW8zR4tDLuKpq+o6hDpHpkqLh/Rl7b8XvgMxZ9XFUShIVAsAoWn7WkCJ2zBjg81XU8w5 udXbSxp6DcXsCqFXGcWN/2TyRwUxG1gMxFKVY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=V4pn/iXK6I6M32x2T1Yo9uQ1wWlyP/JINbhPebM0Eu6UeKBzfUe6pBbSLZ0rNqjkNL MMyhgccxuqvXj9AFL88IfllGdadnaBddhSEIoaycOl+7cHERCuzrhsdsfLGcKto0pDt+ dj8seNObyl5vjZbjNr5dypsw9k3QjRavf/mTY= Received: by 10.142.239.13 with SMTP id m13mr1642033wfh.218.1218360239157; Sun, 10 Aug 2008 02:23:59 -0700 (PDT) Received: by 10.142.217.10 with HTTP; Sun, 10 Aug 2008 02:23:58 -0700 (PDT) Message-ID: Date: Sun, 10 Aug 2008 11:23:58 +0200 From: ervin To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Removing a port & its dependencies / 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, 10 Aug 2008 09:52:10 -0000 hi, I installed a port with "make install" and it worked including installation of dependencies Removing the port: Do I use pkg_delete or .... ? I want the dependencies to me removed as well .... the "make deinstall" deinstall the primary port but not the dependencies. -- best regards ev