Subject: Re: pkgsrc sickness
To: Frederick Bruckman <fredb@immanent.net>
From: Dr. Rene Hexel <rh@cit.gu.edu.au>
List: tech-pkg
Date: 08/22/2002 13:45:33
On Thursday, August 22, 2002, at 09:33 AM, Frederick Bruckman wrote:
> # pkg_info -R 'libogg*'
> Information for libogg-1.0.0.8:
>
> Required by:
> libvorbis-1.0.0.8
> xmms-1.2.7nb1
>
>
> Information for libogg-SO-1.0.0.7:
>
> Required by:
> vorbis-tools-1.0.0.7nb1
> gqmpeg-0.16.0nb1
That looks nice, I like that a lot. You might want to make
libogg-SO-1.0.0.7 depend on libogg-1.0.0.8, though. Otherwise
libogg-1.0.0.8 could be deinstalled, leaving around a bunch
of packages that depend on the (now useless) old version of
the library.
This also would have the advantage that a 'make update' for
libogg should work as expected and cleanly update everything
that depends on both the old and the new version of the library.
Cheers
,
Rene