From owner-freebsd-ports@FreeBSD.ORG Fri Apr 8 07:20:55 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 CCC3E106566B; Fri, 8 Apr 2011 07:20:55 +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 2DDA48FC08; Fri, 8 Apr 2011 07:20:54 +0000 (UTC) Received: by bwz12 with SMTP id 12so3318815bwz.13 for ; Fri, 08 Apr 2011 00:20:54 -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:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=SLlS3TcVcIY7o+ObLKpy0YCfV0yvKPLOTN7tXdWJga0=; b=mNzC7Mdw1etHPLTCRjGqLqAS3Tkmfk5vLhYK24UGiR7AOW65txIrJLsUy5XgsjdQ9C IS60+D69qfc6F58jSUbVn59doe7+UA/An/wPAPP3rcmzP6dfEPyA4nSVF83VNcaRJLoJ yBvxw6qdY+nlL3yrbvPU/txMWZrybS7GEt+O0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=Of7Cyec04wm/vs52Tj5Fmqi14L57fuHtTtPiGpL4RIJpnGUJuXPs/rHTdF1LX3fEST kF62f3XrSNm10xNByfRxuBe9uPxD9bdo2qk51ZD1qmqDPJYQD0BTkLBDDdTtW3H4B/7N 6UNP9B0nVj6lL6HccsI7dG9mAZNqONj2aVQg0= Received: by 10.204.229.193 with SMTP id jj1mr1707704bkb.21.1302247254022; Fri, 08 Apr 2011 00:20:54 -0700 (PDT) Received: from gx.laptop.net (pptp-dm2010060102.domashka.kiev.ua [94.45.36.125]) by mx.google.com with ESMTPS id x6sm1474972bkv.12.2011.04.08.00.20.51 (version=SSLv3 cipher=OTHER); Fri, 08 Apr 2011 00:20:52 -0700 (PDT) Message-ID: <4D9EB753.9040909@gmail.com> Date: Fri, 08 Apr 2011 10:20:51 +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 References: <4D9DF8D5.4060005@FreeBSD.org> <4D9E0E36.4070109@FreeBSD.org> <4D9EB290.1030704@gmail.com> In-Reply-To: <4D9EB290.1030704@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Attos , ohauer@FreeBSD.org, 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:20:55 -0000 oh, sorry i find the way to do it using # portmaster `cat ~/file_with_needs_pkg ` :-) On 08.04.2011 10:00, Gritsuk Anton wrote: > 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