FreeBSD/ports 69eb8f2games/polyglot Makefile

games/polyglot: Mark DEPRECATED

- This software is obsolete[1] and the original master site is no longer
  available
- Add an expiration date
- Bump PORTREVISION

[1] https://chessprogramming.org/PolyGlot#retirement

(cherry picked from commit 4e79f0763739f8e1cc6c45e4e3a56a1131684833)
DeltaFile
+4-1games/polyglot/Makefile
+4-11 files

FreeBSD/ports 4e79f07games/polyglot Makefile

games/polyglot: Mark DEPRECATED

- This software is obsolete[1] and the original master site is no longer
  available
- Add an expiration date
- Bump PORTREVISION

[1] https://chessprogramming.org/PolyGlot#retirement
DeltaFile
+4-1games/polyglot/Makefile
+4-11 files

FreeBSD/src b7e91f2sys/netinet sctp_usrreq.c

sctp: remove unused variable

This fixes the build with gcc 16 after the changes
to -Wunused*[0].

[0] https://gcc.gnu.org/gcc-16/porting_to.html#changes-to-wunused

Reviewed by:    tuexen
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D59590
DeltaFile
+2-5sys/netinet/sctp_usrreq.c
+2-51 files

FreeBSD/doc 70d3993website/content/en/donations _index.adoc

website/donations: s/ISA cards/PCIe cards/

Reported by:    philip
Event:          EuroBSDcon Devsummit 2026
DeltaFile
+1-1website/content/en/donations/_index.adoc
+1-11 files

FreeBSD/ports 492f6e0sysutils/treemd Makefile

sysutils/treemd: Use default MASTER_SITE

- Default MASTER_SITE for Rust crates has been fixed with commit
  https://cgit.freebsd.org/ports/commit/?id=bc18f00c490cd54dfe38e2d94d8c4feae2815f0f
DeltaFile
+0-6sysutils/treemd/Makefile
+0-61 files

FreeBSD/doc 45b5fc6website/content/en where.adoc

where: Simplify fastly sponsor logo

This does not need a subsection heading, use the logo as a heading.

Event:  EuroBSDcon Devsummit 2026
DeltaFile
+1-5website/content/en/where.adoc
+1-51 files

FreeBSD/ports a29c72fconverters/simdutf/files patch-include_simdutf_portability.h

converters/simdutf: remove stray patch

This was left over after a wrong rebase (mid-air collission).

Fixes:          81f18785a4d12bf1d01751f5e54643cf9afe9443
Reported by:    Einar Bjarni Halldórsson <einar at isnic.is>
PR:             298403
Event:          EuroBSDcon Devsummit 2026
DeltaFile
+0-11converters/simdutf/files/patch-include_simdutf_portability.h
+0-111 files

FreeBSD/ports f5bf003devel/libwasmtime Makefile Makefile.crates

devel/libwasmtime: update to 48.0.1, also set submitter as maintainer.

PR:             298310
DeltaFile
+63-71devel/libwasmtime/distinfo
+27-30devel/libwasmtime/Makefile.crates
+5-6devel/libwasmtime/Makefile
+95-1073 files

FreeBSD/src 477c594sys/kern subr_bus.c subr_kobj.c, sys/sys bus.h kobj.h

kobj: allow multiple inheritance with per-class softc

Add support for hierarchical softc layout so that a leaf class and each
of its base classes owns a private softc region inside a single
allocation.

device_get_softc_class(dev, cls) returns a pointer to the softc that
belongs to the requested class.  The classic device_get_softc() still
returns the leaf softc and remains fully compatible with existing
drivers.

Existing drivers are unaffected; they simply obtain a slightly larger
softc block when they inherit from base classes.

MFC after:      2 months
Reviewed by:    kib
Differential Revision:  https://reviews.freebsd.org/D59115
DeltaFile
+100-0sys/kern/subr_kobj.c
+25-5sys/sys/kobj.h
+16-3sys/kern/subr_bus.c
+1-0sys/sys/bus.h
+142-84 files

