FreeBSD/src 6912410sys/dev/amdsmu amdsmu.c amdsmu.h

amdsmu: Cezanne support

Add support for Cezanne chips.  The only real difference vs
Rembrandt/Phoenix is the idlemask register.

Also simplify getting IP block count by having this straight in struct
amdsmu_product and remove Strix Point from the list for now, as that
doesn't support S0ix and our driver can't handle that.

Reviewed by:    mckusick
Approved by:    mckusick
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D55594
DeltaFile
+12-22sys/dev/amdsmu/amdsmu.c
+15-4sys/dev/amdsmu/amdsmu.h
+4-1sys/dev/amdsmu/amdsmu_reg.h
+31-273 files

FreeBSD/ports 58dcb46archivers Makefile, archivers/appscript Makefile pkg-descr

archivers/appscript: New port: Very lightweight script to create self-extractable archives

appscript is a very lightweight script that compresses a directory
using tar(1), encodes the result with base64(1), and then creates
a sh(1) script that decompresses that result into a temporary
location (optionally using tmpfs(4)), and finally executes a script
named APPSCRIPT from the current working directory.

WWW: https://github.com/DtxdF/appscript
DeltaFile
+21-0archivers/appscript/Makefile
+5-0archivers/appscript/pkg-descr
+3-0archivers/appscript/distinfo
+1-0archivers/Makefile
+30-04 files

FreeBSD/src 360ff2clib/libc/gen dup3.3, lib/libsys dup.2

dup(2): document the handling of filedescriptor flags

(cherry picked from commit 6cc99baea607255859ee958608e4db6e2ff24793)
DeltaFile
+4-1lib/libsys/dup.2
+2-0lib/libc/gen/dup3.3
+6-12 files

FreeBSD/ports 6763b4dmisc/ollama Makefile, misc/ollama/files ollama.in

misc/ollama: Fix HOME env var in service
DeltaFile
+1-1misc/ollama/Makefile
+1-0misc/ollama/files/ollama.in
+2-12 files

FreeBSD/ports 1de14a0math/heyoka pkg-plist Makefile, math/heyoka/files patch-test_llvm_helpers.cpp patch-test_test__utils.cpp

math/heyoka: update 6.0.0 → 7.10.0
DeltaFile
+43-0math/heyoka/files/patch-test_llvm_helpers.cpp
+33-7math/heyoka/pkg-plist
+8-12math/heyoka/Makefile
+20-0math/heyoka/files/patch-test_test__utils.cpp
+18-0math/heyoka/files/patch-test_taylor__atan.cpp
+14-4math/heyoka/files/patch-CMakeLists.txt
+136-232 files not shown
+153-268 files

FreeBSD/ports 8cfc49asecurity/nmap Makefile, security/nmap-devel Makefile

security/nmap*: The minimum supported OpenSSL is 3.0.0

The minimum supported OpenSSL is now 3.0.0.
DeltaFile
+9-2security/nmap/Makefile
+7-2security/nmap-devel/Makefile
+16-42 files

FreeBSD/ports 21601bbtextproc/R-cran-rex Makefile distinfo

textproc/R-cran-rex: Update to 1.2.2

Remove build dependency because this port doesn't need compilation.
Update run and test dependencies.
Pet portlint.
Change WWW to canonical form.
Improve pkg-descr.

Changelog: https://cran.r-project.org/web/packages/rex/news/news.html
DeltaFile
+10-12textproc/R-cran-rex/Makefile
+3-3textproc/R-cran-rex/distinfo
+4-0textproc/R-cran-rex/pkg-descr
+17-153 files

FreeBSD/ports 627f35bsysutils/tldr distinfo Makefile.crates

sysutils/tldr: Update to 1.13.0
DeltaFile
+195-187sysutils/tldr/distinfo
+96-92sysutils/tldr/Makefile.crates
+1-2sysutils/tldr/Makefile
+292-2813 files

FreeBSD/src 59cb18fshare/man/man4 vmgenc.4 Makefile

vmgenc.4: Add VM Generation ID Counter manual

Document the vmgenc(4) ACPI driver which detects virtual machine
cloning and snapshot restoration via the VM Generation ID
specification. The driver reseeds the kernel entropy pool when
a generation change is detected.

MFC after:              3 days
Reviewed by:            cem (previous), ziaee
Signed-off-by:          Christos Longros <chris.longros at gmail.com>
Differential Revision:  https://reviews.freebsd.org/D56011
DeltaFile
+62-0share/man/man4/vmgenc.4
+1-0share/man/man4/Makefile
+63-02 files

FreeBSD/src cea122asys/fs/nfsserver nfs_nfsdserv.c

