FreeBSD/src 877294ausr.sbin/bsdinstall/partedit partedit_x86.c

bsdinstall: allow ZFS root on GPT under UEFI (amd64)

GPT+ZFS+UEFI boots fine, but the manual guided
wizard prevented it.

MFC after: 3 days

Reviewed by:    imp, adrian
Differential Revision:  https://reviews.freebsd.org/D59603
DeltaFile
+1-2usr.sbin/bsdinstall/partedit/partedit_x86.c
+1-21 files

FreeBSD/poudriere f853411src/share/poudriere image.sh

image: Use msg_n/done idiom for ESP image creation status

make_esp_file() reported "Creating ESP image" and "ESP Image created"
as two separate complete lines via msg(), even though makefs's own
output is redirected to /dev/null and the operation can take a
noticeable amount of time. Use the msg_n "...done" idiom used
elsewhere for silent, potentially slow operations (e.g. jail removal)
so it reads as a single in-progress status line instead of two
disconnected facts.
DeltaFile
+2-2src/share/poudriere/image.sh
+2-21 files

FreeBSD/ports 555a70adevel/ois pkg-plist Makefile, devel/ois/files patch-CMakeLists.txt

devel/ois: update 1.5.1 → 1.6.0

- Pass maintainership to submitter

PR:             298353
Submitted by:   rottlogg at proton.me
DeltaFile
+3-4devel/ois/files/patch-CMakeLists.txt
+3-3devel/ois/distinfo
+2-2devel/ois/Makefile
+1-2devel/ois/pkg-plist
+9-114 files

FreeBSD/poudriere 8aafac8src/share/poudriere common.sh

Add missing FLAVOR to stage-qa and check-plist calls

For example, `poudriere testport -NNi devel/freebsd-gcc15 at amd64`
will correctly build the amd64 flavor, but will attempt to
stage-qa and check-plist for the aarch64 flavor because it
becomes the default flavor through alphabetic sorting.
DeltaFile
+2-2src/share/poudriere/common.sh
+2-21 files

FreeBSD/ports 199722fmath/formfactor pkg-plist Makefile, math/formfactor/files patch-CMakeLists.txt

math/libformfactor: rename to math/formfactor; update 0.4.0 → 0.5.1
DeltaFile
+0-24math/libformfactor/Makefile
+24-0math/formfactor/Makefile
+0-13math/libformfactor/pkg-plist
+13-0math/formfactor/pkg-plist
+0-12math/libformfactor/files/patch-CMakeLists.txt
+12-0math/formfactor/files/patch-CMakeLists.txt
+49-496 files not shown
+56-5512 files

FreeBSD/ports c7fd618math/lmfit Makefile

math/lmfit: Remove unused build dependency

Reported by:    Daniel Engberg <diizzy at FreeBSD.org>
DeltaFile
+0-2math/lmfit/Makefile
+0-21 files

FreeBSD/ports 9f90661print/ghostscript10 pkg-plist Makefile

print/ghostscript10: Update to 10.08.0
DeltaFile
+3-3print/ghostscript10/distinfo
+0-2print/ghostscript10/pkg-plist
+1-1print/ghostscript10/Makefile
+4-63 files

FreeBSD/doc a049439website/content/ru/releases/15.1R hardware.adoc

fix typos and wrong links in ru/15.1R/hardware.adoc
DeltaFile
+3-3website/content/ru/releases/15.1R/hardware.adoc
+3-31 files

FreeBSD/poudriere 2eb8e1asrc/share/poudriere common.sh

testport/bulk -i: Pass FLAVOR when looking up WRKDIR in interactive motd

The WRKDIR line queried `make -V WRKDIR` without FLAVOR, so a flavored
port always reported its default flavor's work directory instead of
the one actually built and installed -- e.g. audio/baresip built with
FLAVOR=nox11 showed work-default. run-depends and install-package
already pass ${flavor:+FLAVOR=${flavor}} a few lines above; do the
same here.

Reproduced on misc/py-polars-runtime (FLAVOR=64 showing work-compat)
and audio/baresip (FLAVOR=nox11 showing work-default); a port whose
single auto-generated flavor happens to match the default (e.g.
security/py-biscuit-python) masks the bug, which is likely why it
went unnoticed.

Co-Authored-By: Claude Sonnet 5 <noreply at anthropic.com>
DeltaFile
+1-1src/share/poudriere/common.sh
+1-11 files

FreeBSD/ports 8fed501filesystems/diffsnap distinfo Makefile

filesystems/diffsnap: Update 1.0 => 1.0.1

While here:
- Fix cron sample installation.
- Define ONLY_FOR_ARCHS for 64-bit architectures.
- Adjust styling of Makefile (pet port{clippy,fmt,lint}).

PR:             298335
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+17-14filesystems/diffsnap/Makefile
+3-3filesystems/diffsnap/distinfo
+20-172 files

FreeBSD/ports 2474db4net/telemt Makefile.crates distinfo, net/telemt/files patch-src_config_types_general.rs patch-src_config_types_general__impl.rs

net/telemt: Update 3.5.5 => 3.5.7

Changelogs:
- https://github.com/telemt/telemt/releases/tag/3.5.6
- https://github.com/telemt/telemt/releases/tag/3.5.7

Commit log:
https://github.com/telemt/telemt/compare/3.5.5...3.5.7

PR:             298352
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+257-283net/telemt/distinfo
+127-140net/telemt/Makefile.crates
+46-0net/telemt/files/patch-src_proxy_tests_direct__relay__security__tests_nofollow.rs
+26-0net/telemt/files/patch-src_proxy_tests_direct__relay__security__tests_anchored.rs
+0-17net/telemt/files/patch-src_config_types_general__impl.rs
+0-11net/telemt/files/patch-src_config_types_general.rs
+456-4515 files not shown
+482-46511 files

