FreeBSD/ports 38bdc41sysutils/terraform-docs distinfo Makefile

sysutils/terraform-docs: Update to 0.24.0

ChangeLog:
https://github.com/terraform-docs/terraform-docs/releases/tag/v0.24.0
DeltaFile
+5-5sysutils/terraform-docs/distinfo
+1-2sysutils/terraform-docs/Makefile
+6-72 files

FreeBSD/src d7c1106lib/libc/gen ctermid.c

ctermid(3): Fix return

Reported by:    bnovkov
Fixes:  dc24f31b67f5 ("ctermid(3): Fix return values section")
Sponsored by:   Klara, Inc.
DeltaFile
+1-1lib/libc/gen/ctermid.c
+1-11 files

FreeBSD/src dc24f31lib/libc/gen ctermid.3 ctermid.c

ctermid(3): Fix return values section

ctermid() doesn't, and has never, set errno.

While here, add ctermid_r to the name section and align the parameter
name in the source file.

Reviewed by:    bnovkov
Approved by:    bnovkov
MFC after:      3 days
Obtained from:  https://github.com/apple-oss-distributions/libc
Sponsored by:   Klara, Inc.
Differential Revision:  https://reviews.freebsd.org/D57396
DeltaFile
+15-10lib/libc/gen/ctermid.3
+7-7lib/libc/gen/ctermid.c
+22-172 files

FreeBSD/ports 0740942dns/bind-tools pkg-plist-devel, dns/bind9-devel pkg-plist distinfo

dns/bind9-devel: update to 9.21.23

Changes:        https://downloads.isc.org/isc/bind9/9.21.23/doc/arm/html/notes.html#notes-for-bind-9-21-23
(cherry picked from commit 075249300b10a35b3234c1a118458d4237332e7c)
DeltaFile
+5-5dns/bind-tools/pkg-plist-devel
+5-5dns/bind9-devel/pkg-plist
+3-3dns/bind9-devel/distinfo
+1-1dns/bind9-devel/Makefile
+14-144 files

FreeBSD/ports 0740941dns/bind-tools pkg-plist, dns/bind920 pkg-plist distinfo

dns/bind920: update to 9.20.24

Changes:        https://downloads.isc.org/isc/bind9/9.20.24/doc/arm/html/notes.html#notes-for-bind-9-20-24
(cherry picked from commit 07524920aa26172a500a88b100410ff0c29d08b7)
DeltaFile
+5-5dns/bind920/pkg-plist
+5-5dns/bind-tools/pkg-plist
+3-3dns/bind920/distinfo
+1-1dns/bind920/Makefile
+14-144 files

FreeBSD/ports 0740940dns/bind918 pkg-plist distinfo

dns/bind918: update to 9.18.50

Changes:        https://downloads.isc.org/isc/bind9/9.18.50/doc/arm/html/notes.html#notes-for-bind-9-18-50
(cherry picked from commit 0752491016752344aa0f79ac8ddc67bb81c99b59)
DeltaFile
+7-7dns/bind918/pkg-plist
+3-3dns/bind918/distinfo
+1-1dns/bind918/Makefile
+11-113 files

FreeBSD/ports 0752493dns/bind-tools pkg-plist-devel, dns/bind9-devel pkg-plist distinfo

dns/bind9-devel: update to 9.21.23

Changes:        https://downloads.isc.org/isc/bind9/9.21.23/doc/arm/html/notes.html#notes-for-bind-9-21-23
DeltaFile
+5-5dns/bind-tools/pkg-plist-devel
+5-5dns/bind9-devel/pkg-plist
+3-3dns/bind9-devel/distinfo
+1-1dns/bind9-devel/Makefile
+14-144 files

FreeBSD/ports 0752492dns/bind-tools pkg-plist, dns/bind920 pkg-plist distinfo

dns/bind920: update to 9.20.24

