mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
3a94393cc0
This release addresses unacceptably long repository rebuild times for the worst cases (FreeBSD [1], slow CPU, slow mechanical disk). Until now, rebuilding the repository required a full tree scan (nearly 26k ports). While I only saw around 4 minutes on a 4-year DragonFly machine equipped with a SSD, others reported times exceeding 20 minutes. This new method scans existing packages twice -- first to eliminate those packages where the port was removed and also those with a mismatching version (parallel). This sets up a second pass to serially and recursively scan the ports of the remaining packages. That leads to the final validation (same as previously done) and the actual repository generation. Now the repository generation time is much shorter, but corresponds to the number of build packages in the packages directory. The long repository generation times were identified prior to the 1.0 release, but I targetted 1.1 for the enhancement. |
||
---|---|---|
.. | ||
chucky | ||
dialog4ports | ||
dialog4ports-static | ||
distilator | ||
fastest_sites | ||
fbsdmon | ||
freebsd-bugzilla-cli | ||
genpatch | ||
genplist | ||
hs-porte | ||
jailaudit | ||
kpackagekit | ||
lsknobs | ||
managepkg | ||
mkreadmes | ||
octopkg | ||
p5-FreeBSD-Portindex | ||
p5-FreeBSD-Ports | ||
p5-FreeBSD-Ports-INDEXhash | ||
packagekit | ||
packagekit-qt4 | ||
pchecker | ||
pkg | ||
pkg_cleanup | ||
pkg_cutleaves | ||
pkg_jail | ||
pkg_replace | ||
pkg_rmleaves | ||
pkg_search | ||
pkg_tree | ||
pkg-devel | ||
pkg-plist | ||
pkg-rmleaf | ||
pkgcompare | ||
pkgs_which | ||
port-authoring-tools | ||
port-maintenance-tools | ||
portal | ||
portconf | ||
portdowngrade | ||
portell | ||
portfind | ||
portless | ||
portlint | ||
portmaster | ||
portrac | ||
portscout | ||
portsearch | ||
portshaker | ||
portshaker-config | ||
portsreinstall | ||
porttools | ||
porttree | ||
portupdate-scan | ||
portupgrade | ||
portupgrade-devel | ||
poudriere | ||
poudriere-devel | ||
psearch | ||
py-pytoport | ||
py-skog | ||
redports-node | ||
symports | ||
synth | ||
tinderbox | ||
wanted-ports | ||
xps | ||
Makefile |