FreeBSD/ports 24f3bb7devel/R-cran-mlbench distinfo Makefile

devel/R-cran-mlbench: Update to 2.1-7

- Switch WWW url to canonical form

ChangeLog: https://cran.r-project.org/web/packages/mlbench/NEWS
DeltaFile
+3-3devel/R-cran-mlbench/distinfo
+2-2devel/R-cran-mlbench/Makefile
+5-52 files

FreeBSD/ports 239f695security/vuxml/vuln 2026.xml

security/vuxml: add www/*chromium < 145.0.7632.109

Obtained from:  https://chromereleases.googleblog.com/2026/02/stable-channel-update-for-desktop_18.html
DeltaFile
+37-0security/vuxml/vuln/2026.xml
+37-01 files

FreeBSD/src ffdfca5sys/dev/acpica acpi.c

acpi: Factor out the power off code into acpi_poweroff()

While here, make it print that we are trying to power off upfront, not
really treating differently power off preparation via
acpi_EnterSleepStatePrep() and actual power off via
AcpiEnterSleepState(), which the user does not care about.

While here, capitalize the messages.

Reviewed by:    obiwac
MFC after:      2 weeks
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D55226
DeltaFile
+28-19sys/dev/acpica/acpi.c
+28-191 files

FreeBSD/src 781c9b0sys/dev/acpica acpi.c

acpi: Factor out message printing on failure of AcpiEnterSleepStatePrep()

To this end, create a small wrapper, acpi_EnterSleepStatePrep(), which
itself prints the failure message.

While here, when trying to power down (acpi_shutdown_final()), and
AcpiEnterSleepStatePrep() failed, print an additional message more
explicit about the power down request having failed.

Reviewed by:    obiwac
MFC after:      2 weeks
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D55225
DeltaFile
+21-7sys/dev/acpica/acpi.c
+21-71 files

FreeBSD/src d18aaefsys/vm vm_page.h

vm_page.h: Materialize a spare bit

No functional change (intended).

MFC after:      2 weeks
Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-0sys/vm/vm_page.h
+1-01 files

FreeBSD/doc b3c6ff6documentation/content/en/books/fdp-primer/doc-build _index.adoc, documentation/themes/beastie LICENSE

Upgrade copyright year
DeltaFile
+4-4documentation/content/en/books/fdp-primer/doc-build/_index.adoc
+2-2documentation/themes/beastie/LICENSE
+2-2documentation/themes/beastie/assets/js/copy-clipboard.js
+2-2documentation/themes/beastie/assets/js/search.js
+2-2documentation/themes/beastie/assets/js/theme-chooser.js
+2-2documentation/themes/beastie/assets/styles/documentation.scss
+14-1411 files not shown
+36-3617 files

FreeBSD/ports c81fbf8www/chromium/files patch-third__party_libaom_source_libaom_aom__ports_aarch64__cpudetect.c, www/iridium/files patch-third__party_libaom_source_libaom_aom__ports_aarch64__cpudetect.c

www/{*chromium,iridium}: unbreak build on arm64 by reinstating lost patches
DeltaFile
+49-0www/chromium/files/patch-third__party_libaom_source_libaom_aom__ports_aarch64__cpudetect.c
+49-0www/iridium/files/patch-third__party_libaom_source_libaom_aom__ports_aarch64__cpudetect.c
+49-0www/ungoogled-chromium/files/patch-third__party_libaom_source_libaom_aom__ports_aarch64__cpudetect.c
+147-03 files

FreeBSD/doc a6e43ff. COPYRIGHT

Copyright: Bump year
DeltaFile
+1-1COPYRIGHT
+1-11 files

FreeBSD/src f015e48bin/ed Makefile, bin/ed/tests ed_test.sh Makefile

ed: convert test suite to ATF/kyua

MFC After:      1 week
DeltaFile
+1,782-0bin/ed/tests/ed_test.sh
+3-0bin/ed/tests/Makefile
+3-0bin/ed/Makefile
+1,788-03 files

FreeBSD/ports 2583170databases/py-sqlmodel Makefile distinfo

databases/py-sqlmodel: Update to 0.0.34

Changelog: https://github.com/fastapi/sqlmodel/blob/0.0.34/docs/release-notes.md

Reported by:    Repology
DeltaFile
+5-5databases/py-sqlmodel/Makefile
+3-3databases/py-sqlmodel/distinfo
+8-82 files

FreeBSD/src 45d84c2usr.bin/tr tr.c

tr: fix class handling in unicode world

toupper/tolower logic was only handled for CCLASS_TOUPPER and
CCLASS_TOLOWER, add support for CCLASS ([:alpha:])

PR:             219900
MFC After:      1 week

(cherry picked from commit 625dc44832cd760be3d7242d8e21a530c7e32bfc)
DeltaFile
+34-0usr.bin/tr/tr.c
+34-01 files

FreeBSD/src 2f866e0share/misc usb_vendors

usb_vendors: update to 2025.12.13

(cherry picked from commit 8d4c1043bb0630710cbea9f744cdaef499c0ed79)
DeltaFile
+3-2share/misc/usb_vendors
+3-21 files

FreeBSD/src b28b6c6share/misc pci_vendors

pci_vendors: update to 2026-02-10

(cherry picked from commit 1acfc913e6b936dec3effc7d1e902a50e5432406)
DeltaFile
+358-108share/misc/pci_vendors
+358-1081 files

FreeBSD/src a51ec1cusr.bin/tr tr.c

tr: fix class handling in unicode world

toupper/tolower logic was only handled for CCLASS_TOUPPER and
CCLASS_TOLOWER, add support for CCLASS ([:alpha:])

PR:             219900
MFC After:      1 week

(cherry picked from commit 625dc44832cd760be3d7242d8e21a530c7e32bfc)
DeltaFile
+34-0usr.bin/tr/tr.c
+34-01 files

FreeBSD/src 8cb78e4lib/libusb libusb10_hotplug.c

libusb: make libusb_hotplug_get_user_data actually return user_data

MFC After:      2 days
Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D55291

(cherry picked from commit be522176951d8b542de9354f4ec9ac7603745b71)
DeltaFile
+3-1lib/libusb/libusb10_hotplug.c
+3-11 files

FreeBSD/src 2483216share/misc pci_vendors

pci_vendors: update to 2026-02-10

(cherry picked from commit 1acfc913e6b936dec3effc7d1e902a50e5432406)
DeltaFile
+358-108share/misc/pci_vendors
+358-1081 files

FreeBSD/src 9b2cba4share/misc usb_vendors

usb_vendors: update to 2025.12.13

(cherry picked from commit 8d4c1043bb0630710cbea9f744cdaef499c0ed79)
DeltaFile
+3-2share/misc/usb_vendors
+3-21 files

FreeBSD/src cab59e2lib/ncurses/tinfo ncurses_cfg.h

ncurses: fix cross build on MacOS

(cherry picked from commit ad553bd419a81274e9369e91753b74d3942ce938)
DeltaFile
+0-1lib/ncurses/tinfo/ncurses_cfg.h
+0-11 files

FreeBSD/src 297d5bfcontrib/ncurses configure aclocal.m4, contrib/ncurses/doc/html ncurses-intro.html

ncurses: merge update to ncurses 6.6

6.6 is ABI compatible with 6.5 (tested with abidiff)
Remove html documentation to ease updates

MFC After:      1 month

(cherry picked from commit 68ad2b0d7af2a3571c4abac9afa712f9b09b721c)
DeltaFile
+15,906-15,332contrib/ncurses/configure
+2,456-1,968contrib/ncurses/misc/terminfo.src
+0-3,390contrib/ncurses/doc/html/ncurses-intro.html
+0-2,282contrib/ncurses/ncurses/win32con/win_driver.c
+853-527contrib/ncurses/aclocal.m4
+639-518contrib/ncurses/announce.html.in
+19,854-24,017411 files not shown
+40,976-36,365417 files

FreeBSD/ports 9e1b01ctextproc/hevea pkg-descr

textproc/hevea: Improve pkg-descr

Approved by:    db@, yuri@ (Mentors, implicit)
DeltaFile
+14-3textproc/hevea/pkg-descr
+14-31 files

FreeBSD/ports a350be6textproc/hevea Makefile distinfo

textproc/hevea: Update 2.36 => 2.38, improve port, take maintainership

* Add LICENSE, LICENSE_FILE and LICENSE_PERMS for QPL-1.0
* Add EXAMPLES option for installing examples
* Suggest local TeX folder for style installation in pkg-message
* Pet portclippy(1) and portfmt(1)

Approved by:    db@, yuri@ (Mentors, implicit)
DeltaFile
+23-17textproc/hevea/Makefile
+7-7textproc/hevea/distinfo
+5-5textproc/hevea/pkg-message
+2-0textproc/hevea/pkg-plist
+37-294 files

FreeBSD/ports 791478dsysutils/fluent-bit distinfo Makefile

sysutils/fluent-bit: Update to 4.2.3

Release notes:  https://github.com/fluent/fluent-bit/releases/tag/v4.2.3
DeltaFile
+3-3sysutils/fluent-bit/distinfo
+1-2sysutils/fluent-bit/Makefile
+4-52 files

FreeBSD/src 072c3a7share/misc committers-doc.dot

committers-ports: add andy

Following up ziaee's pattern, and add andy's line.
I'm not sure whether the original commit bit creation date should be used,
and use commit bit re-activation date for now.

MFC after:      1 week

(cherry picked from commit 0d9b5db9fc652e79e4eb08a2f583e9b825a50b92)
DeltaFile
+1-0share/misc/committers-doc.dot
+1-01 files

FreeBSD/src dae0d86share/misc committers-doc.dot

committers-ports: add andy

Following up ziaee's pattern, and add andy's line.
I'm not sure whether the original commit bit creation date should be used,
and use commit bit re-activation date for now.

MFC after:      1 week

(cherry picked from commit 0d9b5db9fc652e79e4eb08a2f583e9b825a50b92)
DeltaFile
+1-0share/misc/committers-doc.dot
+1-01 files

FreeBSD/src 03631ffshare/misc committers-doc.dot

committers-ports: add andy

Following up ziaee's pattern, and add andy's line.
I'm not sure whether the original commit bit creation date should be used,
and use commit bit re-activation date for now.

MFC after:      1 week

(cherry picked from commit 0d9b5db9fc652e79e4eb08a2f583e9b825a50b92)
DeltaFile
+1-0share/misc/committers-doc.dot
+1-01 files

FreeBSD/src 00e0b7busr.bin/fortune/datfiles freebsd-tips

Revert "fortune: fix netstat tip"

This reverts commit 8e593a1f143203cace2e14bd6629a8ebdf9b47dc. I was
totally wrong, so just revert and get on with it.

Sponsored by:           Netflix
DeltaFile
+1-1usr.bin/fortune/datfiles/freebsd-tips
+1-11 files

FreeBSD/ports ac84580sysutils/appjail-devel Makefile distinfo

sysutils/appjail-devel: Update to 4.9.0.20260218

* Add X11 option.

ChangeLog:
https://github.com/DtxdF/AppJail/commits/39e97ceb53d32e9808cd0fcb1cdcb357120518df/
DeltaFile
+9-3sysutils/appjail-devel/Makefile
+3-3sysutils/appjail-devel/distinfo
+12-62 files

FreeBSD/ports 3e2a28dsysutils/py-overlord distinfo Makefile

sysutils/py-overlord: Update to 0.23.0

ChangeLog: https://github.com/DtxdF/overlord/releases/tag/v0.23.0
DeltaFile
+3-3sysutils/py-overlord/distinfo
+1-1sysutils/py-overlord/Makefile
+4-42 files

FreeBSD/ports 09b4bf1sysutils/py-director distinfo Makefile

sysutils/py-director: Update to 0.16.1

ChangeLog: https://github.com/DtxdF/director/releases/tag/v0.16.1
DeltaFile
+3-3sysutils/py-director/distinfo
+1-1sysutils/py-director/Makefile
+4-42 files

FreeBSD/ports bb9dc96sysutils/appjail Makefile distinfo

sysutils/appjail: Update to 4.9.0

* Add X11 option.

ChangeLog: https://github.com/DtxdF/AppJail/releases/tag/v4.9.0
DeltaFile
+8-2sysutils/appjail/Makefile
+3-3sysutils/appjail/distinfo
+11-52 files