Changes:        https://downloads.isc.org/isc/bind9/9.20.24/doc/arm/html/notes.html#notes-for-bind-9-20-24
DeltaFile
+5-5dns/bind920/pkg-plist
+5-5dns/bind-tools/pkg-plist
+3-3dns/bind920/distinfo
+1-1dns/bind920/Makefile
+14-144 files

FreeBSD/ports 0752491dns/bind918 pkg-plist distinfo

dns/bind918: update to 9.18.50

Changes:        https://downloads.isc.org/isc/bind9/9.18.50/doc/arm/html/notes.html#notes-for-bind-9-18-50
DeltaFile
+7-7dns/bind918/pkg-plist
+3-3dns/bind918/distinfo
+1-1dns/bind918/Makefile
+11-113 files

FreeBSD/ports e775918sysutils/iocage/files patch-pyproject.toml patch-iocage__cli_list.py

sysutils/iocage: Update to 1.13

While there, switch to release tarball.
DeltaFile
+0-65sysutils/iocage/files/patch-pyproject.toml
+0-41sysutils/iocage/files/patch-iocage__cli_list.py
+0-23sysutils/iocage/files/patch-iocage__cli_snaplist.py
+0-22sysutils/iocage/files/patch-iocage__cli_get.py
+0-22sysutils/iocage/files/patch-iocage__cli_df.py
+0-20sysutils/iocage/files/patch-iocage__cli_fstab.py
+0-1934 files not shown
+9-23910 files

FreeBSD/src 1665954sys/dev/uart uart_dev_ns8250.c

uart: Add support for the Intel XScale controller

The ns8250 driver avoids clearing IER bit 0x10 to account for the
split "receiver time-out interrupt enable" bit, but it never sets
it in `ier_rxbits` even though a comment in `ns8250_init` implies so.

Fix this by setting `IER_RXTMOUT` if we've matched an XScale uart.

Differential Revision:  https://reviews.freebsd.org/D57629
Reviewed by:    imp
MFC after:      2 weeks
DeltaFile
+7-0sys/dev/uart/uart_dev_ns8250.c
+7-01 files

FreeBSD/ports 1c94d78multimedia/av1an distinfo Makefile.crates

multimedia/av1an: Update 0.5.0 => 0.5.2

While here:
- Add TEST_DEPENDS, currently 1 test fails.
- Sort Makefile.

Reviewed by:    osa, vvd (Mentors)
Approved by:    vvd (co-mentor)
Differential Revision: https://reviews.freebsd.org/D57651
DeltaFile
+265-279multimedia/av1an/distinfo
+131-138multimedia/av1an/Makefile.crates
+9-4multimedia/av1an/Makefile
+405-4213 files

FreeBSD/src d735666share/man/man4 rtnetlink.4, sys/netlink/route interface.h

netlink: Indicate that ifinfomsg uses IFT_* types

On Linux struct ifinfomsg uses ARPHRD_* values, while we used IFT_*
types (which derive from SNMP ifType definitions in RFC 1573).
Update the header to reflect this.

PR:             272144
Reviewed by:    pouria
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57334

(cherry picked from commit 21a75a85f0e0cc328b6e9b437d783ef0c25dc52e)
(cherry picked from commit 76f29211f0dde8907250b77def3e58082e03afe1)
DeltaFile
+16-3share/man/man4/rtnetlink.4
+2-2sys/netlink/route/interface.h
+18-52 files

FreeBSD/src 76f2921share/man/man4 rtnetlink.4, sys/netlink/route interface.h

netlink: Indicate that ifinfomsg uses IFT_* types

On Linux struct ifinfomsg uses ARPHRD_* values, while we used IFT_*
types (which derive from SNMP ifType definitions in RFC 1573).
Update the header to reflect this.

PR:             272144
Reviewed by:    pouria
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57334

