security/zeek: Address stage-qa issues
Add missing pkg-plist entries for things installed in /var.
Also clean up empty include directories in STAGEDIR.
Reported by: diizzy
merge xf86-video-ast 1.2.1, xf86-video-mach64 6.10.0, xf86-video-nv
2.1.24, xf86-video-r128 6.13.0, and xf86-video-suncg14 1.2.0.
the nv and suncg14 updates included a lot of reworked code from us
and there may be introduced problems, even though i was being careful
to understand the conflicts for resolving them.
[ELF] Replace getThreadIndex with explicit shards in markLive. NFC (#208974)
The parallel mark loop appends deeper discoveries to per-thread queues
indexed by `parallel::getThreadIndex()`, the last getThreadIndex user in
lld. Instead, have each worker claim frontier items off a shared
counter, accumulating into an explicit shard.
The finer-grained item claiming improves load balancing: the markLive
--time-trace phase is ~5% faster for a clang --gc-sections link and ~4%
for a larger chromium one.
devel/{pecl|php}-raphf2?: Convert port
A facility to manage possibly persistent resources with a comprehensible
API. Provides simliar functionality like the zend_list API, but with
more flexiblity and freedom.
Please note that pecl infrastructure is being deprecated so create a
different port which is not dependent on pecl infrastructure.
This commit also removes pecl-raphf2 ports in lieu of this port and
updates reverse dependency.
WWW: https://github.com/m6w6/ext-raphf/