pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Updating packages
> 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.
Home |
Main Index |
Thread Index |
Old Index