OpenBSD/ports MbBtuCushells/bash distinfo Makefile

   shells/bash: update to 5.3 patchlevel 12
VersionDeltaFile
1.90+6-0shells/bash/distinfo
1.146+2-2shells/bash/Makefile
+8-22 files

OpenBSD/ports 0YHSdPVgraphics/maim Makefile distinfo

   Update maim to 5.8.2
VersionDeltaFile
1.35+2-3graphics/maim/Makefile
1.19+2-2graphics/maim/distinfo
+4-52 files

OpenBSD/ports UKsj8mrnet/ruby-grpc Makefile distinfo, net/ruby-grpc/patches patch-src_ruby_ext_grpc_extconf_rb

   Update grpc to 1.81.0
VersionDeltaFile
1.10+3-2net/ruby-grpc/Makefile
1.8+2-2net/ruby-grpc/distinfo
1.4+1-1net/ruby-grpc/patches/patch-src_ruby_ext_grpc_extconf_rb
+6-53 files

OpenBSD/ports TIE163mnet/grpc Makefile distinfo, net/grpc/patches patch-CMakeLists_txt

   Update grpc to 1.81.0
VersionDeltaFile
1.19+7-6net/grpc/Makefile
1.6+6-0net/grpc/pkg/PLIST
1.13+2-2net/grpc/distinfo
1.9+1-1net/grpc/patches/patch-CMakeLists_txt
+16-94 files

OpenBSD/ports oGm8fK0devel/ti-msp430gcc Makefile, devel/ti-msp430gcc/pkg PLIST

   ti-msp430gcc: regen plist (@static-lib)
VersionDeltaFile
1.5+30-30devel/ti-msp430gcc/pkg/PLIST
1.23+1-1devel/ti-msp430gcc/Makefile
+31-312 files

OpenBSD/ports vWugfzWdevel/autogen Makefile distinfo, devel/autogen/patches patch-agen5_test_error_test patch-autoopts_test_enums_test

   Update to autogen 5.16.2, requested by naddy

   This fails one regress test which is quite a bit better than current:

   PATH is /usr/local/bin:/usr/ports/pobj/autogen-5.16.2/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin
   creating cgi.tpl
   creating html.tpl
   creating html.out in /usr/ports/pobj/autogen-5.16.2/autogen-5.16.2/agen5/test/testdir
   Abort trap (core dumped)
   FAILURE: autogen unexpectedly succeeded
VersionDeltaFile
1.8+34-14devel/autogen/pkg/PLIST
1.30+6-7devel/autogen/Makefile
1.4+6-6devel/autogen/patches/patch-agen5_test_error_test
1.5+2-2devel/autogen/distinfo
1.3+0-0devel/autogen/patches/patch-autoopts_test_enums_test
1.3+0-0devel/autogen/patches/patch-agen5_defLoad_c
+48-291 files not shown
+48-297 files

OpenBSD/ports fljRvZigraphics/krita Makefile distinfo, graphics/krita/pkg PLIST

   Update krita to 6.0.2
VersionDeltaFile
1.93+10-10graphics/krita/Makefile
1.56+2-2graphics/krita/distinfo
1.33+3-0graphics/krita/pkg/PLIST
+15-123 files

OpenBSD/ports 71V2lJkdevel/codex distinfo Makefile, devel/codex/patches patch-codex-rs_arg0_src_lib_rs patch-codex-rs_Cargo_toml

   devel/codex: update to 0.137.0
VersionDeltaFile
1.9+12-12devel/codex/patches/patch-codex-rs_arg0_src_lib_rs
1.22+3-3devel/codex/patches/patch-codex-rs_Cargo_toml
1.25+2-2devel/codex/distinfo
1.25+1-1devel/codex/Makefile
1.25+1-1devel/codex/patches/patch-codex-rs_core_src_config_mod_rs
1.6+1-1devel/codex/patches/patch-codex-rs_core_src_tools_handlers_multi_agents_common_rs
+20-206 files

OpenBSD/ports 8hEg8CLnet/tor distinfo Makefile

   SECURITY update to tor 0.4.9.9.

   ok sthen@
VersionDeltaFile
1.143.2.2+2-2net/tor/distinfo
1.178.2.2+1-1net/tor/Makefile
+3-32 files

OpenBSD/ports yS4QW48astro/kstars distinfo Makefile, astro/kstars/patches patch-kstars_indi_servermanager_cpp

   Update kstars to 3.8.3
VersionDeltaFile
1.4+3-3astro/kstars/patches/patch-kstars_indi_servermanager_cpp
1.42+2-2astro/kstars/distinfo
1.64+1-1astro/kstars/Makefile
+6-63 files

