Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2005 08:28:59 +0100
From:      Kirill Ponomarew <krion@voodoo.bawue.com>
To:        Mark Andrews <Mark_Andrews@isc.org>
Cc:        Dejan Lesjak <dejan.lesjak@ijs.si>, freebsd-stable@freebsd.org
Subject:   Re: xorg-clients conflicts with xterm (patch)
Message-ID:  <20051123072859.GD56811@voodoo.bawue.com>
In-Reply-To: <200511230147.jAN1lDgk048158@drugs.dv.isc.org>
References:  <200511230136.jAN1aAbW022827@drugs.dv.isc.org> <200511230147.jAN1lDgk048158@drugs.dv.isc.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 23, 2005 at 12:47:13PM +1100, Mark Andrews wrote:
> 
> > 
> > > $ sh
> > > $ PACKAGES=/home/packages
> > > $ export PACKAGES
> > > $ /usr/local/sbin/pkg_info -I xorg-clients-6.8.2
> > > pkg_info: can't find package 'xorg-clients-6.8.2' installed or in a file!
> > > $ PKG_PATH=/home/packages/All
> > > $ export PKG_PATH
> > > $ /usr/local/sbin/pkg_info -I xorg-clients-6.8.2
> > > xorg-clients-6.8.2  X client programs and related files from X.Org
> > > $ 
> > 
> > 	We need to clean PKG_PATH from the envirionment when looking
> > 	for conflicts.
> > 
> > 	e.g.
> > 
> > found=`${SETENV} PKG_PATH= ${PKG_INFO} -I ${CONFLICTS:C/.+/'&'/} 2>/dev/
> > null | ${AWK} '{print $$1}'`;
> > 
> > 	Mark
> 
> While we are fixing things the man page for pkg_info needs to be updated.
> PKG_PATH is not mentioned.  It's hard to debug problems without the required
> information.

That's true.  I'll update pkg_info(1) soon.

-Kirill



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