FreeBSD/ports fede9d5lang/gcc6-aux Makefile, lang/gcc6-aux/files patch-isl-20-or-newer

lang/gcc6-aux: unbreak with isl-27, cleanup

ISL27 have noved own isl_val_* definition to dedicated header, isl/val.h
Chase it to unbreak build

Make graphite loop optimization optional; off by default to mimics previous behaviour
Cleanup make environment

PR:     292414
DeltaFile
+13-8lang/gcc6-aux/Makefile
+2-1lang/gcc6-aux/files/patch-isl-20-or-newer
+15-92 files

FreeBSD/ports 9233032sysutils/rubygem-tmuxinator Makefile

sysutils/rubygem-tmuxinator: fix conflict with shells/fish

They conflict because they both try to install the same completion file.
Fix the conflict by removing the completion file for tmuxinator, and
leaving it for fish.

PR:             293846
MFH:            2026Q1
Approved by:    mfechner (ruby)
DeltaFile
+1-4sysutils/rubygem-tmuxinator/Makefile
+1-41 files

FreeBSD/ports 8b4b427mail/mlmmj-archive-mid Makefile distinfo

mail/mlmmj-archive-mid: update to 0.3

Changes:
- always report error to users
- add manpage
- redirect with 303 as it should have
DeltaFile
+4-3mail/mlmmj-archive-mid/Makefile
+3-3mail/mlmmj-archive-mid/distinfo
+7-62 files

FreeBSD/ports 134471fsysutils/bastille distinfo Makefile

sysutils/bastille: Update to 1.4.1.260315

Co-authored-by: Michael Osipov <michaelo at FreeBSD.org>
PR:             293850
Approved by:    tschetter.victor at gmail.com (maintainer)
MFH:            2026Q1

(cherry picked from commit 9e63ce8f52e3b77b441231e71dc4d7f53564152f)
DeltaFile
+3-3sysutils/bastille/distinfo
+1-1sysutils/bastille/Makefile
+4-42 files

FreeBSD/ports 9e63ce8sysutils/bastille distinfo Makefile

sysutils/bastille: Update to 1.4.1.260315

Co-authored-by: Michael Osipov <michaelo at FreeBSD.org>
PR:             293850
Approved by:    tschetter.victor at gmail.com (maintainer)
MFH:            2026Q1
DeltaFile
+3-3sysutils/bastille/distinfo
+1-1sysutils/bastille/Makefile
+4-42 files

FreeBSD/ports fda08a5net-mgmt/librenms distinfo Makefile

net-mgmt/librenms: Update to 26.3.0

re: https://github.com/librenms/librenms/releases/tag/26.3.0

This update requires a database update.
DeltaFile
+5-5net-mgmt/librenms/distinfo
+2-2net-mgmt/librenms/Makefile
+7-72 files

FreeBSD/ports 686fd1ddatabases/py-powa-collector distinfo Makefile

databases/py-powa-collector: Update to 1.3.2

Release notes:  https://github.com/powa-team/powa-collector/releases/tag/1.3.2
DeltaFile
+3-3databases/py-powa-collector/distinfo
+1-1databases/py-powa-collector/Makefile
+4-42 files

FreeBSD/ports 874664dx11/walker distinfo Makefile

x11/walker: Update to 2.15.2

Changelog:
- https://github.com/abenz1267/walker/releases/tag/v2.15.0
- https://github.com/abenz1267/walker/releases/tag/v2.15.1
- https://github.com/abenz1267/walker/releases/tag/v2.15.2

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

FreeBSD/ports a0f9177sysutils/elephant distinfo Makefile

sysutils/elephant: Update to 2.20.2

Changelog:
- https://github.com/abenz1267/elephant/releases/tag/v2.20.0
- https://github.com/abenz1267/elephant/releases/tag/v2.20.1
- https://github.com/abenz1267/elephant/releases/tag/v2.20.2

Reported by:    GitHub (watch releases)
DeltaFile
+5-5sysutils/elephant/distinfo
+5-3sysutils/elephant/Makefile
+10-82 files

FreeBSD/ports 29ad224games/openrct2 distinfo Makefile

games/openrct2: move addon zips to dedicated directory

Submitted by:  Matthew Wener (matthew at wener.org)
PR:     293638
DeltaFile
+11-11games/openrct2/distinfo
+9-8games/openrct2/Makefile
+20-192 files

FreeBSD/ports 41b4b96mail/mlmmj-archiver Makefile pkg-descr

mail/mlmmj-archiver: update to 0.6.0

Changes:
- https://codeberg.org/bapt/mlmmj-archiver/releases/tag/0.5
- https://codeberg.org/bapt/mlmmj-archiver/releases/tag/0.6.0

