Mk/Uses/npm.mk: Preserve WRKDIR itself after archiving node modules
Removing WRKDIR itself breaks the makesum phase. So only removes the
contents of WRKDIR (node-modules-cache directory and
node-modules-cache.mtree file).
route/fib_algo: Respect immediate_sync in fd_ref_nhop
Now fd_ref_nhop() returns zero for cross family routes,
Do not schedule nhop references and try to rebuild it immediately
for connected and static routes.
PR: 298733
Fixes: 633438224304 ("route/fib_algo: Fix nexthop index ...")
route/fib_algo: Remove redundant zeroing of fd_af
fd is allocated with M_ZERO and fd_num_af never decreases.
Therefore, no need for zeroing nhaf_count and nhaf_base here.
Fixes: 633438224304 ("route/fib_algo: Fix nexthop index ...")
www/immich: Add a working immich-admin
Immich ships bin/immich-admin as a stub that calls start.sh from PATH
and needs bash, which only holds inside its container image. The new
wrapper reads immich.env and starts the admin entry point directly; the
stub forwards to it.
Reported by: mfechner
Sponsored by: Netzkommune GmbH
textproc/goldendict-ng: Switch to the latest xapian-core
to restore possibility for installing GoldenDict-ng on Plasma Desktop.
libzim support has to be disabled since libzim port depends on xapian-core14.
PR: 298766
Approved by: eduardo@ (maintainer)
aq.4: Remove experimental note
I added the text when this driver was merely an import of
https://github.com/Aquantia/aqtion-freebsd with patches from ports applied.
nprice@ resolved issues and added support for newer cards and the note is
no longer applicable.
Reviewed by: adrian
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D59909