OpenBSD/ports yXsLip3geo/mapproxy distinfo Makefile, geo/mapproxy/pkg PLIST

   geo/mapproxy: update to 6.1.0.

   see https://github.com/mapproxy/mapproxy/releases/tag/6.1.0
VersionDeltaFile
1.27+83-6geo/mapproxy/pkg/PLIST
1.36+2-2geo/mapproxy/distinfo
1.51+1-1geo/mapproxy/Makefile
+86-93 files

OpenBSD/ports jUb36OXdevel/giggle Makefile, devel/giggle/patches patch-libgiggle_giggle-plugin_c

   devel/giggle: fix build with llvm 22

   while here update PLIST to use @so/@static-lib annotations
VersionDeltaFile
1.1+14-0devel/giggle/patches/patch-libgiggle_giggle-plugin_c
1.16+4-4devel/giggle/pkg/PLIST
1.60+1-1devel/giggle/Makefile
+19-53 files

OpenBSD/ports Adz6xB7net/weechat distinfo Makefile

   Update weechat to 4.9.1
VersionDeltaFile
1.68+2-2net/weechat/distinfo
1.110+1-1net/weechat/Makefile
+3-32 files

OpenBSD/ports H7tIvbVdevel/autogen Makefile, devel/autogen/patches patch-config_ag_macros_m4 patch-agen5_test_error_test

   autogen: unbreak build with llvm22, ok jca

   The {,sig}setjmp() detection was broken. They want a sigjmp_buf, not a
   sigjmp_buf *, so change from &bf to bf twice to avoid a configure time
   error due to a -Wincompatible-pointer-types error.

   As naddy points out, this port could be only one decade outdated rather
   than almost two. I may deal with this when I find myself very bored.
VersionDeltaFile
1.1+21-0devel/autogen/patches/patch-config_ag_macros_m4
1.3+4-3devel/autogen/patches/patch-agen5_test_error_test
1.29+3-1devel/autogen/Makefile
+28-43 files

OpenBSD/ports J6eWFt3graphics/cairomm16 distinfo Makefile

   Update to cairomm16-1.19.1.
VersionDeltaFile
1.6+2-2graphics/cairomm16/distinfo
1.9+1-1graphics/cairomm16/Makefile
+3-32 files

OpenBSD/ports 8gRpuhOsysutils/rustic distinfo crates.inc, sysutils/rustic/pkg PLIST

   Update to rustic-0.11.3

   Changes: https://github.com/rustic-rs/rustic/releases/tag/v0.11.3
VersionDeltaFile
1.27+390-234sysutils/rustic/distinfo
1.22+194-116sysutils/rustic/crates.inc
1.33+1-2sysutils/rustic/Makefile
1.10+2-0sysutils/rustic/pkg/PLIST
+587-3524 files

OpenBSD/ports m8XPDvSx11/rox-filer Makefile, x11/rox-filer/patches patch-ROX-Filer_src_menu_c patch-ROX-Filer_src_type_c

   switch to the github.com/jun7/rox-filer fork of rox-filer, and add some
   patches from a gentoo bug ticket. fixes build with llvm22.
VersionDeltaFile
1.1+249-0x11/rox-filer/patches/patch-ROX-Filer_src_menu_c
1.72+39-20x11/rox-filer/Makefile
1.6+35-10x11/rox-filer/patches/patch-ROX-Filer_src_type_c
1.1+43-0x11/rox-filer/patches/patch-ROX-Filer_src_icon_c
1.3+16-23x11/rox-filer/pkg/DESCR
1.1+24-0x11/rox-filer/patches/patch-ROX-Filer_src_dnd_c
+406-5311 files not shown
+501-7017 files

OpenBSD/ports 3AJy9e1comms/dump1090 Makefile distinfo, comms/dump1090/patches patch-dump1090_c

   update 20200203 -> 20260215
   take MAINTAINER

   feedback sthen@ and tested by Fred openbsd at crowsons com
VersionDeltaFile
1.3+15-14comms/dump1090/patches/patch-dump1090_c
1.4+5-4comms/dump1090/Makefile
1.1+5-0comms/dump1090/pkg/MESSAGE
1.2+2-2comms/dump1090/distinfo
+27-204 files

OpenBSD/ports 5WPGXcUlang/binaryen distinfo Makefile, lang/binaryen/patches patch-CMakeLists_txt

   Update binaryen to 130.
VersionDeltaFile
1.21+2-2lang/binaryen/distinfo
1.22+1-1lang/binaryen/Makefile
1.13+1-1lang/binaryen/patches/patch-CMakeLists_txt
+4-43 files

OpenBSD/ports KJtS5rYcomms/hackrf Makefile distinfo, comms/hackrf/pkg PLIST

   update 2024.02.1 -> 2026.01.3
   most notably adding support for HackRF Pro, that I tested with
   with a number of consumers, as well as got reports for HackRF One.

   Maintainer timeout
