git: dsynth: Collect and present meta-node statistics.

2020-12-13 Thread Antonio Huete Jimenez
commit 51705b282e410aa91b8f9a3be97c1de2f3154ac0 Author: Antonio Huete Jimenez Date: Mon Dec 14 01:29:15 2020 +0100 dsynth: Collect and present meta-node statistics. - Do not display meta-node ports in 'built' since they are not really built (although they are marked as

git: dsynth: Delete obsolete packages upon 'prepare-system'

2020-12-13 Thread Antonio Huete Jimenez
commit a3dccc5564079219bc493747485984f91c1efff7 Author: Antonio Huete Jimenez Date: Sun Dec 13 11:16:03 2020 +0100 dsynth: Delete obsolete packages upon 'prepare-system' - Remove old versions of packages when doing 'prepare-system' thus avoiding duplicate dependencies

git: sys.mk: Add the 's' modifier to our ARFLAGS.

2020-12-13 Thread Sascha Wildner
commit 6bae3359fa1ec5d88e148046045c4d9eabcaef21 Author: Sascha Wildner Date: Sun Dec 13 08:50:32 2020 +0100 sys.mk: Add the 's' modifier to our ARFLAGS. This allows us to remove most explicit executions of ranlib(1) and lorder(1)/tsort(1) during buildworld, although not all.