From owner-freebsd-stable@FreeBSD.ORG Tue Jun 19 08:40:37 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E59316A400 for ; Tue, 19 Jun 2007 08:40:37 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from mail.goodforbusiness.co.uk (mail.goodforbusiness.co.uk [81.19.179.90]) by mx1.freebsd.org (Postfix) with ESMTP id 5645713C46E for ; Tue, 19 Jun 2007 08:40:37 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from latham.london.helenmarks.co.uk (unknown [192.168.100.1]) by mail.goodforbusiness.co.uk (Postfix) with ESMTP id A0D1F11478; Tue, 19 Jun 2007 09:40:35 +0100 (BST) Received: from mail.helenmarks.co.uk (localhost [127.0.0.1]) by latham.london.helenmarks.co.uk (Postfix) with ESMTP id 61B22E041B; Tue, 19 Jun 2007 09:40:35 +0100 (BST) Received: from 195.12.22.194 (SquirrelMail authenticated user dom@helenmarks.co.uk) by mail.helenmarks.co.uk with HTTP; Tue, 19 Jun 2007 09:40:35 +0100 (BST) Message-ID: <56344.195.12.22.194.1182242435.squirrel@mail.helenmarks.co.uk> In-Reply-To: <007e01c7b23d$46ce41a0$d46ac4e0$@com> References: <47805.6899.qm@web50009.mail.re2.yahoo.com> <54537.195.12.22.194.1182176146.squirrel@mail.helenmarks.co.uk> <007e01c7b23d$46ce41a0$d46ac4e0$@com> Date: Tue, 19 Jun 2007 09:40:35 +0100 (BST) From: "Dominic Marks" To: rodrigo@liralink.com MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-stable@freebsd.org, 'Dominic Marks' , 'Vladislav Storojenco' Subject: RE: deinstall ports X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2007 08:40:37 -0000 Rodrigo Galiano wrote: > No, if you make 'deinstall' under a specific port it will only uninstall > the > software package with the dependencies. If you want to deinstall > dependencies do the command 'make clean' to check out what will be > actually > installed and diff the output with the results obtained with the > 'pkg_info' > command. Then finally do the command 'pkg_delete #package_name#' to > deinstall the dependencies. I believe the original question was if removing a package would by default removes the dependencies of the package too, to which the answer is no. I don't think the intention of the original poster was to attempt to actually deinstall the dependencies. Perhaps I misread the original post. Dominic