Second "RFC" on pkg-data idea for ports

Robin Schoonover end at endif.cjb.net
Mon Apr 12 22:41:10 PDT 2004


On Tue, 13 Apr 2004 13:18:07 +0800, Erich Dollansky wrote:
> Hi,
> 
> Kris Kennaway wrote:
> > On Tue, Apr 13, 2004 at 12:23:31PM +0800, Erich Dollansky wrote:
> > 
> >>It would be real helpfull to users if the package or port system would
> >>be able to automatically overcome this problem with installing the 
> >>needed version in a way that the installed versions stays intact.
> > 
> > 
> > Take a look at the portupgrade port, I think that's what you're trying
> > to describe.
> > 
> If I understood portupgrade right, it upgrade a port but it still does 
> not allow to keep the old version in parallel allowing one application 
> using the old one while the other application uses the new one.

That's rather difficult to do.  The biggest problem you hit right away is
a port will (usually) conflict with itself.  In other words, all the
versions will want the same files in the same place.  So in order to fix
this properly, you'd have to have separate places for each file (or
different file name). Then you need some way for application x and
application y which each depend on your port of multiple versions to use
the port version you want them to.  

-- 
Robin Schoonover (aka End)
#
# We have them just where they want us.  -- James Kirk
#


More information about the freebsd-ports mailing list