Subject: Re: Updating packages
To: Jeremy C. Reed <reed@reedmedia.net>
From: Aleksey Cheusov <cheusov@tut.by>
List: pkgsrc-users
Date: 04/28/2007 01:36:34
> Since this question is so frequently asked, let's summarize every
> technique.
> I started http://wiki.netbsd.se/index.php/How_to_upgrade_packages
Question about 'make update' section.
/etc/mk.conf:
...
DEPENDS_TARGET=package
UPDATE_TARGET=bin-install
package A depends on package B
A-x1.y1.z1.tgz IS in PACKAGES.
B-x2.y2.z2.tgz is NOT in PACKAGES.
cd pkgsrc/category/B
make update
I expect that this
- builds package B
- creates B-x2.y2.z2.tgz in PACKAGES
- installs A from .tgz package from PACKAGES
but A is not installed at all. Why? Is it possible to do what I want
this using only pkgsrc?
--
Best regards, Aleksey Cheusov.