nfs_nfsdserv.c: Fix handling of archive flag for mkdir

An NFSv4.1/4.2 client can set/clear the archive, hidden
and system flags when creating non-regular files, such
as directories.

Without this patch, the setting of va_flags causes an
EPERM failure, since they are specified for VOP_MKDIR(),
VOP_MKNOD() and VOP_SYMLINK().

This patch sets va_flags == VNOVAL for the above VOP_xxx()
calls and then sets/clears the flags after creation,
which fixes the problem.

This bug only affects the Windows NFSv4.1/4.2 client.

PR:     293691

(cherry picked from commit 6580d040861dfbf6c630a93cbf41f2a2c7e7b327)
DeltaFile
+13-1sys/fs/nfsserver/nfs_nfsdserv.c
+13-11 files

FreeBSD/ports 89a804carabic/libreoffice distinfo, chinese/libreoffice-zh_CN distinfo

editors/libreoffice: update to 26.2.2 release (+)

Announce:       https://blog.documentfoundation.org/blog/2026/03/26/libreoffice-26-2-2-and-libreoffice-25-8-6/
Release notes:  https://wiki.documentfoundation.org/ReleaseNotes/26.2
Changelog:      https://wiki.documentfoundation.org/Releases/26.2.2/RC1 \
                https://wiki.documentfoundation.org/Releases/26.2.2/RC2
DeltaFile
+5-5editors/libreoffice-gl/distinfo
+5-5arabic/libreoffice/distinfo
+5-5chinese/libreoffice-zh_CN/distinfo
+5-5chinese/libreoffice-zh_TW/distinfo
+5-5editors/libreoffice-am/distinfo
+5-5editors/libreoffice-bg/distinfo
+30-30116 files not shown
+497-497122 files

FreeBSD/ports 6839cd3audio/fooyin distinfo Makefile

audio/fooyin: Update to 0.10.2

Changelog: https://github.com/fooyin/fooyin/releases/tag/v0.10.2
DeltaFile
+3-17audio/fooyin/distinfo
+1-11audio/fooyin/Makefile
+1-0audio/fooyin/pkg-plist
+5-283 files

FreeBSD/ports 12655a7devel/bstring distinfo pkg-plist

devel/bstring: Update to 1.1.0

Changelog: https://github.com/msteinert/bstring/releases/tag/v1.1.0
DeltaFile
+3-3devel/bstring/distinfo
+3-1devel/bstring/pkg-plist
+1-1devel/bstring/Makefile
+7-53 files

FreeBSD/ports 851e6d9devel/meson Makefile distinfo, devel/meson/files patch-unittests_linuxliketests.py

devel/meson: update to 1.10.2

Changes: https://mesonbuild.com/Release-notes-for-1-10-0.html

PR: 287666
exp-run by: antoine
DeltaFile
+32-8devel/meson/Makefile
+0-13devel/meson/files/patch-unittests_linuxliketests.py
+3-3devel/meson/distinfo
+35-243 files

FreeBSD/ports f6ac506audio/kapitonov-plugins-pack-lv2 distinfo Makefile

audio/kapitonov-plugins-pack-lv2: fix build with newer meson

https://github.com/olegkapitonov/Kapitonov-Plugins-Pack/pull/31

PR: 291451
Approved by: yuri (maintainer)
DeltaFile
+3-1audio/kapitonov-plugins-pack-lv2/distinfo
+3-0audio/kapitonov-plugins-pack-lv2/Makefile
+6-12 files

FreeBSD/ports dfab666audio/faust distinfo Makefile

audio/faust: fix build with LLVM 22

https://github.com/grame-cncm/faust/pull/1232

PR: 291450
Approved by: yuri (maintainer)
DeltaFile
+3-1audio/faust/distinfo
+2-1audio/faust/Makefile
+5-22 files

FreeBSD/ports a5575easysutils/sylve Makefile distinfo, sysutils/sylve/files sylve.in pkg-message.in

sysutils/sylve: new port: lightweight GUI for managing jails & bhyve

Sponsored by:   SkunkWerks, GmbH
Sponsored by:   Alchemilla
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D52137
DeltaFile
+61-0sysutils/sylve/files/sylve.in
+46-0sysutils/sylve/Makefile
+24-0sysutils/sylve/files/pkg-message.in
+7-0sysutils/sylve/distinfo
+5-0sysutils/sylve/pkg-descr
+3-0sysutils/sylve/pkg-plist
+146-01 files not shown
+147-07 files

FreeBSD/ports 54e992bdevel/nodeeditor distinfo Makefile

devel/nodeeditor: Update 3.0.12 => 3.0.16

