Date: Thu, 23 Aug 2001 02:59:43 -0400 From: parv <parv_@yahoo.com> To: Salvo Bartolotta <bartequi@neomedia.it> Cc: f-q <freebsd-questions@freebsd.org> Subject: Re: make search isn't making any results in ports Message-ID: <20010823025943.A3087@moo.holy.cow> In-Reply-To: <997963051.3b7bb52b6263a@webmail.neomedia.it>; from bartequi@neomedia.it on Thu, Aug 16, 2001 at 01:57:31PM %2B0200 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010823025943.A3087>