I have tried ports-mgmt/poudriere because some unexpected issue related to python and curses has crept into my ports system after using ports-mgmt/portmaster quite a long time without having it noted early. I hope I have strictly followed /usr/ports/UPDATING all the time . Now I have a few questions. Today there was an update of graphics/tiff. Update of the ports by
1. How to hande advises in /usr/ports/UPDATING? May be the result above has answered the question. All dependencies are always build again. The file can be ignored. Or not?
2. Would the use of devel/ccache minimize the re-build of the untouched dependencies as www/firefox or print/texlive-base just to building without compiling the same lines of code again?
3. Is it a good way of working to separate a few huge ports as www/firefox in a different base or is it very unsafe?
4. I like to say thank you for the documentation. Everything is just as described beside one item with might be super-minor. In my first test I have seen a note that the jail must not be newer than the system. Re-compiling the kernel did cause the note dissappear. Is the note about OS important?
Thank you!
Christoph
poudriere ports -u ...
and running poudriere bulk ...
caused the update of almost all ports. This is of course the safest way. I have not tested up to now what ports-mgmt/portmaster would do. From my experience I guess it would update the new ports only just to update the relevant libraries. Now come the questions.1. How to hande advises in /usr/ports/UPDATING? May be the result above has answered the question. All dependencies are always build again. The file can be ignored. Or not?
2. Would the use of devel/ccache minimize the re-build of the untouched dependencies as www/firefox or print/texlive-base just to building without compiling the same lines of code again?
3. Is it a good way of working to separate a few huge ports as www/firefox in a different base or is it very unsafe?
4. I like to say thank you for the documentation. Everything is just as described beside one item with might be super-minor. In my first test I have seen a note that the jail must not be newer than the system. Re-compiling the kernel did cause the note dissappear. Is the note about OS important?
Thank you!
Christoph