devel/rust-analyzer: Update to 2025-08-25
Fix: Only compute unstable paths on nightly toolchains for IDE features.
Approved by: rust (mikael, implicit)
archivers/rubygem-rubyzip2: Add LICENSE, fix WWW
* Replace old WWW which is gone
* While here, pet port(lint,fmt,clippy)
PR: 287793
Approved by: Hsin-Han You <hhyou at cs.nctu.edu.tw>
(maintainer, timeout > 2 months)
Approved by: yuri@ (Mentor)
games/moonlight-embedded-devel: Update 2.7.4 => 2.7.5
Changelog:
1. Optimize input interaction with -nograb mode.
Now can use ALT+CTRL to change mouse grab mode with -nograb mode.
2. Add feature that can choose render style.For example, use -fixed to
keep render ratio with different window size.(-windowed option)
3. Add feature that can record window size and site under X server.
This need -config /path/to/file -save /path/to/file options to enable.
4. Add note: If meet crash frequently, try adjust Integrated Graphics
Device(IDG) Aperture size from BIOS.
https://github.com/armin-25689/moonlight-embedded/releases/tag/v2.7.5
Improve port:
- Fix warnings from portclippy.
- Fix the alignment in a few places.
- Merge the REINPLACE_CMD in the post-extract.
PR: 289430
textproc/libxslt: remove deprecation notice and expire date
There has been a new upstream maintainer since the deprecation
notice was added. It will take some time for said new maintainer
to get up to speed with the codebase and test any incoming patches.
The software is still generally considered vulnerable as of this
commit.
PR: 289213
security/netbird: fix build on armv7
A type error in some dependency.
Also replace a really dodgy fake slice whose size overflowed a 32-bit
integer with a proper use of unsafe.Slice().
i386 still fails for an unrelated reason.
Approved by: portmgr (build fix blanket)
MFH: 2025Q3
(cherry picked from commit 44d4a7c01eeaad23768ad3e2b34ba152636327c8)
graphics/digikam: fix build on armv7
Same issue as with math/labplot
Approved by: portmgr (build fix blanket)
MFH: 2025Q3
(cherry picked from commit 40033e6911ed09620c27ded01887090f71b6a646)
games/openclonk: fix build on !amd64
- the problem was that the bundled blake2 impl. was hardwired for
SSE2 only
- fix the problem by picking some upstream commits that update blake2
and permit compilation without SSE2
- while here, roll static REINPLACE_CMD into existing patch file as
per policy
- pet portlint
- powerpc64 remains broken due to unrelated issue, can't test due to
a lack of hardware
Approved by: portmgr (build fix blanket)
MFH: 2025Q3
(cherry picked from commit ab7a02844ff152f70ebbee3ee303e835c03f9f7e)
math/labplot: fix build on armv7
Something (I couldn't quite figure out what) adds -Werror=undef to the
CPPFLAGS, causing a fatal warning somewhere in the Eigen headers:
/usr/local/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h:3924:5: error: 'EIGEN_HAS_ARM64_FP16_VECTOR_ARITHMETIC'
is not defined, evaluates to 0 [-Werror,-Wundef]
3924 | #if EIGEN_HAS_ARM64_FP16_VECTOR_ARITHMETIC
| ^
Making this warning not an error fixes the build.
Approved by: portmgr (build fix blanket)
MFH: 2025Q3
(cherry picked from commit 2d1b76e570489462b5c891f7b25f38dc864eb642)