VersionDeltaFile
1.5+6-0comms/hackrf/pkg/PLIST
1.14+2-3comms/hackrf/Makefile
1.4+2-2comms/hackrf/distinfo
+10-53 files

OpenBSD/ports ilgFaxex11/gnustep/renaissance Makefile, x11/gnustep/renaissance/patches patch-Source_AutoLayout_GSAutoLayoutGrid_m patch-Source_AutoLayout_GSAutoLayoutHBox_m

   address llvm22 update breakage
VersionDeltaFile
1.1+22-0x11/gnustep/renaissance/patches/patch-Source_AutoLayout_GSAutoLayoutGrid_m
1.1+13-0x11/gnustep/renaissance/patches/patch-Source_AutoLayout_GSAutoLayoutHBox_m
1.1+13-0x11/gnustep/renaissance/patches/patch-Source_AutoLayout_GSAutoLayoutVBox_m
1.1+13-0x11/gnustep/renaissance/patches/patch-Source_TagLibrary_GSMarkupTagForm_m
1.21+1-1x11/gnustep/renaissance/Makefile
+62-15 files

OpenBSD/ports 9Q9Uogjnet/dbip Makefile.inc, net/dbip/asn distinfo

   Update dbip to 2026.06.
VersionDeltaFile
1.69+2-2net/dbip/asn/distinfo
1.71+2-2net/dbip/city/distinfo
1.71+2-2net/dbip/country/distinfo
1.74+1-1net/dbip/Makefile.inc
+7-74 files

OpenBSD/ports bee3QyBsysutils/broot distinfo Makefile

   Update broot to 1.57.0.
VersionDeltaFile
1.42+2-2sysutils/broot/distinfo
1.48+1-1sysutils/broot/Makefile
+3-32 files

OpenBSD/ports MTYcViex11/gnustep/gmastermind Makefile, x11/gnustep/gmastermind/patches patch-Views_m patch-Controller_m

   address clang22 build breakage
VersionDeltaFile
1.1+40-0x11/gnustep/gmastermind/patches/patch-Views_m
1.1+13-0x11/gnustep/gmastermind/patches/patch-Controller_m
1.22+1-1x11/gnustep/gmastermind/Makefile
+54-13 files

OpenBSD/ports oDxbo9Yx11/gnustep/paje Makefile, x11/gnustep/paje/patches patch-General_PajeFilter_h

   clang22 build breakage fix
VersionDeltaFile
1.1+13-0x11/gnustep/paje/patches/patch-General_PajeFilter_h
1.23+1-1x11/gnustep/paje/Makefile
+14-12 files

OpenBSD/ports 20bVPPPx11/gnustep/lapispuzzle Makefile, x11/gnustep/lapispuzzle/patches patch-LapisPuzzleView_h

   Address llvm22 breakage
VersionDeltaFile
1.1+13-0x11/gnustep/lapispuzzle/patches/patch-LapisPuzzleView_h
1.25+1-1x11/gnustep/lapispuzzle/Makefile
+14-12 files

OpenBSD/ports sfVnaTNx11/gnustep/gomoku Makefile, x11/gnustep/gomoku/patches patch-Controller_m

   Address llvm22 update fallout
VersionDeltaFile
1.1+12-0x11/gnustep/gomoku/patches/patch-Controller_m
1.22+1-1x11/gnustep/gomoku/Makefile
+13-12 files

OpenBSD/ports yQmSiSPsysutils/docker-cli distinfo Makefile

   sysutils/docker-cli: update to 29.5.3
VersionDeltaFile
1.43+2-2sysutils/docker-cli/distinfo
1.48+1-1sysutils/docker-cli/Makefile
+3-32 files

OpenBSD/ports ueQiy0xlang/elixir Makefile distinfo, lang/elixir/patches patch-Makefile

   lang/elixir: Update to 1.20.0
VersionDeltaFile
1.88+4-6lang/elixir/Makefile
1.75+2-2lang/elixir/distinfo
1.27+2-2lang/elixir/pkg/PLIST
1.9+1-1lang/elixir/patches/patch-Makefile
+9-114 files

OpenBSD/ports lVVWLtGlang/gleam distinfo crates.inc, lang/gleam/patches patch-compiler-cli_src_run_rs patch-compiler-core_src_error_rs

   lang/gleam: Update to 1.17.0
VersionDeltaFile
1.33+82-36lang/gleam/distinfo
1.24+40-17lang/gleam/crates.inc
1.39+5-1lang/gleam/Makefile
1.9+1-1lang/gleam/patches/patch-compiler-cli_src_run_rs
1.11+1-1lang/gleam/patches/patch-compiler-core_src_error_rs
+129-565 files