tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: make modular X11 the default on NetBSD



On Wed, May 16, 2012 at 4:48 PM, Manuel Bouyer 
<bouyer%antioche.eu.org@localhost> wrote:
> On Wed, May 16, 2012 at 04:43:40PM +0300, Aleksey Cheusov wrote:
>> If you mean changes in files like Makefile.common or similar I'll rely
>> on "#used by" lines in it.
>
> I mean, change in a dependancy (like in a library or code generator) which
> may affect the generated package.

Unless ABI/API is changed I don't see reasons to rebuild packages that depend
on updated library. In case of ABI/API changes bl3.mk will be changed
(one indication)
and versions of all dependent packages will be dumped recursively
(second indication).

Broken code generators and similar:
 - broken dependent packages will be rebuilt.
 - dependent packages that were built successfully in the past will
NOT be rebuild
    unless their versions dumped.


Home | Main Index | Thread Index | Old Index