From owner-freebsd-questions@FreeBSD.ORG Sat Oct 11 10:58:47 2003 Return-Path: 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 C554E16A4B3 for ; Sat, 11 Oct 2003 10:58:47 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C2D43F75 for ; Sat, 11 Oct 2003 10:58:47 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.11.6p2/8.9.3) with ESMTP id h9BHwUw16003; Sat, 11 Oct 2003 10:58:30 -0700 From: Kent Stewart To: jdroflet@canada.com, freebsd-questions@freebsd.org Date: Sat, 11 Oct 2003 10:58:30 -0700 User-Agent: KMail/1.5.4 References: <20031011104319.1128.h001.c009.wm@mail.canada.com.criticalpath.net> In-Reply-To: <20031011104319.1128.h001.c009.wm@mail.canada.com.criticalpath.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310111058.30135.kstewart@owt.com> Subject: Re: Why has cvsup moved ports to attic ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 17:58:47 -0000 On Saturday 11 October 2003 10:43 am, jdroflet@canada.com wrote: > I don't usually cvsup the source but do, do the ports so I don't > understand whats happened here - I"ve not heard of attic before. > Doing a buildworld so I cvsup'd source and some ports at the same > time with these options: > > *default host=cvsup.ca.freebsd.org > *default base=/usr > *default prefix=/usr > *default release=cvs > *default delete use-rel-suffix > > *default compress > src-all tag=RELENG_4_8 > #and a list of selected ports. > > Output shows ports getting moved to attic ???? > > Mkdir ports/net/bind9/files > Create ports/net/bind9/files/patch-Makefile.in,v -> Attic > Create ports/net/bind9/files/patch-assertions.h,v -> Attic > SetAttrs ports/net/bind9/files > Create ports/net/bind9/pkg-comment,v -> Attic > Create ports/net/bind9/pkg-descr,v -> Attic > Create ports/net/bind9/pkg-message,v -> Attic > Create ports/net/bind9/pkg-plist,v -> Attic > > I usually update ports with these options: > > *default host=cvsup.ca.freebsd.org > *default base=/usr > *default prefix=/usr > *default release=cvs tag=. > *default delete use-rel-suffix > > And it usually works fine but not now :( ports are still in the > attic. Now I want to build install bind9 but it's in the attic ? > How do I get the ports back ? If you had used cvsweb.cgi to look at them, you would have seen that bind9 was moved from net to dns. You don't mention rebuilding INDEX and that is a must after every cvsup of ports-all. If you use portupgrade and its tools, you also have to rebuild INDEX.db. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html