FreeBSD/ports da8a21edevel/xmake-io pkg-plist Makefile, devel/xmake-io/files patch-core_src_tbox_xmake.sh patch-core_xmake.sh

devel/xmake-io: Update 2.9.9 => 3.0.9

Changelog:
https://github.com/xmake-io/xmake/blob/v3.0.9/CHANGELOG.md

Improve port:
- Switch from tarball generated by github to prepared by upstream.
- Fix warnings from portclippy.
- Unbundle tbox.
- Refresh patches.

PR:             296537 287585
Approved by:    Huan Zhou <pericycle.cc at gmail.com> (maintainer, timeout 2 weeks)
Sponsored by:   UNIS Labs
Co-authored-by: Lin <lin at sz.cn.eu.org>
Co-authored-by: Huan Zhou <pericycle.cc at gmail.com>
MFH:            2026Q3

(cherry picked from commit a9b245453dc8fa4da43ff96efcb2b394b2c08136)
DeltaFile
+407-362devel/xmake-io/pkg-plist
+6-8devel/xmake-io/Makefile
+11-0devel/xmake-io/files/patch-core_src_tbox_xmake.sh
+3-5devel/xmake-io/distinfo
+2-2devel/xmake-io/files/patch-core_xmake.sh
+429-3775 files

FreeBSD/ports a9b2454devel/xmake-io pkg-plist Makefile, devel/xmake-io/files patch-core_src_tbox_xmake.sh patch-core_xmake.sh

devel/xmake-io: Update 2.9.9 => 3.0.9

Changelog:
https://github.com/xmake-io/xmake/blob/v3.0.9/CHANGELOG.md

Improve port:
- Switch from tarball generated by github to prepared by upstream.
- Fix warnings from portclippy.
- Unbundle tbox.
- Refresh patches.

PR:             296537 287585
Approved by:    Huan Zhou <pericycle.cc at gmail.com> (maintainer, timeout 2 weeks)
Sponsored by:   UNIS Labs
Co-authored-by: Lin <lin at sz.cn.eu.org>
Co-authored-by: Huan Zhou <pericycle.cc at gmail.com>
MFH:            2026Q3
DeltaFile
+407-362devel/xmake-io/pkg-plist
+6-8devel/xmake-io/Makefile
+11-0devel/xmake-io/files/patch-core_src_tbox_xmake.sh
+3-5devel/xmake-io/distinfo
+2-2devel/xmake-io/files/patch-core_xmake.sh
+429-3775 files

FreeBSD/src a7e483esys/amd64/include vm.h, sys/arm/include vm.h

vm_phys: Add a sysctl to dump registered fictitious memory ranges

I've wanted this a couple of times in the past.  Save the memattr in
the fictitious memory segment structure so that we can report it from
the sysctl handler, and add conversion routines for each platform.

Reviewed by:    kib
MFC after:      2 weeks
Differential Revision:  https://reviews.freebsd.org/D58283
DeltaFile
+41-0sys/vm/vm_phys.c
+25-0sys/powerpc/include/vm.h
+23-2sys/arm64/include/vm.h
+23-0sys/i386/include/vm.h
+23-0sys/amd64/include/vm.h
+19-0sys/arm/include/vm.h
+154-21 files not shown
+171-27 files

FreeBSD/ports 4f23e42www/code-server pkg-plist Makefile.build, www/code-server/files code-server.in

www/code-server: Update to 4.129.0

Update to code-server 4.129.0, which bundles VS Code 1.129.0.

VS Code 1.129 changed how the built-in GitHub Copilot extension is
handled: it is now built from source during the reh-web build instead
of being fetched as a prebuilt VSIX. This requires a few build-time
workarounds:

- The copilot extension postinstall expects a platform package for the
  host. A Copilot CLI SDK distfile is provided and placed as
  @github/copilot-freebsd-x64 so the postinstall passes. GitHub Copilot
  is closed-source and not usable on FreeBSD; this only lets the build
  complete.
- The reh-web build calls ensureCopilotPlatformPackage(), which runs
  "npm pack" and thus needs network access (unavailable in poudriere).
  Providing @github/copilot-linux-x64 in remote/node_modules makes the
  function find it locally and skip the network fetch.
- Copilot bundles prebuilt Linux rg/tgrep binaries. These are replaced

    [15 lines not shown]
DeltaFile
+1,814-1,760www/code-server/pkg-plist
+26-0www/code-server/Makefile.build
+13-11www/code-server/distinfo
+15-4www/code-server/Makefile
+1-6www/code-server/Makefile.vscode
+3-0www/code-server/files/code-server.in
+1,872-1,7812 files not shown
+1,873-1,7838 files

FreeBSD/ports b595878security/openbao distinfo Makefile

security/openbao: Update 2.5.5 => 2.6.0 (fix multiple vulnerabilities)

Changelog:
https://github.com/openbao/openbao/releases/tag/v2.6.0

