FreeBSD/ports 8d599e1misc/crush distinfo Makefile

misc/crush: Update to 0.43.1

Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.43.1

Reported by:    GitHub (watch releases)
DeltaFile
+5-5misc/crush/distinfo
+1-1misc/crush/Makefile
+6-62 files

FreeBSD/ports a02fa38misc/codex distinfo Makefile.crates, misc/codex/files patch-codex-rs_core_tests_suite_view__image.rs

misc/codex: Update to 0.104.0

Changelog:
- https://github.com/openai/codex/releases/tag/rust-v0.102.0
- https://github.com/openai/codex/releases/tag/rust-v0.103.0
- https://github.com/openai/codex/releases/tag/rust-v0.104.0

Reported by:    GitHub (watch releases)
DeltaFile
+15-15misc/codex/distinfo
+6-6misc/codex/Makefile.crates
+2-2misc/codex/files/patch-codex-rs_core_tests_suite_view__image.rs
+3-1misc/codex/Makefile
+26-244 files

FreeBSD/src 59eafd8sys/netinet6 nd6_rtr.c

netinet6: spell Identifiers in the comment
DeltaFile
+1-1sys/netinet6/nd6_rtr.c
+1-11 files

FreeBSD/ports ef6d1e8ports-mgmt/poudriere-devel distinfo Makefile

ports-mgmt/poudriere-devel: Update to 3.3.0-2517-g1ee69405b

Changes:
 - bulk shlib tracking: Don't consider base libprivate*.so as missing.
 - bulk shlib tracking: Remove the 'misses all libraries' case;
   always print a specific library that is missing.
DeltaFile
+3-3ports-mgmt/poudriere-devel/distinfo
+2-2ports-mgmt/poudriere-devel/Makefile
+5-52 files

FreeBSD/src 38edf96tests/sys/netpfil/ipfw log.sh

tests/ipfw: fix log:bpf test flakyness

There were several problems:

o Using 'netstat -B' is not a reliable way to make sure that all tcpdumps
  have attached to bpf(4).  The problem is that tcpdump (via libpcap) does
  several ioctl(2)s after the attach including two BIOCSETF.  Each of them
  flushes the input buffer.  So we can see tcpdump attached in 'netstat -B'
  and start sending packets and the packet will be captured by bpf(4)
  before BIOCSETF and freed and tcpdump won't read anything.  Instead of
  using netstat(1), use ps(1) and make sure each tcpdump is blocked on the
  "bpf" wait channel, which guarantees it is done with ioctl(2)s and is now
  blocked in read(2).
o Using 'nc -w 0' sets timeout not only on the connect(2) (as documented)
  but also on poll(2), which is not documented.  There is a race in shell
  that will make stdin not yet filled by 'echo foo' when nc(1) does
  poll(2).  With zero timeout, this poll(2) will immediately return and nc
  will exit.
o The waiting loop had two errors: using wrong variable name as well as

    [7 lines not shown]
DeltaFile
+11-8tests/sys/netpfil/ipfw/log.sh
+11-81 files

FreeBSD/ports e72134ddevel/oci-cli distinfo Makefile

devel/oci-cli: Update 3.72.1 => 3.74.1

Changelogs:
https://github.com/oracle/oci-cli/releases/tag/v3.73.0
https://github.com/oracle/oci-cli/releases/tag/v3.73.1
https://github.com/oracle/oci-cli/releases/tag/v3.73.2
https://github.com/oracle/oci-cli/releases/tag/v3.74.0
https://github.com/oracle/oci-cli/releases/tag/v3.74.1

PR:     293238
DeltaFile
+3-3devel/oci-cli/distinfo
+2-2devel/oci-cli/Makefile
+5-52 files

FreeBSD/ports f87c4e7devel/py-oci distinfo Makefile

devel/py-oci: Update 2.165.1 => 2.167.2

Changelogs:
https://github.com/oracle/oci-python-sdk/releases/tag/v2.166.0
https://github.com/oracle/oci-python-sdk/releases/tag/v2.167.0
https://github.com/oracle/oci-python-sdk/releases/tag/v2.167.1
https://github.com/oracle/oci-python-sdk/releases/tag/v2.167.2

PR:     293238
DeltaFile
+3-3devel/py-oci/distinfo
+1-1devel/py-oci/Makefile
+4-42 files

