FreeBSD/ports 6294bbfdeskutils/podman-desktop Makefile, graphics/drawio Makefile

*/*: Bump port revision after electron40 update (94a897a36315)
DeltaFile
+1-1deskutils/podman-desktop/Makefile
+1-0graphics/drawio/Makefile
+2-12 files

FreeBSD/ports 94a897adevel/electron40 distinfo, devel/electron40/files patch-electron_spec_api-desktop-capturer-spec.ts patch-electron_spec_api-crash-reporter-spec.ts

devel/electron40: Update to 40.9.1

Changelog:
- https://github.com/electron/electron/releases/tag/v40.9.0
- https://github.com/electron/electron/releases/tag/v40.9.1

Reported by:    GitHub (watch releases)
DeltaFile
+158-15devel/electron40/files/packagejsons/yarn.lock
+16-7devel/electron40/files/patch-electron_spec_api-desktop-capturer-spec.ts
+7-7devel/electron40/distinfo
+4-4devel/electron40/files/patch-electron_spec_api-crash-reporter-spec.ts
+4-4devel/electron40/files/patch-electron_shell_browser_ui_inspectable__web__contents.cc
+4-4devel/electron40/files/patch-v8_BUILD.gn
+193-4113 files not shown
+222-6619 files

FreeBSD/src 26b162dsys/netinet sctp_structs.h

sctp(4): Fix a typo in a source code comment

- s/initited/initiated/

Obtained from:  NetBSD

(cherry picked from commit a154d72775cbf3f0679fb2f989b3d1a035ae41c9)
DeltaFile
+1-1sys/netinet/sctp_structs.h
+1-11 files

FreeBSD/src 4d36709sys/netinet sctp_structs.h

sctp(4): Fix a typo in a source code comment

- s/initited/initiated/

Obtained from:  NetBSD

(cherry picked from commit a154d72775cbf3f0679fb2f989b3d1a035ae41c9)
DeltaFile
+1-1sys/netinet/sctp_structs.h
+1-11 files

LLVM/project d46116bclang/docs ReleaseNotes.rst, clang/lib/Lex LiteralSupport.cpp

Suppress octal literal diagnostics from system macros (#192481)

We emit two kinds of diagnostics related to octal literals. One is a
compat/extension warning for use of 0o as the literal prefix and the
other is a deprecation warning for use of 0 as the literal prefix.

Clang now suppresses both of those diagnostics when the octal literal
comes from a macro expansion of a macro defined in a system header.
Those are not uses of the literal the user has any control over,
generally, so the diagnostics are not helpful in that case.

Fixes #192389
DeltaFile
+55-4clang/test/C/C2y/n3353.c
+14-3clang/lib/Lex/LiteralSupport.cpp
+6-0clang/docs/ReleaseNotes.rst
+75-73 files

LLVM/project a5564a0openmp/runtime/test/ompt/misc control_tool.c

[OpenMP][OMPT] Revert `control_tool.c` changes from #191429 (#192069)

On s390x, the changes to `control_tool.c` cause a different return
address to be returned from the call to `print_current_address(0)`. Due
to the strictness of the current address returned by this call, this
lead to a test failure.

Since the return values of `omp_control_tool` are checked in separate
tests already, revert the changes to ensure that the return address
stays at the expected value.

Signed-off-by: Jan André Reuter <j.reuter at fz-juelich.de>
(cherry picked from commit 1737a913ed015796c9ba843de6c410c727070022)
DeltaFile
+1-4openmp/runtime/test/ompt/misc/control_tool.c
+1-41 files

LLVM/project 3f9b993openmp/runtime/src kmp_ftn_entry.h, openmp/runtime/test/ompt callback.h

[OpenMP][OMPT] Fix `omp_control_tool` before any directive (#191429)

When a user calls `omp_control_tool`, a tool is attached and it
registered the `ompt_control_tool` callback, the tool should receive a
callback with the users arguments.

However, in #112924, it was discovered that this only happens after at
least one host side directive or runtime call calling into
`__kmp_do_middle_initialize` has been executed.

The check for `__kmp_init_middle` in `FTN_CONTROL_TOOL` did not try to
do the middle initialization and instead always returned `-2` (no tool).
A tool therefore received no callback. The user program did not get the
info that there is a tool attached. To fix this, change the explicit
return to a call of `__kmp_middle_initialize()`, as done in several
other places of `libomp`.

Further handling is then done in `__kmp_control_tool`, where the values
`-2` (no tool), `-1` (no callback), or the tools return value are

    [11 lines not shown]
DeltaFile
+43-0openmp/runtime/test/ompt/misc/control_tool_before_directive.c
+29-0openmp/runtime/test/ompt/misc/control_tool_no_callback.c
+9-1openmp/runtime/test/ompt/misc/control_tool_no_ompt_support.c
+4-1openmp/runtime/test/ompt/misc/control_tool.c
+1-1openmp/runtime/src/kmp_ftn_entry.h
+2-0openmp/runtime/test/ompt/callback.h
+88-36 files

LLVM/project d1c9116clang/lib/Format TokenAnnotator.cpp, clang/unittests/Format TokenAnnotatorTest.cpp

[clang-format] Correctly annotate binary stars in braced init lists (#186732)

Fixes #175241

(cherry picked from commit 9d1d7a5645783b283f3289832a5d31feefd7a468)
DeltaFile
+6-3clang/lib/Format/TokenAnnotator.cpp
+6-0clang/unittests/Format/TokenAnnotatorTest.cpp
+12-32 files

NetBSD/pkgsrc xkfBua2doc CHANGES-2026

   doc: Updated graphics/babl to 0.1.126
VersionDeltaFile
1.2480+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc o6r8p2zgraphics/babl distinfo Makefile

   babl: update to 0.1.126.

   It is now possible to build with MSVC.
VersionDeltaFile
1.49+4-4graphics/babl/distinfo
1.73+2-2graphics/babl/Makefile
1.36+2-2graphics/babl/PLIST
+8-83 files

NetBSD/pkgsrc qxiQSdwdoc CHANGES-2026

   doc: Updated geography/gdal-lib to 3.12.3nb1
VersionDeltaFile
1.2479+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc mewzV9qgeography/gdal-lib Makefile

   gdal-lib: add rpath to gdal-config output

   Fixes build of dependencies.

   Fix some pkglint while here.

   Bump PKGREVISION.
VersionDeltaFile
1.198+11-2geography/gdal-lib/Makefile
+11-21 files

NetBSD/pkgsrc X5hNaf5doc TODO CHANGES-2026

   doc: Updated devel/lua-gi to 0.9.2nb5
VersionDeltaFile
1.27140+3-2doc/TODO
1.2478+2-1doc/CHANGES-2026
+5-32 files

NetBSD/pkgsrc gY5DVx7devel/lua-gi Makefile distinfo, devel/lua-gi/patches patch-lgi_ffi.lua

   lua-gi: adapt for glib 2.87

   using upstream pull request

   Bump PKGREVISION.
VersionDeltaFile
1.1+34-0devel/lua-gi/patches/patch-lgi_ffi.lua
1.17+2-2devel/lua-gi/Makefile
1.11+2-1devel/lua-gi/distinfo
+38-33 files

NetBSD/pkgsrc fxxbRwUparallel/slurm-wlm distinfo, parallel/slurm-wlm/patches patch-src_plugins_acct__gather__profile_hdf5_Makefile.in

   slurm-wlm: fix build by linking against one more hdf5 library
VersionDeltaFile
1.1+16-0parallel/slurm-wlm/patches/patch-src_plugins_acct__gather__profile_hdf5_Makefile.in
1.7+2-1parallel/slurm-wlm/distinfo
+18-12 files

OPNSense/core 22f6b06src/opnsense/www/js/widgets Services.js

system: style on service widget
DeltaFile
+1-1src/opnsense/www/js/widgets/Services.js
+1-11 files

NetBSD/pkgsrc kCCanSUgeography/R-s2 distinfo, geography/R-s2/patches patch-src_absl_debugging_internal_elf__mem__image.cc

   R-s2: fix build on -current
VersionDeltaFile
1.1+15-0geography/R-s2/patches/patch-src_absl_debugging_internal_elf__mem__image.cc
1.6+2-1geography/R-s2/distinfo
+17-12 files

NetBSD/pkgsrc o5L9khNmath/udunits buildlink3.mk

   udunits: fix pkglint
VersionDeltaFile
1.9+2-3math/udunits/buildlink3.mk
+2-31 files

NetBSD/pkgsrc PcjkvBamath/udunits Makefile

   udunits: fix build with gcc 14
VersionDeltaFile
1.44+3-1math/udunits/Makefile
+3-11 files

NetBSD/pkgsrc NIW9mVhdoc CHANGES-2026

   doc: Updated sysutils/py-Glances to 4.5.4
VersionDeltaFile
1.2477+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kCqJlFasysutils/py-Glances PLIST distinfo, sysutils/py-Glances/patches patch-MANIFEST.in patch-glances_plugins_diskio_____init____.py

   sysutils/py-Glances: Update to 4.5.4

   Remove patches that have been merged by upstream.

   Changes since 4.5.3:

   =============
   Version 4.5.4
   =============

   Bug corrected:

     * Cannot set warning/critical temperature for a specific sensor
       #3525
     * Memory percentage and used displayed as negative numbers #3358
     * Incorrect Docker container count via Homeassistant Integration
       #3433
     * Fix LXD filter excluding containers on standalone hosts #3529


    [25 lines not shown]
VersionDeltaFile
1.23+10-1sysutils/py-Glances/PLIST
1.42+4-7sysutils/py-Glances/distinfo
1.53+2-2sysutils/py-Glances/Makefile
1.2+1-1sysutils/py-Glances/patches/patch-MANIFEST.in
1.2+1-1sysutils/py-Glances/patches/patch-glances_plugins_diskio_____init____.py
1.2+1-1sysutils/py-Glances/patches/patch-pyproject.toml
+19-136 files

NetBSD/pkgsrc o9t1Fundoc CHANGES-2026

   Updated net/rclone, editors/neovim, shells/nushell
VersionDeltaFile
1.2476+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc AYLhbOfshells/nushell distinfo Makefile

   nushell: updated to 0.112.2

   0.112.2
   Fixed regressions in quoting for string arguments in Nu script calls
   Fixed regressions for input list
VersionDeltaFile
1.71+7-7shells/nushell/distinfo
1.86+2-2shells/nushell/Makefile
1.61+1-1shells/nushell/cargo-depends.mk
+10-103 files

LLVM/project bf14602clang/include/clang/CIR/Dialect/IR CIROps.td, clang/lib/CIR/Dialect/IR CIRDialect.cpp

[MLIR][CIR] WIP: Add implicit terminator trait hierarchy

Add a complete 2x2 matrix of implicit terminator traits:
- ImplicitDefaultTerminator<T>: any terminator, no SingleBlock
- ImplicitTerminator<T>: only T, no SingleBlock
- SingleBlockImplicitDefaultTerminator<T>: any terminator, SingleBlock
- SingleBlockImplicitTerminator<T>: only T, SingleBlock (existing)

Shared ImplicitTerminatorBase provides ensureTerminator,
buildTerminator, ImplicitTerminatorOpT, and a common
verifyRegionTerminators loop.

Adopt ImplicitDefaultTerminator in CIR for IfOp, ScopeOp,
and CleanupScopeOp. Remove dead CIR helpers (omitRegionTerm,
parseOmittedTerminatorRegion, printOmittedTerminatorRegion).
DeltaFile
+161-54mlir/include/mlir/IR/OpDefinition.h
+14-36clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+0-48clang/test/CIR/CodeGen/try-catch.cpp
+31-2mlir/include/mlir/IR/OpBase.td
+8-13clang/include/clang/CIR/Dialect/IR/CIROps.td
+0-19clang/test/CIR/CodeGen/partial-array-cleanup.cpp
+214-17243 files not shown
+261-43549 files

NetBSD/pkgsrc t9ZF0N2editors/neovim distinfo Makefile

   neovim: updated to 0.12.1

   0.12.1
   Bug fixes
   https://github.com/neovim/neovim/commit/7ac5a26d5633a41d7e291141488ca635242973a5
VersionDeltaFile
1.22+4-4editors/neovim/distinfo
1.25+2-2editors/neovim/Makefile
+6-62 files

NetBSD/pkgsrc goWWsOFnet/rclone distinfo Makefile

   rclone: updated to 1.73.5

   1.73.5 - 2026-04-19

   - Bug Fixes
     - operations: Add AuthRequired to operations/fsinfo to prevent backend creation CVE-2026-41179 (Nick Craig-Wood)
     - rc
       - Add AuthRequired to options/set to prevent auth bypass CVE-2026-41176 (Nick Craig-Wood)
       - Snapshot NoAuth at startup to prevent runtime auth bypass CVE-2026-41176 (Nick Craig-Wood)
     - filter: Fix debug logs that fire before logger is configured (Nick Craig-Wood)
   - Azureblob
     - Add Microsoft Partner Network User-Agent prefix (Nick Craig-Wood)
   - Drime
     - Fix User.EntryPermissions JSON unmarshalling (a1pcm)
   - Iclouddrive
     - Fix 'directory not found' error when the directory contains accent marks (Brais Couce)
   - S3
     - Fix TencentCOS CDN endpoint failing on bucket check (Mozi)
     - Fix empty delimiter parameter rejected by Archiware P5 server (Nick Craig-Wood)
VersionDeltaFile
1.38+4-4net/rclone/distinfo
1.99+2-2net/rclone/Makefile
+6-62 files

NetBSD/pkgsrc xcNepmWx11/xfce4-screenshooter Makefile

   xfce4-screenshooter: add missing tool

   fix pkglint while here
VersionDeltaFile
1.80+2-2x11/xfce4-screenshooter/Makefile
+2-21 files

NetBSD/pkgsrc lIT2qXwdoc CHANGES-2026

   Updated fonts/harfbuzz[-icu]
VersionDeltaFile
1.2475+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 64io9Gffonts/harfbuzz distinfo Makefile.common

   harfbuzz: updated to 14.2.0

   Overview of changes leading to 14.2.0

   In this release, the experimental raster, vector, and GPU libraries went
   through several rounds of code review and cleanup to make sure they follow the
   high standards expected of HarfBuzz code. The API has also been extensively
   reviewed based on experience gained from using these libraries. We consider the
   code and API to be ready for stabilization, and we expect to graduate them from
   experimental in the near future. If you are using or planning to use these
   libraries and have any concerns about the API, it is time to raise them. Once a
   library is deemed stable, we will never change the API or ABI in an
   incompatible way.

   - GPU library:
     * New color-glyph paint renderer, based on design by Lê Duy Quang.
       `hb_gpu_paint_t` walks a font's paint tree (COLRv0 or COLRv1) and encodes
       its layers (solid fills, linear / radial / sweep gradients, transforms,
       composite groups) into a compact blob.

    [205 lines not shown]
VersionDeltaFile
1.172+4-4fonts/harfbuzz/distinfo
1.82+2-2fonts/harfbuzz/Makefile.common
1.92+2-2fonts/harfbuzz/PLIST
+8-83 files

NetBSD/pkgsrc AEFhXGZwayland/swappy Makefile

   swappy: needs msgfmt with --desktop support
VersionDeltaFile
1.2+2-1wayland/swappy/Makefile
+2-11 files