From owner-freebsd-questions Wed Aug 22 23:59:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc23.worldnet.att.net (mtiwmhc23.worldnet.att.net [204.127.131.48]) by hub.freebsd.org (Postfix) with ESMTP id BCB9137B403 for ; Wed, 22 Aug 2001 23:59:41 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.101.235.82]) by mtiwmhc23.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010823065940.TBIN12058.mtiwmhc23.worldnet.att.net@worldnet.att.net>; Thu, 23 Aug 2001 06:59:40 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id D006A50D20; Thu, 23 Aug 2001 02:59:43 -0400 (EDT) Date: Thu, 23 Aug 2001 02:59:43 -0400 From: parv To: Salvo Bartolotta Cc: f-q Subject: Re: make search isn't making any results in ports Message-ID: <20010823025943.A3087@moo.holy.cow> Mail-Followup-To: Salvo Bartolotta , f-q References: <997869845.3b7a491562488@webmail.neomedia.it> <20010815071230.B13033@moo.holy.cow> <997892294.3b7aa0c60be0b@webmail.neomedia.it> <20010815181145.A30569@moo.holy.cow> <997963051.3b7bb52b6263a@webmail.neomedia.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <997963051.3b7bb52b6263a@webmail.neomedia.it>; from bartequi@neomedia.it on Thu, Aug 16, 2001 at 01:57:31PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG this was, on the fateful occasion around Aug 16 07:57 -0400, sent by Salvo Bartolotta > > For instance, if your ports tree lives in eg /myjunk/ports, the following > workarounds come to mind: > > -- (after doing a "make index") s/\/usr\/ports/\/myjunk\/ports/g in > /myjunk/ports/INDEX with your favo(u)rite tool (eg perl -pe); [ugly] > well, that may be ugly but it sure beats more than one hour it takes to build INDEX from scratch, not to mention some irresponsiveness in X... # time nice -20 perl -pi -e 's#/usr/ports#/source/ports#g' INDEX real 0m0.462s user 0m0.125s sys 0m0.037s ...even if i include cvsup time, total time is well below one hour to get the INDEX. -- so, do you like word games or scrabble? - parv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message