(cherry picked from commit 21a75a85f0e0cc328b6e9b437d783ef0c25dc52e)
DeltaFile
+15-2share/man/man4/rtnetlink.4
+2-2sys/netlink/route/interface.h
+17-42 files

FreeBSD/ports 73ebb85security/vuxml Makefile

security/vuxml: refuse non CVE vuln IDs in validate target

PR:             295994
Approved by:    0mp (mentor)
Reviewed by:    0mp, fernape, philip
Differential Revision:  https://reviews.freebsd.org/D57539
DeltaFile
+11-0security/vuxml/Makefile
+11-01 files

FreeBSD/ports c13171ejava/openjdk26 Makefile, java/openjdk26/files patch-src_hotspot_os_bsd_os__bsd.cpp patch-src_hotspot_os_bsd_os__perf__bsd.cpp

java/openjdk26: fix build on freebsd 16/aarch64

=== Output from failing command(s) repeated here ===
* For target hotspot_variant-server_libjvm_objs_os_bsd.o:
In file included from /wrkdirs/usr/ports/java/openjdk26/work-jdk/openjdk-jdk-26-35-1/src/hotspot/os/bsd/os_bsd.cpp:135:
In file included from /usr/include/sys/user.h:52:
In file included from /usr/include/vm/pmap.h:88:
In file included from /usr/include/machine/pmap.h:46:
In file included from /usr/include/sys/systm.h:46:
/usr/include/machine/cpufunc.h:35:1: error: static declaration of 'breakpoint' follows non-static declaration
   35 | breakpoint(void)
      | ^
/wrkdirs/usr/ports/java/openjdk26/work-jdk/openjdk-jdk-26-35-1/src/hotspot/share/utilities/breakpoint.hpp:31:17: note: previous declaration is here
   31 | extern "C" void breakpoint();
      |                 ^
1 error generated.
* For target hotspot_variant-server_libjvm_objs_os_perf_bsd.o:
In file included from /wrkdirs/usr/ports/java/openjdk26/work-jdk/openjdk-jdk-26-35-1/src/hotspot/os/bsd/os_perf_bsd.cpp:37:
In file included from /usr/include/sys/user.h:52:

    [21 lines not shown]
DeltaFile
+13-2java/openjdk26/files/patch-src_hotspot_os_bsd_os__bsd.cpp
+13-0java/openjdk26/files/patch-src_hotspot_os_bsd_os__perf__bsd.cpp
+1-1java/openjdk26/Makefile
+27-33 files

FreeBSD/ports a775e64java/openjdk25 Makefile, java/openjdk25/files patch-src_hotspot_os_bsd_os__bsd.cpp patch-src_hotspot_os_bsd_os__perf__bsd.cpp

java/openjdk25: fix build on freebsd 16/aarch64

=== Output from failing command(s) repeated here ===
* For target hotspot_variant-server_libjvm_objs_os_bsd.o:
In file included from /wrkdirs/usr/ports/java/openjdk25/work-jdk/openjdk-jdk-25.0.3-9-freebsd-1/src/hotspot/os/bsd/os_bsd.cpp:135:
In file included from /usr/include/sys/user.h:52:
In file included from /usr/include/vm/pmap.h:88:
In file included from /usr/include/machine/pmap.h:46:
In file included from /usr/include/sys/systm.h:46:
/usr/include/machine/cpufunc.h:35:1: error: static declaration of 'breakpoint' follows non-static declaration
   35 | breakpoint(void)
      | ^
/wrkdirs/usr/ports/java/openjdk25/work-jdk/openjdk-jdk-25.0.3-9-freebsd-1/src/hotspot/share/utilities/breakpoint.hpp:31:17: note: previous declaration is here
   31 | extern "C" void breakpoint();
      |                 ^
1 error generated.
* For target hotspot_variant-server_libjvm_objs_os_perf_bsd.o:
In file included from /wrkdirs/usr/ports/java/openjdk25/work-jdk/openjdk-jdk-25.0.3-9-freebsd-1/src/hotspot/os/bsd/os_perf_bsd.cpp:37:
In file included from /usr/include/sys/user.h:52:

    [22 lines not shown]
