On Wed, 31 Mar 2010 22:10:08 +0300 (EEST) Ozgur Kazancci
<ozgur.kazan...@info.uvt.ro> wrote:

> cd /usr
> cvs -d$CVSROOT checkout -r OPENBSD_4_6 -P ports
> 
> but;
> 
> # make search name=php5-core
> Port:   php5-core-5.2.10
> 
> Still 5.2.10.. Might be an outdated cvs server, maybe?

As sthen@ mentioned, your ports/INDEX is out of date, and this is to be
expected. With lots of commits made every day, it just doesn't make
sense to update ports/INDEX continuously.

If you use `make search key=value` you will want to rebuild your local
ports/INDEX after you `update` or `checkout` through cvs.

        # cd /usr/ports
        # make index

The use of `make search key=value` is less fashionable these days
compared to some of the alternatives like databases/sqlports

Reply via email to