PR:             296644
Approved by:    jake at metalrip.com (maintainer)
Security:       GHSA-444v-8vxr-p36h
Security:       GHSA-34fc-gh42-pj53
Security:       GHSA-xp3c-3jw3-4vcr
Security:       GHSA-59w7-v8rr-pr4p
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 46cd56f05bb903fa719e701a40d2eb0c2d4db383)
DeltaFile
+17-17security/openbao/distinfo
+2-2security/openbao/Makefile
+19-192 files

FreeBSD/ports 6a93fc4misc/py-litellm Makefile

misc/py-litellm: Add PROXY option (ON by default)

PROXY option enables the funcionality that LiteLLM serves as an
OpenAI-compatible gateway server for 100+ LLM providers.

PR:             294247
Reported by:    yuri
DeltaFile
+43-1misc/py-litellm/Makefile
+43-11 files

FreeBSD/ports 46cd56fsecurity/openbao distinfo Makefile

security/openbao: Update 2.5.5 => 2.6.0 (fix multiple vulnerabilities)

Changelog:
https://github.com/openbao/openbao/releases/tag/v2.6.0

PR:             296644
Approved by:    jake at metalrip.com (maintainer)
Security:       GHSA-444v-8vxr-p36h
Security:       GHSA-34fc-gh42-pj53
Security:       GHSA-xp3c-3jw3-4vcr
Security:       GHSA-59w7-v8rr-pr4p
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+17-17security/openbao/distinfo
+2-2security/openbao/Makefile
+19-192 files

FreeBSD/ports 78f7296graphics/ImageMagick6 Makefile, graphics/ImageMagick7 Makefile

