nfs_nfsdsocket.c: All Copy and Clone across file systems
For some server file system types, such as ZFS, a Copy/Clone
operation can be done across file systems of the same file
system type.
As such, this patch allows the Copy/Clone to be attempted
when the file handles are for files on different file systems.
This fixes a problem for exported ZFS file systems when a
copy_files on file_range(2) between file systems in the same
NFSv4 mount is attempted.
PR: 294010
MFC after: 2 weeks
x11/wl-find-cursor: New port: Highlight and print out mouse position on Wayland
wl-find-cursor is a tool to highlight and print out global mouse position
on Wayland, especially for compositors based on wlroots, such as Sway.
WWW: https://github.com/cjacker/wl-find-cursor
PR: 293818
Reported by: agathos5 at gmail.com, linimon (WantedPorts)
Approved by: vvd (mentor)
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
*/*: Reset maintainer amzo1337 at gmail.com to ports at FreeBSD.org
The maintainer's last activity was a Bugzilla submission in September 2022 about updating py-keras.
No activity of any kind afterwards.
Account of failures to respond spanning for 3+ years (the FreeBSD policy is 3 months) is below.
maintainer timeouts in science/py-tensorflow:
* Jul 1 06:23:34 2025
* Feb 23 05:18:05 2026
unanswered bug reports for science/py-tensorflow:
┌─────────────────────────────────────────────────────────────────────┬─────────────────────────┬───────────────────────┬────────────┬────────────┐
│ Bug │ Port │ Summary │ Filed │ Timed Out │
├─────────────────────────────────────────────────────────────────────┼─────────────────────────┼───────────────────────┼────────────┼────────────┤
│ #278571 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278571) │ science/py-tensorflow │ Update 2.9.1 → 2.16.1 │ 2024-04-24 │ 2025-01-28 │
└─────────────────────────────────────────────────────────────────────┴─────────────────────────┴───────────────────────┴────────────┴────────────┘
maintainer timeout on devel/google-cloud-cpp:
[25 lines not shown]
HBSD: Build framework updates
In preparing the next quarterly build (2026q2), I discovered that
HardenedBSD 15-STABLE is lagging behind with regards to building the
installer images. This commit brings us more up-to-date and fixes the
build.
This is a direct commit to 15-STABLE.
Signed-off-by: Shawn Webb <shawn.webb at hardenedbsd.org>
AMDGPU: Skip last corrections in afn f64 reciprocal
Device libs has a fast reciprocal macro that is close
to the fast division expansion, but skips the last terms
compared to the full division.
The basic reciprocal handling has identical output to this
macro. The negative reciprocal case has different fneg placement
and smaller code size, but I believe should be the same.
strip Telegram binary to save +400M in installed size
debug builds have long been disabled due to the binary being too big,
but it still contains debug symbols. instructing cmake to strip during
fake fixes that.
drop obsolete configure flags while here, cmake reports them as unused.
www/zine-ssg: Unbreak build
IIUC, the Zig community is actively abandoning github, so dependencies
are likely to keep disappearing as they move to different services.
Differential Revision: https://reviews.freebsd.org/D56124
www/zine-ssg: Unbreak build
IIUC, the Zig community is actively abandoning github, so dependencies
are likely to keep disappearing as they move to different services.
Differential Revision: https://reviews.freebsd.org/D56124