Fix the license
Project moved to codeberg
DeltaFile
+8-10mail/mlmmj-archiver/Makefile
+9-4mail/mlmmj-archiver/pkg-descr
+3-3mail/mlmmj-archiver/distinfo
+20-173 files

FreeBSD/ports a954550mail/mlmmj-webview Makefile distinfo

mail/mlmmj-webview: udpate 0.1.0

Changes: https://codeberg.org/bapt/mlmmj-webview/releases/tag/0.1.0
DeltaFile
+1-5mail/mlmmj-webview/Makefile
+3-3mail/mlmmj-webview/distinfo
+4-0mail/mlmmj-webview/pkg-plist
+8-83 files

FreeBSD/src 33e0568sys/dev/usb/net if_ure.c

ure(4): Fix spurious link flaps from MII

A race condition in the MII layer causes spurious link down events.
In `statchg`, on link down, check if the PHY reports the link as
actually down using the BMSR register, if not, force the status of the
link to back up and restart TX. Do the same in a MII `linkchg` handler.
On actual link up, restart TX in case it went idle and down.

PR:             252165
Signed-off-by:  Rafael Kitover <rkitover at gmail.com>
Reviewed by:    pouria
Differential Revision: https://reviews.freebsd.org/D55682
DeltaFile
+66-3sys/dev/usb/net/if_ure.c
+66-31 files

FreeBSD/src fed9017share/man/man9 crypto_request.9

crypto_request.9: Fix typo on crypto_initreq arguments

The function signature of `crypto_initreq()` was
incorrectly documented.

Signed-off-by:  Zixu Wu <zx at bv3.dev>
Reviewed by:    ziaee, pouria
Pull Request:   https://github.com/freebsd/freebsd-src/pull/2077
DeltaFile
+1-1share/man/man9/crypto_request.9
+1-11 files

FreeBSD/ports 6f668efsysutils/vm-bhyve distinfo Makefile

sysutils/vm-bhyve: Update to 1.7.2

Changes:        https://github.com/freebsd/vm-bhyve/releases/tag/v1.7.1
Changes:        https://github.com/freebsd/vm-bhyve/releases/tag/v1.7.2
Approved by:    driesm (maintainer)
Differential Revision:  https://reviews.freebsd.org/D55841
DeltaFile
+3-3sysutils/vm-bhyve/distinfo
+1-2sysutils/vm-bhyve/Makefile
+4-52 files

FreeBSD/src 283ef95sys/net rss_config.c

rss_config: Add option to enable rss udp hashing

Added optional system tunable parameter to enable
4-tuple rss udp hashing.

Signed-off-by: bigJ <bigj at solanavibestation.com>
Reviewed by: adrian, pouria
Pull Request: https://github.com/freebsd/freebsd-src/pull/2057
DeltaFile
+22-12sys/net/rss_config.c
+22-121 files

FreeBSD/ports 9b5845cwww/ungoogled-chromium/files patch-chrome_browser_about__flags.cc patch-ui_ozone_platform_wayland_host_wayland__exchange__data__provider.cc

www/chromium: update to 146.0.7680.80

Security:       https://vuxml.freebsd.org/freebsd/73eeb578-fd13-4d79-b50b-ed25c3614528.html
Security:       https://vuxml.freebsd.org/freebsd/26776062-fd24-4c2f-bf6c-7f231948ab19.html
Security:       https://vuxml.freebsd.org/freebsd/e45fb606-b731-4871-881d-27a1d5e2fd03.html
DeltaFile
+110-86www/ungoogled-chromium/files/patch-chrome_browser_about__flags.cc
+56-0www/ungoogled-chromium/files/patch-ui_ozone_platform_wayland_host_wayland__exchange__data__provider.cc
+36-18www/ungoogled-chromium/files/patch-remoting_host_remoting__me2me__host.cc
+31-22www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.cc
+25-25www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5
+22-25www/ungoogled-chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc
+280-176426 files not shown
+2,461-2,033432 files

FreeBSD/ports 0b95b3cdevel/task distinfo Makefile

devel/task: Update to 3.49.1

Changelog: https://github.com/go-task/task/blob/v3.49.1/CHANGELOG.md

Reported by:    GitHub (watch releases)
DeltaFile
+5-5devel/task/distinfo
+2-3devel/task/Makefile
+7-82 files

FreeBSD/ports 716dccadatabases/pgbarman distinfo Makefile

databases/pgbarman: update to 3.17.0

Changes:        https://github.com/EnterpriseDB/barman/blob/release/3.18.0/RELNOTES.md
Reported b:     portscout
DeltaFile
+3-3databases/pgbarman/distinfo
+1-1databases/pgbarman/Makefile
+4-42 files

FreeBSD/ports 918e850www/redmine61 pkg-plist Makefile, www/redmine61/files patch-Gemfile redmine.in

