Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jul 2004 16:23:14 -0400
From:      Mark Frank <mark@mark-and-erika.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: "make search" oddity
Message-ID:  <20040708202313.GA11771@millerlite.local.mark-and-erika.com>
In-Reply-To: <20040708192245.GA11705@happy-idiot-talk.infracaninophile.co.uk>
References:  <20040708172916.GB15679@millerlite.local.mark-and-erika.com> <20040708192245.GA11705@happy-idiot-talk.infracaninophile.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
* On Thu, Jul 08, 2004 at 08:22:45PM +0100 Matthew Seaman wrote:
> On Thu, Jul 08, 2004 at 01:29:16PM -0400, Mark Frank wrote:
> > This isn't a life or death situation but it's the first time I've
> > noticed this oddity.  I've always used "make search name=" from
> > /usr/ports to find a particular port to install but it seemed to fail
> > finding phpMyAdmin.
> > 
> > This is on a 5.2.1-RELEASE-p9 box where I cvsup the ports tree nightly.
 
> Actually, yes,the search capability in ports was updated and expanded
> quite a bit recently.  Read all about it in the /usr/ports/CHANGES
> file.
> 
> You can now do:
> 
>     % make search icase=1 name=phpmyadmin display=name,path,maint
>     Port:   phpMyAdmin-2.5.7.1
>     Path:   /usr/ports/databases/phpmyadmin
>     Maint:  m.seaman@infracaninophile.co.uk

I've (now) read /usr/ports/CHANGES but the behavior for me isn't
matching.

	# pwd
	/usr/ports
	
	# make search icase=1 name=phpmyadmin display=name,path,maint
	
	# make search icase=1 name=phpMyAdmin display=name,path,maint
	Port:   phpMyAdmin-2.5.7.1
	Path:   /usr/ports/databases/phpmyadmin
	Maint:  m.seaman@infracaninophile.co.uk


Am I being dense here?

Mark

-- 
Mark Frank
"The fix is only temporary...unless it works." - Red Green



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040708202313.GA11771>