From owner-freebsd-stable Tue Sep 3 11:39:13 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 569BE37B401 for ; Tue, 3 Sep 2002 11:39:00 -0700 (PDT) Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D8F443E65 for ; Tue, 3 Sep 2002 11:38:59 -0700 (PDT) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-030dcwashp0445.dialsprint.net ([65.177.113.191] helo=moo.holy.cow) by swan.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17mIZl-0000Yi-00; Tue, 03 Sep 2002 11:38:58 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 6A331C41E; Tue, 3 Sep 2002 14:41:26 -0400 (EDT) Date: Tue, 3 Sep 2002 14:41:26 -0400 From: parv To: Eugene Grosbein Cc: freebsd-stable@FreeBSD.ORG Subject: Re: make search cannot find anything Message-ID: <20020903184126.GA41354@moo.holy.cow> Mail-Followup-To: Eugene Grosbein , freebsd-stable@FreeBSD.ORG References: <20020903135949.A3163@svzserv.kemerovo.su> <20020903060459.GA215@houston.rr.com> <20020903142320.A4078@svzserv.kemerovo.su> <3D745718.2060006@owt.com> <20020903153928.A98799@svzserv.kemerovo.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020903153928.A98799@svzserv.kemerovo.su> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <20020903153928.A98799@svzserv.kemerovo.su>, wrote Eugene Grosbein thusly... > > I don't use portupgrade and this I need not rebuild > /usr/ports/INDEX manually, but for this time I've rebuilt it. Same > result. you get the same result because ports/Tools/make_index has '/usr/ports' as the hard-coded path. change it to whatever you like; make index; then make search should show the expected. to make changes in make_index (where '/Actual/ports' is ports tree is actually installed)... perl -pi -e 's#/usr/ports#/Actual/ports#go' ports/Tools/make_index another solution, of course, is the patch mentioned previously. - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message