DeltaFile
+13-2java/openjdk25/files/patch-src_hotspot_os_bsd_os__bsd.cpp
+13-0java/openjdk25/files/patch-src_hotspot_os_bsd_os__perf__bsd.cpp
+1-1java/openjdk25/Makefile
+27-33 files

FreeBSD/ports adedbe2sysutils/terragrunt distinfo Makefile

sysutils/terragrunt: Update to 1.0.8

ChangeLog:
https://github.com/gruntwork-io/terragrunt/releases/tag/v1.0.8
DeltaFile
+5-5sysutils/terragrunt/distinfo
+2-3sysutils/terragrunt/Makefile
+7-82 files

FreeBSD/ports 1db9f70editors/vscode pkg-plist distinfo, editors/vscode/files patch-build_gulpfile.reh.ts patch-remote_package.json

editors/vscode: Update to 1.125.0

While here, fix signature verification error on extension installation
on remote host.

Changelog: https://code.visualstudio.com/updates/v1_125

Reported by:    GitHub (watch releases)
DeltaFile
+146-78editors/vscode/pkg-plist
+11-11editors/vscode/distinfo
+9-10editors/vscode/files/patch-build_gulpfile.reh.ts
+14-0editors/vscode/files/patch-remote_package.json
+5-5editors/vscode/files/patch-build_gulpfile.vscode.ts
+4-3editors/vscode/Makefile
+189-1077 files not shown
+201-11913 files

FreeBSD/ports a45ff0fsysutils/bfs distinfo Makefile

sysutils/bfs: update to 4.1.3

Changes:        https://github.com/tavianator/bfs/releases/tag/4.1.3
DeltaFile
+3-3sysutils/bfs/distinfo
+1-1sysutils/bfs/Makefile
+4-42 files

FreeBSD/ports 089dacclang/ldc Makefile distinfo, lang/ldc/files patch-gen_abi_abi.cpp patch-driver_targetmachine.cpp

lang/ldc: add powerpc64* support

PR:     271717
Approved by:    acm (maintainer)
DeltaFile
+19-4lang/ldc/Makefile
+16-0lang/ldc/files/patch-gen_abi_abi.cpp
+11-0lang/ldc/files/patch-driver_targetmachine.cpp
+4-0lang/ldc/distinfo
+50-44 files

FreeBSD/src 28ddd11usr.sbin/bsnmpd/modules/snmp_hostres hostres_fs_tbl.c

bsnmpd/snmp_hostres: fix hrFSTable remoteMountPoint leak

Free the previous value before re-strdup'ing, and initialise
remoteMountPoint to NULL in fs_entry_create() so the free() is safe on
the newly-created path

Observed via a dtrace leak snapshot on 15.0-RELEASE-p4:
  data leaked = 1983, count = 1683
    libc.so.7`malloc+0xa8
    snmp_hostres.so.6`fs_tbl_process_statfs_entry+0x276
    snmp_hostres.so.6`refresh_storage_tbl+0x502
    snmp_hostres.so.6`op_hrStorageTable+0x1a
    libbsnmp.so.7`0x2a2b1892ba3d
    libbsnmp.so.7`snmp_getbulk+0x37f

Reviewed by:    sjg, ngie
Differential Revision:  https://reviews.freebsd.org/D57604
DeltaFile
+4-0usr.sbin/bsnmpd/modules/snmp_hostres/hostres_fs_tbl.c
+4-01 files

FreeBSD/ports a5e4dc2multimedia/vapoursynth Makefile pkg-message, multimedia/vapoursynth/files patch-meson.build patch-configure.ac

multimedia/vapoursynth: Update to R73 and adopt port

* Set multimedia at FreeBSD.org as maintainer
* This is the latest version that supports our aging default
  Python version in tree