FreeBSD/ports c50fbd8graphics/glslang Makefile distinfo

graphics/glslang: Update to 16.6.0

Changelog: https://github.com/KhronosGroup/glslang/blob/16.6.0/CHANGES.md

Reported by:    GitHub (watch releases)
DeltaFile
+3-3graphics/glslang/distinfo
+1-1graphics/glslang/Makefile
+4-42 files

FreeBSD/src 243bdaflib/googletest/tests Makefile.inc

lib/googletest: also use -O0 for internal tests with GCC

This fixes the build with gcc 16's aggressive inlining.

Reviewed by:    ngie
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D59538
DeltaFile
+3-3lib/googletest/tests/Makefile.inc
+3-31 files

FreeBSD/ports 01d4917net/netatalk4 Makefile pkg-plist, net/netatalk4/files patch-config_pam_meson.build

net/netatalk4: Update to 4.5.2

See https://github.com/Netatalk/netatalk/releases/tag/netatalk-4-5-2 for
a list of changes in this release.
DeltaFile
+11-0net/netatalk4/files/patch-config_pam_meson.build
+3-3net/netatalk4/distinfo
+2-2net/netatalk4/pkg-plist
+1-1net/netatalk4/Makefile
+17-64 files

FreeBSD/ports b3b0b2faudio/libebur128/files patch-CMakeLists.txt

audio/libebur128: Fix building with CMake 4

Approved by:    portmgr (fixit blanket)
DeltaFile
+8-0audio/libebur128/files/patch-CMakeLists.txt
+8-01 files

FreeBSD/ports 82f00dadevel/libcuckoo Makefile

devel/libcuckoo: Fix building with CMake 4
DeltaFile
+1-0devel/libcuckoo/Makefile
+1-01 files

FreeBSD/ports 8f7c0f2filesystems/fusefs-libs3 Makefile

filesystems/fusefs-libs3: Add CPE information
DeltaFile
+3-1filesystems/fusefs-libs3/Makefile
+3-11 files

FreeBSD/ports 3c4af30filesystems/fusefs-libs Makefile

filesystems/fusefs-libs: Add CPE information
DeltaFile
+3-1filesystems/fusefs-libs/Makefile
+3-11 files

FreeBSD/ports 3b524b3multimedia/dav1d Makefile

multimedia/dav1d: Add CPE information
DeltaFile
+2-1multimedia/dav1d/Makefile
+2-11 files

FreeBSD/ports 056366fwww/tidy-html5 Makefile

www/tidy-html5: Add CPE information
DeltaFile
+4-1www/tidy-html5/Makefile
+4-11 files

FreeBSD/ports 4de71bcemulators/open-vm-kmod Makefile

emulators/open-vm-kmod: Add CPE information
DeltaFile
+4-1emulators/open-vm-kmod/Makefile
+4-11 files

FreeBSD/ports a994abanet/libcoap Makefile

net/libcoap: Add CPE information
DeltaFile
+1-1net/libcoap/Makefile
+1-11 files

FreeBSD/ports ffc9c86net/frr10 Makefile

net/frr10: Add CPE information
DeltaFile
+3-1net/frr10/Makefile
+3-11 files

FreeBSD/ports b9f6cc6net/frr9 Makefile

net/frr9: Add CPE information
DeltaFile
+3-1net/frr9/Makefile
+3-11 files

FreeBSD/ports f415595www/linux-rl9-libnghttp2 Makefile

www/linux-rl9-libnghttp2: Add CPE information
DeltaFile
+2-1www/linux-rl9-libnghttp2/Makefile
+2-11 files

FreeBSD/ports f975226devel/openocd Makefile

devel/openocd: Add CPE information
DeltaFile
+3-1devel/openocd/Makefile
+3-11 files

FreeBSD/ports 2def6ebdevel/libarea Makefile

devel/libarea: Mark deprecated

(cherry picked from commit 1c68488dc6145e53b522d8de6c1de89d63fe80c1)
DeltaFile
+4-1devel/libarea/Makefile
+4-11 files

FreeBSD/ports 6c6880bmultimedia/tautulli Makefile distinfo

multimedia/tautulli: Update 2.16.0 => 2.18.1 (14 CVEs)

Changelog:
https://github.com/Tautulli/Tautulli/blob/v2.18.1/CHANGELOG.md

PR:             295759
Approved by:    christer.edwards at gmail.com (maintainer, timeout 2 weeks)
Security:       CVE-2026-49995
Security:       CVE-2026-45381
Security:       CVE-2026-52835
Security:       CVE-2026-54915
Security:       CVE-2026-41065
Security:       CVE-2026-40605
Security:       CVE-2026-43984
Security:       CVE-2026-43986
Security:       CVE-2026-43985
Security:       CVE-2026-28505
Security:       CVE-2026-31831
Security:       CVE-2026-31799

    [6 lines not shown]
DeltaFile
+3-3multimedia/tautulli/distinfo
+1-2multimedia/tautulli/Makefile
+4-52 files

FreeBSD/ports 404b001multimedia/tautulli Makefile distinfo

multimedia/tautulli: Update 2.16.0 => 2.18.1

Changelog:
https://github.com/Tautulli/Tautulli/blob/v2.18.1/CHANGELOG.md

PR:             295759
Approved by:    christer.edwards at gmail.com (maintainer, timeout 2 weeks)
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3multimedia/tautulli/distinfo
+1-2multimedia/tautulli/Makefile
+4-52 files

FreeBSD/ports 1c68488devel/libarea Makefile

devel/libarea: Mark deprecated
DeltaFile
+4-1devel/libarea/Makefile
+4-11 files