FreeBSD/poudriere 5e3dd89src/share/poudriere common.sh

shlib inspection: Consider base libprivate*.so libs too.

Packages such as misc/compat14x depend on libprivate libraries
so we must consider them as base-provided.

Reported by:    jrm
DeltaFile
+2-4src/share/poudriere/common.sh
+2-41 files

FreeBSD/poudriere 1ee6940src/share/poudriere common.sh

shlib inspection: Remove the 'misses all shlibs' case.

This was being called, mostly as an optimization, in the case
where a package has no dependencies, and was flagged as
having required libraries earlier in delete_old_pkg().
The problem with it is that is was not indicating _which_ library
was required-but-not-provided for.

Keep the code for now as it may prove useful later for odd
cases.
DeltaFile
+21-21src/share/poudriere/common.sh
+21-211 files

FreeBSD/ports 6ab2c14graphics/rubygem-image_processing Makefile

graphics/rubygem-image_processing: Refresh mini_magick dependency.

Approved by:    sunpoet (maintainer)
DeltaFile
+2-1graphics/rubygem-image_processing/Makefile
+2-11 files

FreeBSD/ports b26ea95security/boringssl Makefile distinfo

security/boringssl: fix build on arm64 by applying a vendor's fix

Bump PORTREVISION.

Reported by:    pkg-fallout
Tested by:      fluffy

Sponsored by:   tipi.work
DeltaFile
+4-0security/boringssl/Makefile
+3-1security/boringssl/distinfo
+7-12 files

FreeBSD/ports a0c7b8cdeskutils Makefile

deskutils/xdgctl: hook to the build
DeltaFile
+1-0deskutils/Makefile
+1-01 files

FreeBSD/ports 3557216sysutils/mackerel-agent distinfo Makefile

sysutils/mackerel-agent: Update to 0.86.1

Changes:        https://github.com/mackerelio/mackerel-agent/releases/tag/v0.86.1
DeltaFile
+5-5sysutils/mackerel-agent/distinfo
+1-2sysutils/mackerel-agent/Makefile
+6-72 files

FreeBSD/ports 52beb62textproc/yamlfmt distinfo Makefile

textproc/yamlfmt: Update to 0.21.0

Changes:        https://github.com/google/yamlfmt/releases/tag/v0.21.0
DeltaFile
+5-5textproc/yamlfmt/distinfo
+1-2textproc/yamlfmt/Makefile
+6-72 files

FreeBSD/ports ebc3320deskutils/xdgctl Makefile distinfo

deskutils/xdgctl: Add new port

TUI for managing XDG default applications.

PR:             293229
DeltaFile
+27-0deskutils/xdgctl/Makefile
+3-0deskutils/xdgctl/distinfo
+1-0deskutils/xdgctl/pkg-descr
+31-03 files

FreeBSD/ports 314eecfdevel/lazygit distinfo Makefile

devel/lazygit: Update to 0.59.0

Changes:        https://github.com/jesseduffield/lazygit/releases/tag/v0.59.0
DeltaFile
+5-5devel/lazygit/distinfo
+1-2devel/lazygit/Makefile
+6-72 files

FreeBSD/ports 7d55738games/veloren-weekly distinfo Makefile

games/veloren-weekly: update to s20260218

Changes:        https://gitlab.com/veloren/veloren/-/compare/d82a4a6cf1...bba0ea5ca8
(cherry picked from commit 19543d2f908ddadf4e78c9d82fd608c07e319dc7)
DeltaFile
+3-3games/veloren-weekly/distinfo
+2-2games/veloren-weekly/Makefile
+5-52 files

FreeBSD/ports 3a7c49cgraphics/mesa-devel distinfo Makefile

graphics/mesa-devel: update to 26.0.b.1382

Changes:        https://gitlab.freedesktop.org/mesa/mesa/-/compare/b651fd90d2d...7899854e626
DeltaFile
+3-3graphics/mesa-devel/distinfo
+2-2graphics/mesa-devel/Makefile
+5-52 files

FreeBSD/ports 2ded9abemulators/rpcs3 distinfo Makefile

emulators/rpcs3: update to 0.0.39.18797

