From owner-freebsd-questions@FreeBSD.ORG Sat Oct 11 10:43:21 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 A477516A4B3 for ; Sat, 11 Oct 2003 10:43:21 -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 5CE2D43F85 for ; Sat, 11 Oct 2003 10:43:20 -0700 (PDT) (envelope-from jdroflet@canada.com) Received: (cpmta 27659 invoked from network); 11 Oct 2003 10:43:19 -0700 Received: from 209.228.34.114 (HELO mail.canada.com.criticalpath.net) by smtp.canada.com (209.228.34.130) with SMTP; 11 Oct 2003 10:43:19 -0700 X-Sent: 11 Oct 2003 17:43:19 GMT Received: from [64.229.244.194] by mail.canada.com with HTTP; Sat, 11 Oct 2003 10:43:19 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG From: jdroflet@canada.com X-Sent-From: jdroflet@canada.com Date: Sat, 11 Oct 2003 10:43:19 -0700 (PDT) X-Mailer: Web Mail 5.5.0-3_sol28 Message-Id: <20031011104319.1128.h001.c009.wm@mail.canada.com.criticalpath.net> Subject: 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:43:21 -0000 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 ? Thanks, Jay.