From owner-freebsd-questions@FreeBSD.ORG Sat Oct 11 13:21:46 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 0BA2E16A4B3 for ; Sat, 11 Oct 2003 13:21:46 -0700 (PDT) Received: from c009.snv.cp.net (h017.c009.snv.cp.net [209.228.34.130]) by mx1.FreeBSD.org (Postfix) with SMTP id 29DA043F85 for ; Sat, 11 Oct 2003 13:21:45 -0700 (PDT) (envelope-from jdroflet@canada.com) Received: (cpmta 19242 invoked from network); 11 Oct 2003 13:21:43 -0700 Received: from 209.228.34.123 (HELO mail.canada.com.criticalpath.net) by smtp.canada.com (209.228.34.130) with SMTP; 11 Oct 2003 13:21:43 -0700 X-Sent: 11 Oct 2003 20:21:43 GMT Received: from [64.229.244.194] by mail.canada.com with HTTP; Sat, 11 Oct 2003 13:21:42 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 To: kstewart@owt.com From: jdroflet@canada.com X-Sent-From: jdroflet@canada.com Date: Sat, 11 Oct 2003 13:21:42 -0700 (PDT) X-Mailer: Web Mail 5.5.0-3_sol28 Message-Id: <20031011132143.1712.h010.c009.wm@mail.canada.com.criticalpath.net> cc: freebsd-questions@freebsd.org 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 20:21:46 -0000 On Sat, 11 Oct 2003 10:58:30 -0700, Kent Stewart wrote: > Message-Id: <200310111058.30135.kstewart@owt.com> > From: Kent Stewart > Received: (cpmta 23436 invoked from network); 11 Oct 2003 10:58:45 -0700 > Received: from 204.118.6.16 (HELO rutger.owt.com) > by smtp.c009.snv.cp.net (209.228.34.111) with SMTP; 11 Oct 2003 10:58:45 -0700 > 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 > Date: Sat, 11 Oct 2003 10:58:30 -0700 > User-Agent: KMail/1.5.4 > Content-Disposition: inline > Content-Type: text/plain; > charset="iso-8859-1" > X-Received: 11 Oct 2003 17:58:45 GMT > Subject: Re: Why has cvsup moved ports to attic ? > In-Reply-To: <20031011104319.1128.h001.c009.wm@mail.canada.com.criticalpath.net> > References: <20031011104319.1128.h001.c009.wm@mail.canada.com.criticalpath.net> > Delivered-To: canada.com%jdroflet@canada.com > Return-Path: > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > To: jdroflet@canada.com, freebsd-questions@freebsd.org > > 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 Thanks for prompt solution Kent, I had not built a machine over the summer so did not realize the changes, to rebuild the INDEX is it merely a 'make index' in /usr/ports ? Regards, Jay.