SystemZ: Use correctly offset MachinePointerInfo in CC lowering (#177793)
Previously this was just using the original base address as
the pointer info.
rust193: Add a package for rust 1.93.0.
Pkgsrc changes:
* Update version & checksums.
* Adapt openssl-src patches to minor version update.
Noteable failures at the time of commit:
* The cross-build for sparc64 fails, not yet reported.
Upstream changes relative to 1.92.0:
Version 1.93 (2026-01-22)
==========================
Language
--------
- [Add warn-by-default `function_casts_as_integer` lint]
(https://github.com/rust-lang/rust/pull/141470)
- [Add future-incompatibility warning for `...` function parameters
[163 lines not shown]
[lldb] improve Doxygen rendering of an existing comment (#177785)
This commit improves the way how the example code attached to
`SBDebugger::GetSetting` method is rendered by Doxygen.
Co-authored-by: Matej Košík <matej.kosik at codasip.com>
security/py-serpico: New port: Security scanner for FreeBSD packages and releases
serpico is a security scanner for FreeBSD packages and releases
that compares the versions against a list of versions marked as
vulnerable, then displays vulnerability information in a JSON-compact
format for easy analysis by other security tools.
WWW: https://github.com/DtxdF/serpico
wayland/wlroots: cleanup BDEP/RDEP
- devel/ninja isnt needed when the meson module is used
- ffmpeg & png were only there for examples that were moved to a
distinct repo two years ago
- cairo is only needed for a single example, that isn't even shipped
- disabling the build examples allows to drop the cairo BDEP
[VPlan] Share and re-use logic to find FindIVResult (NFC).
Move logic to look for FindIVResult pattern out of LoopVectorize to
allow for re-use in current code and follow-up patches.
net-mgmt/netbox: Relax version requirements after fab1d136695c
* www/py-gunicorn was updated to the 24.x release series, adjust the
version requirements accordingly.
* Test suite and run time tests seem fine.
[MLIR][XeGPU] Preserve Leading dimension when blocking rank-sensitive operations (#177489)
This PR preserves leading dimensions for
xegpu.load_matrix/store_matrix/atomic_rmw/convert_layout, and vector
operations which have impact on shapes:
broadcast/multi-reduction/shape_cast/transpose.
Rank-sensitive operations are operations whose semantics depend on the
tensor rank (and consequently its shape), and therefore must not alter
the input tile rank or shape, such as by dropping leading dimensions.
vmimage.subr: Install pkg on pkgbase images
When building VM and Cloud images with a packaged base system, install
the pkg package; this makes it possible for the base system to be
updated without installing pkg from the FreeBSD-ports repository.
Sponsored by: Amazon