www/redmine61: Add new port.
DeltaFile
+2,286-0www/redmine61/pkg-plist
+166-0www/redmine61/files/patch-Gemfile
+152-0www/redmine61/Makefile
+78-0www/redmine61/bsd.redmine.mk
+40-0www/redmine61/files/redmine.in
+39-0www/redmine61/files/patch-config_database.yml.sample
+2,761-012 files not shown
+2,827-018 files

FreeBSD/ports 8f591beeditors/zed distinfo Makefile.crates, editors/zed/files patch-Cargo.lock patch-crates_project_src_agent__server__store.rs

editors/zed: Update to 0.227.1

Changelog:
- https://github.com/zed-industries/zed/releases/tag/v0.226.5
- https://github.com/zed-industries/zed/releases/tag/v0.227.1

Reported by:    GitHub (watch releases)
DeltaFile
+61-37editors/zed/distinfo
+29-17editors/zed/Makefile.crates
+8-8editors/zed/files/patch-Cargo.lock
+3-12editors/zed/files/patch-crates_project_src_agent__server__store.rs
+6-6editors/zed/files/patch-crates_gpui_src_gpui.rs
+9-3editors/zed/files/patch-crates_gpui_examples_layer__shell.rs
+116-8310 files not shown
+152-10916 files

FreeBSD/src e608379contrib/tcpdump tcpdump.c print-icmp6.c, contrib/tcpdump/missing snprintf.c

tcpdump: Update to 4.99.6

Changes:        https://github.com/the-tcpdump-group/tcpdump/blob/tcpdump-4.99/CHANGES
Obtained from:  https://www.tcpdump.org/release/tcpdump-4.99.6.tar.xz
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D55578
Differential Revision:  https://reviews.freebsd.org/D55871
DeltaFile
+0-508contrib/tcpdump/missing/snprintf.c
+311-47contrib/tcpdump/tcpdump.c
+84-103contrib/tcpdump/print-icmp6.c
+79-105contrib/tcpdump/print-egp.c
+110-56contrib/tcpdump/CMakeLists.txt
+54-84contrib/tcpdump/print-mobility.c
+638-90363 files not shown
+1,581-1,65869 files

FreeBSD/ports aaee058audio/subtui distinfo Makefile

audio/subtui: Update to 2.11.3

Changelog: https://github.com/MattiaPun/SubTUI/releases/tag/v2.11.3
DeltaFile
+5-5audio/subtui/distinfo
+1-1audio/subtui/Makefile
+6-62 files

FreeBSD/ports 6485392databases/soci Makefile

databases/soci: Adopt port
DeltaFile
+1-1databases/soci/Makefile
+1-11 files

FreeBSD/ports 9a19254editors/abiword-docs Makefile

editors/abiword-docs: bump PORTREVISION

Bump PORTREVISION to force rebuild and reinstall to make deprecation
more visible.

PR:             293693
DeltaFile
+1-1editors/abiword-docs/Makefile
+1-11 files

FreeBSD/ports 9d45b55games/xray-16 pkg-plist Makefile

games/xray-16: Update 2921-january-2025-rc1.20251014 => 2921-january-2025-rc1.20260315

Commit log:
https://github.com/OpenXRay/xray-16/compare/e836dd9...5f16507

- Improve BUILD_DEPENDS.

PR:     293837
DeltaFile
+0-644games/xray-16/pkg-plist
+4-6games/xray-16/Makefile
+5-5games/xray-16/distinfo
+9-6553 files

FreeBSD/ports 91a822amail/py-dkimpy Makefile, mail/py-dkimpy-milter Makefile

security/py-pynacl: update 1.5.0 → 1.6.2
DeltaFile
+18-10security/py-pynacl/Makefile
+3-3security/py-pynacl/distinfo
+2-2mail/py-dkimpy-milter/Makefile
+2-2mail/py-dkimpy/Makefile
+2-2net-im/py-unmessage/Makefile
+2-2net-mgmt/py-napalm-logs/Makefile
+29-2112 files not shown
+53-4418 files

FreeBSD/ports 3595b1bmultimedia Makefile

xamultimedia/Makefile: fix previous commit

Reported by:    vvd at freebsd.org
DeltaFile
+1-0multimedia/Makefile
+1-01 files

FreeBSD/ports b8f87cfnet/frr10 distinfo Makefile

net/frr10: Update to 10.5.3

Changelog:      https://github.com/FRRouting/frr/releases/tag/frr-10.5.3
DeltaFile
+3-3net/frr10/distinfo
+1-1net/frr10/Makefile
+4-42 files

FreeBSD/ports 6119c28archivers/plzip distinfo Makefile

archivers/plzip: upgrade to 1.13
DeltaFile
+3-3archivers/plzip/distinfo
+1-1archivers/plzip/Makefile
+4-42 files