Changes:        https://github.com/RPCS3/rpcs3/compare/7cfe96a1d1...2064bd87e3
DeltaFile
+7-7emulators/rpcs3/distinfo
+4-4emulators/rpcs3/Makefile
+11-112 files

FreeBSD/ports 19543d2games/veloren-weekly distinfo Makefile

games/veloren-weekly: update to s20260218

Changes:        https://gitlab.com/veloren/veloren/-/compare/d82a4a6cf1...bba0ea5ca8
DeltaFile
+3-3games/veloren-weekly/distinfo
+2-2games/veloren-weekly/Makefile
+5-52 files

FreeBSD/ports 06d0f75x11/xwayland-satellite distinfo Makefile.crates

x11/xwayland-satellite: update to 0.8.1

Changes:        https://github.com/Supreeeme/xwayland-satellite/releases/tag/v0.8.1
Reported by:    GitHub (watch releases)
DeltaFile
+15-9x11/xwayland-satellite/distinfo
+6-3x11/xwayland-satellite/Makefile.crates
+1-2x11/xwayland-satellite/Makefile
+22-143 files

FreeBSD/ports a945207www/R-cran-httr distinfo Makefile

www/R-cran-httr: Update to 1.4.8

Reported by:    portscout
DeltaFile
+3-3www/R-cran-httr/distinfo
+2-2www/R-cran-httr/Makefile
+5-52 files

FreeBSD/ports a650f75security/stunnel distinfo Makefile

security/stunnel: Update to 5.77
DeltaFile
+3-3security/stunnel/distinfo
+1-1security/stunnel/Makefile
+4-42 files

FreeBSD/ports 3aabef0graphics/materialx Makefile, graphics/materialx/files patch-source_MaterialXGraphEditor_RenderView.cpp

graphics/materialx: Enable OpenColorIO support

PR:     293262
DeltaFile
+12-0graphics/materialx/files/patch-source_MaterialXGraphEditor_RenderView.cpp
+3-1graphics/materialx/Makefile
+15-12 files

FreeBSD/ports 3a5b871www/matomo pkg-plist Makefile

www/matomo: Update 5.6.2 => 5.7.1

Changelogs:
https://matomo.org/changelog/matomo-5-7-0/
https://matomo.org/changelog/matomo-5-7-1/

While here pet portfmt and portclippy.

PR:     293237
DeltaFile
+127-8www/matomo/pkg-plist
+10-10www/matomo/Makefile
+3-3www/matomo/distinfo
+140-213 files

FreeBSD/ports 46e699ddevel/nextpnr-devel Makefile

devel/nextpnr-devel: Bump after devel/trellis update
DeltaFile
+1-0devel/nextpnr-devel/Makefile
+1-01 files

FreeBSD/ports 0fed33edevel/nextpnr Makefile

nextpnr/devel: Bump after devel/trellis update
DeltaFile
+1-1devel/nextpnr/Makefile
+1-11 files

FreeBSD/ports 786c45bdevel/trellis Makefile distinfo, devel/trellis/files patch-libtrellis_CMakeLists.txt

devel/trellis: Update to 20251027

Changes:
https://github.com/YosysHQ/prjtrellis/compare/14ac883fa639b11fdc98f3cdef87a5d01f79e73d...73bd411731808d80ead650bbc9840d9e02911e9e
DeltaFile
+5-8devel/trellis/Makefile
+0-11devel/trellis/files/patch-libtrellis_CMakeLists.txt
+5-5devel/trellis/distinfo
+10-243 files

FreeBSD/ports 3fc7967net/nfstrace Makefile, net/nfstrace/files extra-patch-src_protocols_nfs_nfs__procedure.h

net/nfstrace: Fix build on 16.0-CURRENT

(cherry picked from commit 6156198d03e8b724914cb3e9aa829b8f741f55f6)
DeltaFile
+12-0net/nfstrace/files/extra-patch-src_protocols_nfs_nfs__procedure.h
+7-1net/nfstrace/Makefile
+19-12 files

FreeBSD/ports 6156198net/nfstrace Makefile, net/nfstrace/files extra-patch-src_protocols_nfs_nfs__procedure.h

net/nfstrace: Fix build on 16.0-CURRENT
DeltaFile
+12-0net/nfstrace/files/extra-patch-src_protocols_nfs_nfs__procedure.h
+7-1net/nfstrace/Makefile
+19-12 files