FreeBSD/ports bc18f00Mk bsd.sites.mk, Mk/Uses cargo.mk

bsd.sites.mk: use static CDN to download rust crates

static.crates.io is the recommended upstream download
path. This avoids "403 Forbidden" rate limiting results
when trying to download crates too fast. This also
seems to improve download speeds/latency.

As per https://crates.io/data-access#crate-content,

> Crates can be downloaded directly from the crates.io CDN
> [...]
> No rate limits apply to static.crates.io at present.

And as per https://crates.io/data-access#api,

> you are welcome to use the crates.io API provided you abide by the following limits:
> * A maximum of 1 request per second, and
> * A user-agent header that identifies your application.


    [2 lines not shown]
DeltaFile
+1-1Mk/bsd.sites.mk
+1-1Mk/Uses/cargo.mk
+2-22 files

FreeBSD/ports 486ade9net-im/signal-desktop Makefile, textproc/obsidian Makefile

*/*: Bump port revision after electron43 update (6b7f384af24c)
DeltaFile
+1-1textproc/obsidian/Makefile
+1-0net-im/signal-desktop/Makefile
+2-12 files

FreeBSD/ports 6b7f384devel/electron43 distinfo, devel/electron43/files patch-electron_shell_common_node__bindings.cc patch-electron_spec_api-process-spec.ts

devel/electron43: Update to 43.7.0

Changelog: https://github.com/electron/electron/releases/tag/v43.7.0

Reported by:    GitHub (watch releases)
DeltaFile
+21-21devel/electron43/files/patch-electron_spec_api-browser-window-spec.ts
+14-5devel/electron43/files/patch-electron_BUILD.gn
+9-9devel/electron43/distinfo
+8-8devel/electron43/files/patch-electron_shell_browser_api_electron__api__web__contents.cc
+12-3devel/electron43/files/patch-electron_spec_api-process-spec.ts
+5-5devel/electron43/files/patch-electron_shell_common_node__bindings.cc
+69-5114 files not shown
+101-8720 files

FreeBSD/ports 9869cdcdevel/fuzzylite/files patch-fuzzylite_CMakeLists.txt

devel/fuzzylite: Fix building with CMake 4

PR:             298181
Approved by:    pkubaj (maintainer)
DeltaFile
+7-1devel/fuzzylite/files/patch-fuzzylite_CMakeLists.txt
+7-11 files

FreeBSD/ports d8ec37edeskutils/xdg-desktop-portal Makefile distinfo, deskutils/xdg-desktop-portal/files patch-src_xdp-utils.c patch-src_xdp-app-info-flatpak.c

deskutils/xdg-desktop-portal: Update to 1.22.1

Reported by:    portscout!
DeltaFile
+0-21deskutils/xdg-desktop-portal/files/patch-document-portal_document-portal-fuse.c
+21-0deskutils/xdg-desktop-portal/files/patch-src_xdp-app-info-linyaps.c
+6-6deskutils/xdg-desktop-portal/files/patch-src_xdp-app-info-flatpak.c
+11-0deskutils/xdg-desktop-portal/files/patch-src_xdp-utils.c
+7-3deskutils/xdg-desktop-portal/distinfo
+4-1deskutils/xdg-desktop-portal/Makefile
+49-311 files not shown
+52-317 files

FreeBSD/ports 400a319deskutils/libportal pkg-plist pkg-plist.gtk3, deskutils/libportal-gtk3 Makefile

deskutils/libportal: Update 0.10.0
DeltaFile
+10-6deskutils/libportal/Makefile
+3-5deskutils/libportal/distinfo
+6-0deskutils/libportal/pkg-plist.gtk4
+4-0deskutils/libportal/pkg-plist.gtk3
+3-0deskutils/libportal-gtk3/Makefile
+1-1deskutils/libportal/pkg-plist
+27-123 files not shown
+31-129 files

FreeBSD/ports 270937enet/glib-networking distinfo pkg-plist

net/glib-networking: Update to 2.90.0

Reported by:    portscout!
DeltaFile
+7-8net/glib-networking/Makefile
+5-2net/glib-networking/pkg-plist
+3-3net/glib-networking/distinfo
+15-133 files

FreeBSD/ports ca03420textproc/xml2rfc Makefile distinfo

textproc/xml2rfc: Update to 3.34.1

See https://github.com/ietf-tools/xml2rfc/releases/tag/v3.34.1 for the
changes in this release.
DeltaFile
+3-3textproc/xml2rfc/distinfo
+1-1textproc/xml2rfc/Makefile
+4-42 files

FreeBSD/doc 9820ce1shared releases.adoc

14.5: Bump legacy release macros

Differential Revision:  https://reviews.freebsd.org/D59508
DeltaFile
+3-3shared/releases.adoc
+3-31 files

FreeBSD/src b7541acshare/man/man4 hgame.4 xb360gp.4

game controller manuals: Canonicalize SYNOPSIS

While here, tag SPDX.

Event:                  EuroBSDcon Devsummit 2026
MFC after:              3 days
Reviewed by:            wulf
Differential Revision:  https://reviews.freebsd.org/D59256
DeltaFile
+23-16share/man/man4/ps4dshock.4
+19-17share/man/man4/xb360gp.4
+7-5share/man/man4/hgame.4
+49-383 files

FreeBSD/src 45f4abeshare/man/man5 rc.conf.5

rc.conf.5: Fix typo

Fixes:          fa7094c5b06f ("Improve NOAUTO configuration")
MFC after:      3 days
Reported by:    Herbert J. Skuhra <herbert at gojira.at>
Event:          EuroBSDcon Devsummit 2026
DeltaFile
+2-2share/man/man5/rc.conf.5
+2-21 files

FreeBSD/ports 50f326csysutils/treemd Makefile Makefile.crates

sysutils/treemd: Update to 0.8.0

- Temporarily override MASTER_SITE for Rust crates (see PR 298395)

ChangeLog:

1. https://github.com/Epistates/treemd/releases/tag/v0.8.0

Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+21-19sysutils/treemd/distinfo
+9-8sysutils/treemd/Makefile.crates
+8-2sysutils/treemd/Makefile
+38-293 files

FreeBSD/ports ddec9e2www/immich-ml Makefile distinfo

www/immich-ml: Update to 3.2.0

Adds cluster groups, which identify people across the shared assets of
trusted users.  Enabling them requires resetting the existing facial
recognition data.

Changes:        https://github.com/immich-app/immich/releases/tag/v3.2.0
Sponsored by:   Netzkommune GmbH
DeltaFile
+3-3www/immich-ml/distinfo
+1-1www/immich-ml/Makefile
+4-42 files

FreeBSD/ports c7257dawww/immich distinfo Makefile

www/immich: Update to 3.2.0

Adds a new server search API that allows searching within albums and
combining filters with AND and OR, and gives the web search interface
a simpler layout.

Changes:        https://github.com/immich-app/immich/releases/tag/v3.2.0
Security:       fcc6baaa-adbc-11f1-a655-3497f65b111b
Sponsored by:   Netzkommune GmbH
DeltaFile
+7-12www/immich/Makefile
+5-5www/immich/distinfo
+12-172 files

FreeBSD/ports 5446292security/vuxml/vuln 2026.xml

security/vuxml: Document two vulnerabilities in immich

Sponsored by:   Netzkommune GmbH
DeltaFile
+64-0security/vuxml/vuln/2026.xml
+64-01 files

FreeBSD/src ef26f64sys/amd64/amd64 pmap.c

amd64/pmap: Return la57 in amd nested page

AMD doesn't encode page depth in eptp. As a result, the page level is
decided by the host la57 value. Without this, it uses 4 level page and
therefore cause machine enable la57 have garbage page translation.

PR:             291768
Reviewed by:    kib
Tested by:      Antranig Vartanian <antranigv at freebsd.am>
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D57978
DeltaFile
+13-1sys/amd64/amd64/pmap.c
+13-11 files

FreeBSD/ports 2d43b82deskutils/remind Makefile distinfo

deskutils/remind: update to 06.03.03

Changelog: https://salsa.debian.org/dskoll/remind/-/blob/master/docs/WHATSNEW?ref_type=heads

Event:          EuroBSDcon Devsummit 2026
DeltaFile
+3-3deskutils/remind/distinfo
+1-1deskutils/remind/Makefile
+4-42 files

FreeBSD/ports 8e8f88ddevel/croaring distinfo Makefile, devel/croaring/files patch-include_roaring_portability.h patch-CMakeLists.txt

devel/croaring: Roaring bitmaps in C (and C++), with SIMD

Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON)
optimizations: used by Apache Doris, ClickHouse, Alibaba Tair, Redpanda, YDB
and StarRocks.

WWW: http://roaringbitmap.org/

 - update port to 5.2.0 prior to landing
 - grab maintainership over submitter as I have a good relationship
   to upstream
 - lightly touch up

PR:             292270
Event:          EuroBSDcon Devsummit 2026
See also:       https://github.com/RoaringBitmap/CRoaring/pull/879
DeltaFile
+40-0devel/croaring/pkg-plist
+38-0devel/croaring/files/patch-tools_cmake_FindCTargets.cmake
+29-0devel/croaring/Makefile
+11-0devel/croaring/files/patch-CMakeLists.txt
+10-0devel/croaring/files/patch-include_roaring_portability.h
+3-0devel/croaring/distinfo
+131-02 files not shown
+135-08 files

FreeBSD/ports 77c3e7dlang Makefile, lang/ez80asm pkg-descr distinfo

lang/ez80asm: Z80/Z180/eZ80 assembler for the Agon Light platform

ez80asm is a Z80, Z180 and eZ80 assembler written for the Agon Light
computer and cross-compilation environments.

PR:             274464
Event:          EuroBSDcon Devsummit 2026
DeltaFile
+34-0lang/ez80asm/files/patch-Makefile
+24-0lang/ez80asm/Makefile
+3-0lang/ez80asm/distinfo
+2-0lang/ez80asm/pkg-descr
+1-0lang/Makefile
+64-05 files

FreeBSD/ports 81f1878converters/simdutf Makefile distinfo

converters/simdutf: update to 9.1.2

Changelog: https://github.com/simdutf/simdutf/releases/tag/v9.1.1
Changelog: https://github.com/simdutf/simdutf/releases/tag/v9.1.2

Event:          EuroBSDcon Devsummit 2026
DeltaFile
+3-3converters/simdutf/distinfo
+1-1converters/simdutf/Makefile
+4-42 files

FreeBSD/ports cbd19d0emulators/rvvm-devel pkg-plist Makefile, emulators/rvvm-devel/files patch-Makefile patch-src_rvjit_rvjit__arm.h

emulators/rvvm-devel: update to 0.7-g20260826

 - use "tput me" in post-test to not spill onto the terminal
 - add elf_aux_info() codepath for armv7
 - fix stripping (upstream installs libraries correctly these days)

Changelog: https://github.com/LekKit/RVVM/commits/a662c0edd507b4e04f20d44490c514b683007ae7

Event:          EuroBSDcon Devsummit 2026
DeltaFile
+22-0emulators/rvvm-devel/files/patch-src_rvjit_rvjit__arm.h
+9-9emulators/rvvm-devel/distinfo
+8-5emulators/rvvm-devel/Makefile
+0-12emulators/rvvm-devel/files/patch-Makefile
+12-0emulators/rvvm-devel/pkg-plist
+51-265 files