From owner-freebsd-ports@FreeBSD.ORG Thu Apr 7 18:36:10 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 E28FD1065670 for ; Thu, 7 Apr 2011 18:36:09 +0000 (UTC) (envelope-from attos.janus@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8C7AA8FC12 for ; Thu, 7 Apr 2011 18:36:09 +0000 (UTC) Received: by yxl31 with SMTP id 31so1309748yxl.13 for ; Thu, 07 Apr 2011 11:36:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=ROLQExZuu441Ip319SrQDEvVJH9xWgL6Vkc6vXljvr8=; b=pCOJrY+afnPddkfjGRcwt0Mi1g9hnS3iSGfrksDxOjGR6iwcw5JHtWbQT5n4Kx/6rD jXo2vfT/tLv1BcyPwfKaiIl51FL7dK1XW5dHTCIUpvJwhM0eGKF7Pecfz8Fq42omxbuE I/4oE/kCa73j0+X5hq1wJpHtrjf4hV8oD5FL0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=CW+upYq+mwuyaV0fe/k1tHB5Gl073umo9ns9FMN/bDbU+lAOGYjP0HB6vzsW7wuWcm qHwDH2/6eZv62f3/W+XldrCPcRbtqQhbhxsBI4VaZ99sW32N/SGxBlP5Tx70KcaM9mJ3 0g/RC8u+/kiRQer4ggdkn58sdbE7MGjg/V70E= MIME-Version: 1.0 Received: by 10.101.193.1 with SMTP id v1mr816822anp.143.1302201368705; Thu, 07 Apr 2011 11:36:08 -0700 (PDT) Received: by 10.100.177.20 with HTTP; Thu, 7 Apr 2011 11:36:08 -0700 (PDT) In-Reply-To: <4D9DF8D5.4060005@FreeBSD.org> References: <4D9DF8D5.4060005@FreeBSD.org> Date: Thu, 7 Apr 2011 14:36:08 -0400 Message-ID: From: Attos To: ohauer@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports Subject: Re: Best way to uninstall X X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2011 18:36:10 -0000 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. Thanks On Thu, Apr 7, 2011 at 1:48 PM, Olli Hauer wrote: > On 2011-04-07 18:59, Attos wrote: > > Hello all, > > > > What is the best way to uninstall X and all the applications that run > under > > X? > > > > Thanks in advance. > > Don't know what else you have installed but pkg_delete -r > can be useful here. > > $> pkg_info | grep -i ^x > > xorg-7.5.1 bla bla > ... > ... > > $> pkg_delete -r xorg-7.5.1 > >