From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 22:49:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6435B16A420 for ; Wed, 22 Feb 2006 22:49:47 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9DEE43D45 for ; Wed, 22 Feb 2006 22:49:46 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id B836A998811; Wed, 22 Feb 2006 23:49:44 +0100 (CET) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24129-04-10; Wed, 22 Feb 2006 23:49:41 +0100 (CET) Received: from [192.168.2.186] (catv-5062e7e3.catv.broadband.hu [80.98.231.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 2B66E998804; Wed, 22 Feb 2006 23:49:41 +0100 (CET) Message-ID: <43FCEA80.1050105@t-hosting.hu> Date: Wed, 22 Feb 2006 23:49:36 +0100 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jose Borquez References: <43FCE8A3.6010209@sbcglobal.net> In-Reply-To: <43FCE8A3.6010209@sbcglobal.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at t-hosting.hu Cc: FreeBSD Questions Subject: Re: How to delete ports? 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: Wed, 22 Feb 2006 22:49:47 -0000 Jose Borquez wrote: > Is it safe to go into /usr/ports and delete the entire contents of the > ports and then do a cvsup to download only the needed ports? Is there > another method to do this? > Yes, you can safely delete /usr/ports. You can define the unwanted directories with refuse files for CVSup. See cvsup(1), it is described there well enough. Regards, Gabor Kovesdan