From owner-freebsd-ports@FreeBSD.ORG Wed Sep 6 17:36:01 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0506C16A4E0 for ; Wed, 6 Sep 2006 17:36:01 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5934F43D67 for ; Wed, 6 Sep 2006 17:36:00 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so2616024uge for ; Wed, 06 Sep 2006 10:35:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Djuu8xDYJ5P319Em7mg+Fq1ZWlW4tZNT7ZdHCeDqjTPK6QnQ15l1ZZynJuxx7Sg2mzAVULXx+3AhFY/Ux1IWzNU4va1e0W4+cB5PkNz3ePWoTM0yQiqMw2PUfllwIXyjz2HWr3O8ZdGMVsPBkDw7TkZqJ8olVOoIrJ2+PXpfJYs= Received: by 10.66.244.10 with SMTP id r10mr4544453ugh; Wed, 06 Sep 2006 10:35:59 -0700 (PDT) Received: by 10.67.86.8 with HTTP; Wed, 6 Sep 2006 10:35:59 -0700 (PDT) Message-ID: <790a9fff0609061035p40734023h6a448512cdba56e3@mail.gmail.com> Date: Wed, 6 Sep 2006 12:35:59 -0500 From: "Scot Hetzel" To: "KAYVEN RIESE" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: ports@freebsd.org Subject: Re: no /usr/ports 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: Wed, 06 Sep 2006 17:36:01 -0000 On 9/6/06, KAYVEN RIESE wrote: > > my ports directory is gone. how'd that happen? > What were you doing before it disapeared? There are several ways to make /usr/ports disapear: 1. rm -rf /usr/ports/* 2. cvs update -R RELENG_6 3. cvsup with an branch tag in the supfile for ports. Problem 2 & 3 are similar, as the ports tree is not branched. This causes cvs or cvsup to delete the ports since there is no branch with that tag (i.e. RELENG_6). Instead you need to specify a release tag (i.e. RELEASE_6_1_0) or no tag (gets you the latest ports changes). If your using cvsup, post your supfile and someone will help you fix it. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.