From owner-freebsd-questions@FreeBSD.ORG Mon Sep 22 09:56:36 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 B5EA616A4C0 for ; Mon, 22 Sep 2003 09:56:36 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B66543FB1 for ; Mon, 22 Sep 2003 09:56:32 -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 h8MGuPw31902; Mon, 22 Sep 2003 09:56:25 -0700 From: Kent Stewart To: "Andrew L. Gould" , "Charles Howse" , Date: Mon, 22 Sep 2003 09:56:25 -0700 User-Agent: KMail/1.5.4 References: <001501c38124$889640e0$04fea8c0@moe> <200309221139.33623.algould@datawok.com> In-Reply-To: <200309221139.33623.algould@datawok.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309220956.25470.kstewart@owt.com> Subject: Re: Cvsup refuse confusion 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: Mon, 22 Sep 2003 16:56:36 -0000 X-List-Received-Date: Mon, 22 Sep 2003 16:56:36 -0000 On Monday 22 September 2003 09:39 am, Andrew L. Gould wrote: > On Monday 22 September 2003 11:13 am, Charles Howse wrote: > > Hi, > > I'm trying to eliminate all the non-English ports and > > documentation. I've deleted the relevant directories in /usr/ports > > and /usr/share/doc, But they reappear on subsequent cvsups. > > Where have I gone wrong? > > > > ********* /etc/cvsupfile ********* > > > > *default host=cvsup11.FreeBSD.org > > *default base=/usr > > *default prefix=/usr > > *default release=cvs > > *default tag=RELENG_4_8 > > *default delete use-rel-suffix > > > > src-all > > *default tag=. > > ports-all > > doc-all > > > > ********* /usr/local/etc/cvsup/sup/ports-all/refuse ********* > > > > doc/da_* > > doc/de_* > > doc/el_* > > doc/es_* > > doc/fr_* > > doc/it_* > > doc/ja_* > > doc/nl_* > > doc/no_* > > doc/pl_* > > doc/pt_* > > doc/ru_* > > doc/sr_* > > doc/zh_* > > ports/INDEX > > ports/chinese > > ports/french > > ports/german > > ports/hebrew > > ports/hungarian > > ports/japanese > > ports/korean > > ports/polish > > ports/portuguese > > ports/russian > > ports/ukranian > > ports/vietnamese > > > > > > Thanks, > > Charles > > Check for the existence of the folder /usr/sup. If it exists, move > your refuse file to it. > > Also, should you be refusing to update ports/INDEX? I refuse the > non-English ports; but my refuse file does not include ports/INDEX. Yes, because you are supposed to rebuild INDEX after every cvsup of ports-all. If you pick and choose the port collection, you will probably break "make index" and then the upate tools won't work as you would expect. Since you are going to rebuild INDEX or INDEX-5 after each cvsup, refusing it prevents cvsup from redownloading it. It takes several minutes to download even across a 100Mbps networkd. If you use portupgrade, you also have to run "portsdb -u" after you create and updated INDEX. Kent > > I hope this helps. > > Andrew Gould > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html