*/*: Bump more consumers after graphics/libraw update

PR:             296733
Reported by:    vvd

Sponsored by:   tipi.work
DeltaFile
+1-1graphics/openimageio/Makefile
+1-1graphics/filmulator/Makefile
+1-1graphics/entangle/Makefile
+1-1graphics/ImageMagick7/Makefile
+1-0graphics/art/Makefile
+1-0graphics/ImageMagick6/Makefile
+6-46 files

FreeBSD/src cbd442eusr.sbin/bhyve smbiostbl.c bhyve_config.5

bhyve: add configurable SMBIOS OEM Strings

Add the option "oemstring" to allow setting the DMI type 11 ("OEM
Strings") SMBIOS structure. These are free-form strings, available for
any purpose, but can be especially useful to pass configuration,
secrets, and credential information into a Linux guest and consumed by
systemd.

MFC after:      1 month
Relnotes:       yes
Reviewed by:    markj
Differential Revision:  https://reviews.freebsd.org/D57516
DeltaFile
+124-0usr.sbin/bhyve/smbiostbl.c
+3-0usr.sbin/bhyve/bhyve_config.5
+127-02 files

FreeBSD/ports 0f84e96databases/timescaledb distinfo Makefile

databases/timescaledb: Update to 2.28.3
DeltaFile
+3-3databases/timescaledb/distinfo
+1-1databases/timescaledb/Makefile
+1-0databases/timescaledb/pkg-plist
+5-43 files

FreeBSD/ports f6a569cx11-toolkits/girara distinfo Makefile

x11-toolkits/girara: Update to 2026.07.18
DeltaFile
+3-3x11-toolkits/girara/distinfo
+1-1x11-toolkits/girara/Makefile
+4-42 files

FreeBSD/ports 06b29d2editors/mined Makefile

editors/mined: chase UCD

(cherry picked from commit 58ec6ab496d54e31a3145ab31deb138557d2941a)
DeltaFile
+2-2editors/mined/Makefile
+2-21 files

FreeBSD/ports 13eccc9www/bluefish pkg-plist distinfo

www/bluefish: Update to 2.4.2

ChangeLog:
https://sourceforge.net/p/bluefish/code/HEAD/tree/tags/bluefish_2_4_2/ChangeLog

MFH:            2026Q3
(cherry picked from commit 21205c6a8f931340be3e4598e1bde4ffae9477fc)
DeltaFile
+6-1www/bluefish/pkg-plist
+3-3www/bluefish/distinfo
+1-1www/bluefish/Makefile
+10-53 files

FreeBSD/ports c5af67bmath/R-cran-lme4 Makefile distinfo, math/R-cran-lme4/files patch-fix-test

math/R-cran-lme4: Update to 2.0-6

ChangeLog: https://cran.r-project.org/web/packages/lme4/news.html
DeltaFile
+0-31math/R-cran-lme4/files/patch-fix-test
+6-4math/R-cran-lme4/Makefile
+3-3math/R-cran-lme4/distinfo
+9-383 files

FreeBSD/ports 21205c6www/bluefish pkg-plist distinfo

www/bluefish: Update to 2.4.2

ChangeLog:
https://sourceforge.net/p/bluefish/code/HEAD/tree/tags/bluefish_2_4_2/ChangeLog

MFH:            2026Q3
DeltaFile
+6-1www/bluefish/pkg-plist
+3-3www/bluefish/distinfo
+1-1www/bluefish/Makefile
+10-53 files

FreeBSD/ports 0c396a6x11-drivers/xf86-input-joystick Makefile distinfo

x11-drivers/xf86-input-joystick: Update to 1.6.4

Update WWW and pkg-descr.

https://lists.x.org/archives/xorg-announce/2022-December/003290.html

PR:             296865
Approved by:    x11 (arrowd)
Approved by:    osa (mentor)
DeltaFile
+3-6x11-drivers/xf86-input-joystick/Makefile
+3-3x11-drivers/xf86-input-joystick/distinfo
+4-1x11-drivers/xf86-input-joystick/pkg-descr
+10-103 files

FreeBSD/ports 2fc087adevel/phasar pkg-plist Makefile, devel/phasar/files patch-CMakeLists.txt patch-lib_Utils_DOTGraph.cpp

devel/phasar: update 2503 → 2604
DeltaFile
+74-25devel/phasar/pkg-plist
+24-20devel/phasar/Makefile
+3-17devel/phasar/files/patch-CMakeLists.txt
+0-12devel/phasar/files/patch-lib_Utils_DOTGraph.cpp
+3-3devel/phasar/distinfo
+104-775 files

FreeBSD/ports f6af2d4devel/air-go distinfo Makefile

devel/air-go: Update to 1.66.0
DeltaFile
+5-5devel/air-go/distinfo
+1-2devel/air-go/Makefile
+6-72 files

FreeBSD/doc 7fa7abbwebsite/content/en/donations donors.adoc

Document recent and historical hardware donations.

1. TimeNIC donated to the test cluster by way of mike@ and gnn@;
2. Historical donation of a CardBus-PCI bridge to imp@.

Approved by: gahr (for donations@)
DeltaFile
+2-0website/content/en/donations/donors.adoc
+2-01 files

FreeBSD/ports 5a15eb6sysutils/webmin pkg-plist Makefile

sysutils/webmin: Add missing files to pkg-plist

The 2.652 update added new files (miniserv-lib.pl among them) that were
not listed in pkg-plist, so they were staged but never packaged. Without
miniserv-lib.pl the server failed to start.

PR:             296885
Reported by:    matthew at wener.org
DeltaFile
+10-0sysutils/webmin/pkg-plist
+1-0sysutils/webmin/Makefile
+11-02 files

FreeBSD/ports fb3a568net-im/toxic distinfo Makefile

net-im/toxic: upgrade to v0.16.3

Release notes at https://github.com/JFreegman/toxic/releases#release-v0.16.3
DeltaFile
+3-3net-im/toxic/distinfo
+1-1net-im/toxic/Makefile
+4-42 files

FreeBSD/ports cddcfe8lang/lfortran Makefile distinfo

lang/lfortran: upgrade to v0.64.0

Release notes at https://github.com/lfortran/lfortran/releases/tag/v0.64.0
DeltaFile
+4-5lang/lfortran/Makefile
+3-3lang/lfortran/distinfo
+7-82 files

FreeBSD/ports 2170302math/openblas64 distinfo Makefile

math/openblas64: upgrade to 0.3.34

Release notes at
        https://github.com/OpenMathLib/OpenBLAS/releases#release-v0.3.34
DeltaFile
+3-3math/openblas64/distinfo
+3-2math/openblas64/Makefile
+6-52 files

FreeBSD/ports 58ec6abeditors/mined Makefile

editors/mined: chase UCD
DeltaFile
+2-2editors/mined/Makefile
+2-21 files

FreeBSD/src 2038232sys/kern kern_sig.c

thread_stopped(): style

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+2-2sys/kern/kern_sig.c
+2-21 files

FreeBSD/ports d4cb878devel/p5-Mac-PropertyList distinfo Makefile

devel/p5-Mac-PropertyList: Update to 1.605
DeltaFile
+3-3devel/p5-Mac-PropertyList/distinfo
+1-1devel/p5-Mac-PropertyList/Makefile
+4-42 files

FreeBSD/ports 92543ecmath/hydrogen Makefile

math/hydrogen: Fix build on 16

Reported by:    fallout
DeltaFile
+2-0math/hydrogen/Makefile
+2-01 files

FreeBSD/ports d68aa53multimedia/linux-rl9-ffmpeg distinfo Makefile

multimedia/linux-rl9-ffmpeg: update to 5.1.10 release

(cherry picked from commit 0375635f94171bc87e06c508c0fd4460dc8c7dad)
DeltaFile
+7-7multimedia/linux-rl9-ffmpeg/distinfo
+1-1multimedia/linux-rl9-ffmpeg/Makefile
+8-82 files

FreeBSD/ports 0d5c6b1science/siconos/files patch-externals_boost__contribs_expm.hpp

science/siconos: Fix build on 16 by patching std::abs<> C++ call

Reported by:    fallout
DeltaFile
+13-0science/siconos/files/patch-externals_boost__contribs_expm.hpp
+13-01 files

FreeBSD/ports a744a76devel/linux-rl9-lld pkg-plist.amd64

devel/linux-rl9-lld: fix typo in plist for amd64

Reported by:    pkg-fallout
DeltaFile
+1-1devel/linux-rl9-lld/pkg-plist.amd64
+1-11 files