[flang][OpenACC] Fix false DEFAULT(NONE) error for named DO loop construct names (#189204)
In OpenACC semantic checking filter out symbols with MiscDetails, which
include construct names, scope names, complex part designators, type
parameter inquiries, etc.
net-mgmt/lldpd: Update to 1.0.21
* Define library dependency for readline
* Fix dependency "leakage" from net-snmp by adding -Wl,--as-needed
to LDFLAGS
PR: 293841
Tested by: John W. O'Brien <john at saltant.com>
Approved by: maintainer timeout, 2+ weeks
devel/libchdr: Update to g20260310
* Use short hash for GH_TAGNAME. This follows the Porter's Handbook more
closely.
* Split Github variables into separate section for improved readability.
* Add option LTO, enabled by default. This replaces enabling LTO via the
WITH_LTO variable. Having an LTO port option is more commonly used in
the ports tree.
* Replace zlib with miniz in EXTRACT_AFTER_ARGS because upstream has
switched to a leaner implementation for the vendored zlib.
Also safeguard every --exclude entry to match the intended path only
and place them on a separate line for improved readability.
Changelog: https://github.com/rtissera/libchdr/compare/40f96ee...7715de1
PR: 294074
security/libssh2: Remove zlib leftover menu option definition
Remove zlib definition from OPTIONS_DEFAULT as there's no port logic left
Approved by: blanket
[Support] Remove Executor abstract base class from Parallel.cpp. NFC (#189266)
ThreadPoolExecutor is the only implementation. Remove the Executor
base class so that add() and getThreadCount() are direct calls
instead of virtual dispatches.
[VPlan] Use transferSuccessors in mergeBlocksIntoPredecessors (NFC). (#189275)
transferSuccessors is more compact and is guaranteed to preserve the
predecessor/successor order properly in all cases. This is not an issue
today, but will when used in more places, including #186252.
Split off from approved
https://github.com/llvm/llvm-project/pull/186252.
PR: https://github.com/llvm/llvm-project/pull/189275