From owner-freebsd-questions@FreeBSD.ORG Thu Apr 10 08:02:16 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 3A868106566C for ; Thu, 10 Apr 2008 08:02:16 +0000 (UTC) (envelope-from aijaz.abaig@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id 0FCDC8FC17 for ; Thu, 10 Apr 2008 08:02:15 +0000 (UTC) (envelope-from aijaz.abaig@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so2903719wfa.7 for ; Thu, 10 Apr 2008 01:02:15 -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=TKx2WvTfiZ4uD5MrkyWxEhKfcO7Ga+o/WN6m2WD5fEs=; b=TzggsnaXx7jcwxOCKaKnQPQ6X+U7NXnGGcqzq9czaaHtxK4NiM0h06TK5tzLos+MIhcYz+tFLJtKbFEGhLbPwOE9nvD3BR0l4wiE2abCXO4KY5CjZ01FE6LcKo6ajEyv1Nuj4Dj++nxvqS42lUJukrf/Uv+hE5OKywjEl5QUrsk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=crWhxikqW1NWTtf4UjaO5ZUxMNouQ5QD1Ow1dK9KIbMXsbQ04E5PrEckSABIC5uNLFr13RdWmsRndj4ULoR5LV5SlR8rmcQEgZ89EPjIfCdBEM1o/QA/Cuiph9UR2+QmF9zvxVsCaT5UIZx22uGqprazZO0lSsQE8rK9Ds9UfjM= Received: by 10.142.221.19 with SMTP id t19mr348164wfg.100.1207812948531; Thu, 10 Apr 2008 00:35:48 -0700 (PDT) Received: by 10.142.230.7 with HTTP; Thu, 10 Apr 2008 00:35:48 -0700 (PDT) Message-ID: <101a1afc0804100035h148ebb19p39505b567a2cc7f3@mail.gmail.com> Date: Thu, 10 Apr 2008 09:35:48 +0200 From: "Aijaz Baig" 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: incomplete 'portupgrade -a' command 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: Thu, 10 Apr 2008 08:02:16 -0000 Hello, I installed 'portupgrade' on my system the other day and was mentioned in this document issued the following command after installlaing it. 'portupgrade -a'. After that my computer was like doing a hell lot of things which I suppose included updating the indices of the ports isn't it? Does 'portupgrade -a' updates only the indices of the various ports that are registered in the ports subdirectory or does it INSTALL all of them into the computer?If its the latter than I am kinda jacked I guess as I would have to see which ports have been installed and which ports have been left hanging and accordingly removed the unwanted ports and shred the stuff that has been downloaded without being installed. While it was working my other applications almost froze and I couldn't do nothing so I issued something like 'ctrl+alt+F9' (I do not remember which function key it was) and the computer rebooted(I suppose that combination means reboot on the xfce). Due to this the 'portupgrade -a' command was left in the middle. SO I assume that there could have been instances wherein the source code or other such things might have been fetched without being installed. Can I use the 'portsclean -C' command mentioned on the same page in that document to clean the work directories of all the installed ports? Hope to hear from you, Best Regards, Aijaz Baig.