Yes, it does. I need to build A because I've got some custom options/configuration there. I don't really need B, it's used just to be able to build A. That's why I wonder weather it's possible to install B from package and then just build A instead building all dependencies required to build A.Doesn't it make sense that B should be build first?
ports-mgmt/synth should be able to do that. A different appraoch with ports-mgmt/poudriere is devel/ccache which speeds up compiling things which have not been changed.That's why I wonder weather it's possible to install B from package and then just build A instead building all dependencies required to build A.
Yes, it does. I need to build A because I've got some custom options/configuration there. I don't really need B, it's used just to be able to build A. That's why I wonder weather it's possible to install B from package and then just build A instead building all dependencies required to build A.
When active, this option will scan the external repository for suitable prebuilt packages to satisfy build requirements. To be considered suitable, the ABI, options, and dependencies of the remote package must all match requirements. If a package is located, it will be fetched and placed in the packages directory and later incorporated into the local repository.