From owner-freebsd-ports@FreeBSD.ORG Sat Nov 4 15:41:07 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 563A916A687 for ; Sat, 4 Nov 2006 15:41:07 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 0A38C43D5A for ; Sat, 4 Nov 2006 15:41:05 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03]) by dione.picobyte.net (Postfix) with ESMTP; Sat, 4 Nov 2006 15:41:03 +0000 (GMT) Date: Sat, 4 Nov 2006 15:41:02 +0000 From: Shaun Amott To: Craig Boston , ports@FreeBSD.org Message-ID: <20061104154102.GA1224@charon.picobyte.net> References: <2A1A6E935323B04BB28608B01B9B077A03190460@CHN-SNR-MBX01.wipro.com> <6306EDB7C88085BEB4DBC265@utd59514.utdallas.edu> <454A3607.2030406@FreeBSD.org> <20061103052032.GB87797@nowhere> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pf9I7BMVVzbSWLtt" Content-Disposition: inline In-Reply-To: <20061103052032.GB87797@nowhere> User-Agent: Mutt/1.5.11 (FreeBSD i386) Cc: Subject: Re: make search (Was Re: Perl5.8.7 ports) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 15:41:07 -0000 --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 02, 2006 at 11:20:32PM -0600, Craig Boston wrote: >=20 > On Thu, Nov 02, 2006 at 10:16:39AM -0800, Doug Barton wrote: > > cd /usr/ports/ && make search name=3Dp5-Chart >=20 > Okay, sorry for hijacking the thread, but this has been bugging me for a > while. make search doesn't work for me. At all. On any of my > machines. >=20 > # cd /usr/ports > # make search name=3Dp5-Chart > # >=20 > That's what happens. No output, as if it didn't find anything. Yes, I > have an up to date INDEX-6. Doesn't matter if I use name=3D or key=3D or > what I search for. >=20 The problem is that "/usr/ports" is hard-coded into INDEX; you can get around this by building your own INDEX, or by running: sed -i"" -e "s,/usr/ports/,${PORTSDIR}," ${PORTSDIR}/${INDEXFILE} after updating your INDEX file. I'll prepare a patch to fix this properly. --=20 Shaun Amott // PGP: 0x6B387A9A "A foolish consistency is the hobgoblin of little minds." - Ralph Waldo Emerson --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFFTLSOkmhdCGs4epoRAhojAKDa33JqXraCe6hT8Pe71t0SyUUH/wCeLnEq WquEDsgezXoXY3zEE4zmi5o= =F79k -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt--