Subject: Re: pkg_install, small bug&patch for dewey.c
To: Lukasz Stelmach <lukasz.stelmach@telmark.waw.pl>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 10/08/2007 08:38:04
On Mon, Oct 08, 2007 at 03:07:24AM +0200, Lukasz Stelmach wrote:
> 02:19:13, Monday 08 October, Joerg Sonnenberger wrote:
> 
> > britannica% cd wd/pkgsrc/packages 
> > britannica% pkg_admin lsbest All/libX11-1.1.3    
> > /home/joerg/wd/pkgsrc/packages/All/libX11-1.1.3.tgz
> > 
> > So it certainly does. Besides, this code path should not have been
> > reached with a full version number.
> 
> OK but... Shouldn't '!=' work either? IMHO (very, very humble)
> both equality operators should be available. It doesn't break
> anything after all.

!= was never part of part. There will be an "update" to the dependency
handling in the future and that will also include an inequality
operator, but that doesn't exist ATM. You can somewhat workaround it
using a combination of ranges and {}.

Joerg