[Bug 210393] ports-mgmt/pkg Unnecessary compilation

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 19 21:08:00 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210393

kpaasial at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kpaasial at gmail.com

--- Comment #2 from kpaasial at gmail.com ---
It's not possible to know in advance that port B doesn't need recompilation.
Any change in port A might cause a change in port B requiring a rebuild of B
and it's not possible by programmatic means to judge that in advance. The only
way is to rebuild B with the updated port A and then see if port B actually
changed. This also applies recursively so if you now have a port C that depends
on B you must recompile port C as well.

This is not a pkg issue, it's a feature of the ports system and package
builders such as poudriere.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-pkg mailing list