Changelog: https://github.com/vapoursynth/vapoursynth/releases/tag/R73
DeltaFile
+12-45multimedia/vapoursynth/Makefile
+27-0multimedia/vapoursynth/files/patch-meson.build
+0-13multimedia/vapoursynth/files/patch-configure.ac
+12-0multimedia/vapoursynth/pkg-message
+0-9multimedia/vapoursynth/files/patch-Makefile.am
+3-4multimedia/vapoursynth/pkg-plist
+54-711 files not shown
+57-747 files

FreeBSD/ports fbc86c3multimedia/vapoursynth-l-smash-works Makefile distinfo

multimedia/vapoursynth-l-smash-works: Update to 20260326 and unbreak port

* Update to latest release which also unbreaks port
* Adjust port Makefile to improve readbility and more closely follow
  Porters Handbook

Changelog: https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works/releases/tag/1282
DeltaFile
+11-11multimedia/vapoursynth-l-smash-works/Makefile
+3-3multimedia/vapoursynth-l-smash-works/distinfo
+14-142 files

FreeBSD/ports d9aded1x11/mate-screensaver Makefile distinfo

x11/mate-screensaver: remove unneeded USE_GITHUB and GH_ACCOUNT

Remove USE_GITHUB=nodefault and GH_ACCOUNT as they are not needed
with an explicit MASTER_SITES. Add back DIST_SUBDIR=mate.
DeltaFile
+2-4x11/mate-screensaver/Makefile
+3-3x11/mate-screensaver/distinfo
+5-72 files

FreeBSD/ports c7c812cx11/mate-panel Makefile distinfo

x11/mate-panel: remove unneeded USE_GITHUB and GH_ACCOUNT

Remove USE_GITHUB=nodefault and GH_ACCOUNT as they are not needed
with an explicit MASTER_SITES. Add back DIST_SUBDIR=mate.
DeltaFile
+2-4x11/mate-panel/Makefile
+3-3x11/mate-panel/distinfo
+5-72 files

FreeBSD/ports 345a1b3x11/mate-desktop Makefile distinfo

x11/mate-desktop: remove unneeded USE_GITHUB and GH_ACCOUNT

Remove USE_GITHUB=nodefault and GH_ACCOUNT as they are not needed
with an explicit MASTER_SITES. Add back DIST_SUBDIR=mate.
DeltaFile
+2-4x11/mate-desktop/Makefile
+3-3x11/mate-desktop/distinfo
+5-72 files

FreeBSD/ports dad8beax11/mate-menus Makefile distinfo

x11/mate-menus: remove unneeded USE_GITHUB and GH_ACCOUNT

Remove USE_GITHUB=nodefault and GH_ACCOUNT as they are not needed
with an explicit MASTER_SITES. Add back DIST_SUBDIR=mate.
DeltaFile
+2-4x11/mate-menus/Makefile
+3-3x11/mate-menus/distinfo
+5-72 files

FreeBSD/ports 1fa5e90x11/libmatekbd Makefile distinfo

x11/libmatekbd: remove unneeded USE_GITHUB and GH_ACCOUNT

Remove USE_GITHUB=nodefault and GH_ACCOUNT as they are not needed
with an explicit MASTER_SITES. Add back DIST_SUBDIR=mate.
DeltaFile
+2-4x11/libmatekbd/Makefile
+3-3x11/libmatekbd/distinfo
+5-72 files

FreeBSD/ports 4877e49x11/mate-applets Makefile distinfo

x11/mate-applets: remove unneeded USE_GITHUB and GH_ACCOUNT

Remove USE_GITHUB=nodefault and GH_ACCOUNT as they are not needed
with an explicit MASTER_SITES. Add back DIST_SUBDIR=mate.
DeltaFile
+2-4x11/mate-applets/Makefile
+3-3x11/mate-applets/distinfo
+5-72 files