Commit log:
https://github.com/paceholder/nodeeditor/compare/3.0.12...3.0.16

PR:             294139
Reported by:    Martin Filla <freebsd at sysctl.cz> (maintainer)
Approved by:    maintainer, vvd (mentor)
DeltaFile
+3-3devel/nodeeditor/distinfo
+1-1devel/nodeeditor/Makefile
+1-0devel/nodeeditor/pkg-plist
+5-43 files

FreeBSD/ports ce104a2math/R-cran-RcppRoll distinfo Makefile

math/R-cran-RcppRoll: Update to 0.3.2

Reported by:    portscout
DeltaFile
+3-3math/R-cran-RcppRoll/distinfo
+1-1math/R-cran-RcppRoll/Makefile
+4-42 files

FreeBSD/ports f6d97d1benchmarks/stress-ng distinfo Makefile

benchmarks/stress-ng: Update to 1.20.00
DeltaFile
+3-3benchmarks/stress-ng/distinfo
+1-2benchmarks/stress-ng/Makefile
+4-52 files

FreeBSD/ports 44384e3benchmarks/hyperfine distinfo Makefile.crates

benchmarks/hyperfine: Update to 1.20.0
DeltaFile
+203-169benchmarks/hyperfine/distinfo
+100-83benchmarks/hyperfine/Makefile.crates
+1-2benchmarks/hyperfine/Makefile
+304-2543 files

FreeBSD/ports ab01314science/R-cran-Epi distinfo Makefile

science/R-cran-Epi: Update to 2.64

Reported by:    portscout
DeltaFile
+3-3science/R-cran-Epi/distinfo
+1-1science/R-cran-Epi/Makefile
+4-42 files

FreeBSD/ports 40961b2devel/pecl-xdebug distinfo Makefile

devel/pecl-xdebug: Update to 3.5.1

PR:             290757
DeltaFile
+3-3devel/pecl-xdebug/distinfo
+1-3devel/pecl-xdebug/Makefile
+4-62 files

FreeBSD/ports 54132d5misc/ollama Makefile, misc/ollama/files ollama.in

misc/ollama: Fix Vulkan support; Fix home directory value in ollama service
DeltaFile
+8-3misc/ollama/Makefile
+2-2misc/ollama/files/ollama.in
+10-52 files

FreeBSD/ports b72b0cbmath/lapackpp pkg-plist Makefile

math/lapackpp: update 2022.05.00 → 2025.05.28
DeltaFile
+7-4math/lapackpp/pkg-plist
+2-5math/lapackpp/Makefile
+3-3math/lapackpp/distinfo
+12-123 files

FreeBSD/ports 4c223admath/mppp Makefile distinfo

math/mppp: update 1.0.3 → 2.0.0
DeltaFile
+5-7math/mppp/Makefile
+3-3math/mppp/distinfo
+2-2math/mppp/pkg-plist
+10-123 files

FreeBSD/ports 8a47a31misc/ollama distinfo Makefile, misc/ollama/files update-port.sh

misc/ollama: update 0.18.3 → 0.19.0
DeltaFile
+11-11misc/ollama/distinfo
+2-2misc/ollama/files/update-port.sh
+1-2misc/ollama/Makefile
+14-153 files

FreeBSD/ports 86dce9emath/tlapack pkg-plist Makefile, math/tlapack/files patch-test_include_MatrixMarket.hpp patch-test_CMakeLists.txt

math/tlapack: update g20220628 → 0.1.2
DeltaFile
+249-149math/tlapack/pkg-plist
+9-5math/tlapack/Makefile
+11-0math/tlapack/files/patch-test_include_MatrixMarket.hpp
+10-0math/tlapack/files/patch-test_CMakeLists.txt
+5-3math/tlapack/distinfo
+284-1575 files

FreeBSD/ports 386859dmisc/nanocoder pkg-plist Makefile, misc/nanocoder/files package-lock.json patch-node-llama-cpp-cloneLlamaCppRepo.js

misc/nanocoder: update 1.17.3 → 1.24.1
DeltaFile
+16,199-3,733misc/nanocoder/pkg-plist
+2,308-813misc/nanocoder/files/package-lock.json
+28-4misc/nanocoder/Makefile
+19-0misc/nanocoder/files/patch-node-llama-cpp-cloneLlamaCppRepo.js
+5-3misc/nanocoder/distinfo
+18,559-4,5535 files

FreeBSD/ports 5ebfea4math/blaspp pkg-plist Makefile

math/blaspp: update 2022.05.00 → 2025.05.28
DeltaFile
+7-4math/blaspp/pkg-plist
+3-4math/blaspp/Makefile
+3-3math/blaspp/distinfo
+13-113 files