From owner-freebsd-ports@FreeBSD.ORG Fri Apr 8 07:00:37 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 928C2106566B for ; Fri, 8 Apr 2011 07:00:37 +0000 (UTC) (envelope-from gnixua@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1B45A8FC1B for ; Fri, 8 Apr 2011 07:00:36 +0000 (UTC) Received: by bwz12 with SMTP id 12so3307128bwz.13 for ; Fri, 08 Apr 2011 00:00:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:reply-to:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=D7dGrY318LUMu++kJaUMd9rgCaourPtxgnTZcvvMy/g=; b=COPxEw5uuXImdYgmKsb4GdOaieSXv6JsIaBWLWSjCP3f0bGfjHyqD3P53Zmc1Ac6lv +a+e/+vTRP6Y6ECnROzZPl/lPUyx3w6MnbYfIXkV8k9fRhS68LzzhKvM7cSiYFKjKfaj mCel3j7nS3Zc3XdcrtcoDYVunE2NJH2urtDn4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=QjKwa+0Tsb1Ux2ovUlgMgRD387LXnvQ6xTE3RXvFQPWu65zKm7hETT61TdNr9dHfAL rh0E/d7aGtK9sjEoj9YtEfna+Dy0bu5+2GpHb4uV+fFOrLjfrx5lEb8dk724ub5tNGqT e++tJYhrSNKldriRXhQkMSvERB7TsK/egH2Fs= Received: by 10.204.22.197 with SMTP id o5mr1617594bkb.68.1302246035742; Fri, 08 Apr 2011 00:00:35 -0700 (PDT) Received: from gx.laptop.net (pptp-dm2010060102.domashka.kiev.ua [94.45.36.125]) by mx.google.com with ESMTPS id 16sm1467689bkm.6.2011.04.08.00.00.33 (version=SSLv3 cipher=OTHER); Fri, 08 Apr 2011 00:00:34 -0700 (PDT) Message-ID: <4D9EB290.1030704@gmail.com> Date: Fri, 08 Apr 2011 10:00:32 +0300 From: Gritsuk Anton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.15) Gecko/20110305 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: ohauer@FreeBSD.org References: <4D9DF8D5.4060005@FreeBSD.org> <4D9E0E36.4070109@FreeBSD.org> In-Reply-To: <4D9E0E36.4070109@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Attos , freebsd-ports Subject: Re: Best way to uninstall X X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gnixua@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2011 07:00:37 -0000 Maybe freebsd has tool that provides opportunity (some option) to install all packages from file with listing needy packages . For example: # command_with_option ~/file_with_needs_pkg Who knows this utility? On 07.04.2011 22:19, Olli Hauer wrote: > If you plan the upgrade to 8.2 then you have to rebuild all your ports. > So why updating the ports before the update? > > # create list of all packages (for reference) > pkg_info -qoa | sort> ~/packages_74 > > # delete all packages > pkg_delete -a > > Do the system upgrade, then build or install only the ports you want on the 8.2 > system -- best regards, Anton