From owner-freebsd-ports@FreeBSD.ORG Thu Apr 7 19:19:23 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 01705106566C; Thu, 7 Apr 2011 19:19:23 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from u18-124.dslaccess.de (unknown [194.231.39.124]) by mx1.freebsd.org (Postfix) with ESMTP id A6EA18FC14; Thu, 7 Apr 2011 19:19:22 +0000 (UTC) Received: from [172.20.1.100] (unknown [172.20.1.100]) by u18-124.dslaccess.de (Postfix) with ESMTPSA id 89C202062C; Thu, 7 Apr 2011 21:19:18 +0200 (CEST) Message-ID: <4D9E0E36.4070109@FreeBSD.org> Date: Thu, 07 Apr 2011 21:19:18 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: Attos References: <4D9DF8D5.4060005@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: 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: ohauer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2011 19:19:23 -0000 On 2011-04-07 20:36, Attos wrote: > I used to have remote access through VPN-VNC using IceWM to this machine, > but I no longer require this. > This machine has Apache, MySQL, PostFix, Samba. And now (port-)upgrading it > has become a PITA. > It's currently running 7.4-REL and I'm planning to upgrade it to 8.2-REL and > portupgrade is holding me. That's why I want to get rid of all those ports I > no longer use. > 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