FreeBSD/ports 0d51311audio/maolan distinfo Makefile.crates, audio/maolan/files patch-cargo-crates_maolan-engine-0.0.20_src_plugins_vst3_interfaces.rs patch-cargo-crates_maolan-engine-0.0.20_src_plugins_vst3_host.rs

audio/maolan: Update 0.1.0 => 0.2.1

Changelogs:
- https://github.com/maolan/maolan/releases/tag/0.2.1
- https://github.com/maolan/maolan/releases/tag/0.2.0
- https://github.com/maolan/maolan/releases/tag/0.1.1

PR:             295502
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+579-485audio/maolan/distinfo
+288-241audio/maolan/Makefile.crates
+0-91audio/maolan/files/patch-cargo-crates_maolan-engine-0.0.20_src_plugins_vst3_interfaces.rs
+0-20audio/maolan/files/patch-cargo-crates_maolan-engine-0.0.20_src_plugins_vst3_host.rs
+0-13audio/maolan/files/patch-cargo-crates_lilv-0.2.4_src_ui.rs
+4-3audio/maolan/Makefile
+871-8531 files not shown
+873-8537 files

LLVM/project d0c2776llvm/test/Analysis/BasicAA recphi.ll phi-and-select.ll

[BasicAA] Add additional tests with GEPs with phi/select pointer ops (NFC) (#204947)
DeltaFile
+92-0llvm/test/Analysis/BasicAA/recphi.ll
+27-0llvm/test/Analysis/BasicAA/phi-and-select.ll
+21-0llvm/test/Analysis/BasicAA/phi-aa.ll
+140-03 files

FreeBSD/ports 4075d37databases/pg_stat_kcache distinfo pkg-plist

databases/pg_stat_kcache: Update to 2.1.4

Release notes:  https://github.com/powa-team/pg_qualstats/releases/tag/2.1.4
DeltaFile
+3-3databases/pg_stat_kcache/distinfo
+2-0databases/pg_stat_kcache/pkg-plist
+1-1databases/pg_stat_kcache/Makefile
+6-43 files

LLVM/project a891d7bllvm/lib/ObjCopy/MachO MachOLayoutBuilder.cpp MachOObjcopy.cpp

[llvm-objcopy][MachO] Use alignToPowerOf2 instead of alignTo (#204033)

During the review of #203680 I noticed that Mach-O objcopy files seems
to use `alignTo` and import `Alignment.h` to align some offsets to page
boundaries and similar requirements. However, the `alignTo` in
`Alignment.h`, while being intended for powers of 2, requires using an
alignment of type `llvm::Align`, and needs explicit conversion from
`uint64_t` and similar. Single `Alignment.h` includes `MathExtras.h`,
the `alignTo` being invoked ends up being a generic `alignTo` that does
not require powers of 2, and perform divisions and multiplications.
While some of those might be optimized by the compiler into efficient
power of 2 operations, there's an explicit `alignToPowerOf2` version
that is optimized and asserts the alignment is a power of 2 (with
asserts enabled). Since all the alignments should be power of 2 for the
Mach-O binary format, change from `alignTo` to `alignToPowerOf2` to make
the fact more visible (and get the extra safety net of the assertions).

As expected, the test suite of objcopy doesn't show any regressions, but
I have not done a performance benchmark around this either.
DeltaFile
+15-13llvm/lib/ObjCopy/MachO/MachOLayoutBuilder.cpp
+4-3llvm/lib/ObjCopy/MachO/MachOObjcopy.cpp
+2-2llvm/lib/ObjCopy/MachO/MachOLayoutBuilder.h
+21-183 files

NetBSD/pkgsrc ihLgKuKdoc CHANGES-2026

   doc: Updated textproc/gemtext2html to 1.0.1
VersionDeltaFile
1.3843+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Pq7wD4Ctextproc/gemtext2html distinfo Makefile

   Update textproc/gemtext2html to 1.0.1
VersionDeltaFile
1.2+4-4textproc/gemtext2html/distinfo
1.2+2-2textproc/gemtext2html/Makefile
1.2+2-2textproc/gemtext2html/PLIST
+8-83 files

LLVM/project 18c1cbcllvm/lib/ObjCopy/MachO MachOLayoutBuilder.cpp MachOWriter.cpp, llvm/test/tools/llvm-objcopy/MachO linkedit-alignment.test symbol-table.test

[llvm-objcopy][MachO] Align __LINKEDIT entries to pointer size (#203680)

Align Mach-O __LINKEDIT entries to the target pointer size when building
the tail layout. This matches the behavior of ld64 and lld-macho.

dyld on macOS 27 rejects loading dylibs with misaligned __LINKEDIT
entries.

See #203678 for details and the motivation of this fix.

AI Tool Use Disclosure:

Regarding the PR and the linked issue, I have personally wrote every
single part of the PR by myself, and have/ran/verified every single part
of the issue report as well without any AI tool usage.

I have used LLM-based coding agents only for debugging purposes, e.g. to
figure out why the dylib was not loading (from the original bug report),
and figuring out how to build, run, and test my local `llvm-objcopy`.
DeltaFile
+366-0llvm/test/tools/llvm-objcopy/MachO/linkedit-alignment.test
+51-34llvm/lib/ObjCopy/MachO/MachOLayoutBuilder.cpp
+30-12llvm/lib/ObjCopy/MachO/MachOWriter.cpp
+2-2llvm/test/tools/llvm-objcopy/MachO/symbol-table.test
+2-1llvm/test/tools/llvm-objcopy/MachO/linkedit-order-2.test
+2-1llvm/test/tools/llvm-objcopy/MachO/linkedit-order-1.test
+453-506 files

FreeBSD/ports 6ee8361misc/crush distinfo Makefile

misc/crush: Update to 0.79.1

Changelog:
- https://github.com/charmbracelet/crush/releases/tag/v0.78.0
- https://github.com/charmbracelet/crush/releases/tag/v0.79.0
- https://github.com/charmbracelet/crush/releases/tag/v0.79.1

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

FreeBSD/ports 046d170devel/py-deepdiff Makefile

devel/py-deepdiff: Fix build

Reported by:    fallout
DeltaFile
+1-1devel/py-deepdiff/Makefile
+1-11 files

FreeBSD/ports 125039ddevel/py-pytest-rerunfailures distinfo Makefile

devel/py-pytest-rerunfailures: Update version 12.0=>13.0

Changelog: https://github.com/pytest-dev/pytest-rerunfailures/releases/tag/13.0
DeltaFile
+3-3devel/py-pytest-rerunfailures/distinfo
+2-2devel/py-pytest-rerunfailures/Makefile
+5-52 files

FreeBSD/ports 0324abfdevel/py-pytest-localserver distinfo Makefile

devel/py-pytest-localserver: Update version 0.9.0=>0.10.0

Changelog: https://github.com/pytest-dev/pytest-localserver/releases/tag/v0.10.0
DeltaFile
+3-3devel/py-pytest-localserver/distinfo
+1-1devel/py-pytest-localserver/Makefile
+4-42 files

FreeBSD/ports 1062595devel/py-pytest-randomly distinfo Makefile

devel/py-pytest-randomly: Update version 3.13.0=>3.14.0

Changelog: https://github.com/pytest-dev/pytest-randomly/releases/tag/3.14.0
DeltaFile
+3-3devel/py-pytest-randomly/distinfo
+1-1devel/py-pytest-randomly/Makefile
+4-42 files

FreeBSD/ports 0fe3923devel/py-repoze.who distinfo Makefile

devel/py-repoze.who: Update version 2.4.1=>3.0.0

Changelog: https://github.com/repoze/repoze.who/releases/tag/3.0.0
DeltaFile
+3-3devel/py-repoze.who/distinfo
+1-1devel/py-repoze.who/Makefile
+4-42 files

FreeBSD/ports 392497ffinance/py-stripe distinfo Makefile

finance/py-stripe: Update version 4.0.2=>4.1.0

Changelog: https://github.com/stripe/stripe-python/releases/tag/v4.1.0
DeltaFile
+3-3finance/py-stripe/distinfo
+1-1finance/py-stripe/Makefile
+4-42 files

FreeBSD/ports 0bba819sysutils/consul distinfo Makefile

sysutils/consul: Update version 2.0.0=>2.0.1

Changelog: https://github.com/hashicorp/consul/releases/tag/v2.0.1
DeltaFile
+15-15sysutils/consul/distinfo
+2-3sysutils/consul/Makefile
+17-182 files

FreeBSD/ports d308321textproc/asciinema distinfo Makefile.crates

textproc/asciinema: Update version 3.2.0=>3.2.1

Changelog: https://github.com/asciinema/asciinema/releases/tag/v3.2.1
DeltaFile
+11-11textproc/asciinema/distinfo
+4-4textproc/asciinema/Makefile.crates
+1-2textproc/asciinema/Makefile
+16-173 files

FreeBSD/ports 20d2cdadevel/radare2 distinfo Makefile

devel/radare2: Update version 6.0.8=>6.1.0

Changelog: https://github.com/radareorg/radare2/releases/tag/6.1.0
DeltaFile
+5-3devel/radare2/distinfo
+3-2devel/radare2/Makefile
+1-1devel/radare2/pkg-plist
+9-63 files

FreeBSD/ports 475eed1dns/cascade distinfo Makefile.crates

dns/cascade: Update version d016519b3=>67bce3457

This is equivalent to BETA2

Changelog:
https://github.com/NLnetLabs/cascade/compare/v0.1.0-beta1...v0.1.0-beta2
DeltaFile
+105-101dns/cascade/distinfo
+51-49dns/cascade/Makefile.crates
+2-2dns/cascade/Makefile
+158-1523 files

FreeBSD/ports c11d67asysutils/opentofu distinfo Makefile

sysutils/opentofu: Update version 1.12.2=>1.12.3

Changelog: https://github.com/opentofu/opentofu/releases/tag/v1.12.3
DeltaFile
+5-5sysutils/opentofu/distinfo
+1-1sysutils/opentofu/Makefile
+6-62 files

FreeBSD/ports cfc6a39net/google-cloud-sdk distinfo Makefile

net/google-cloud-sdk: Update version 572.0.0=>573.0.0
DeltaFile
+3-3net/google-cloud-sdk/distinfo
+1-1net/google-cloud-sdk/Makefile
+4-42 files

FreeBSD/ports 94f06b4devel/gsoap distinfo Makefile

devel/gsoap: Update version 2.8.142=>2.8.143

- Update WWW

Changelog: https://www.genivia.com/changelog.html#latest
DeltaFile
+3-3devel/gsoap/distinfo
+2-2devel/gsoap/Makefile
+5-52 files

FreeBSD/ports 591dd78devel/py-pytest-env distinfo Makefile

devel/py-pytest-env: Update version 0.7.0=>0.8.0

Changelog: https://github.com/pytest-dev/pytest-env/releases/tag/0.8.0
DeltaFile
+3-3devel/py-pytest-env/distinfo
+1-1devel/py-pytest-env/Makefile
+4-42 files

FreeBSD/ports 0e64bbedevel/clojure-cider pkg-plist distinfo

devel/clojure-cider: Update version 1.21.0=>1.22.0

Changelog: https://github.com/clojure-emacs/cider/releases/tag/v1.22.0
DeltaFile
+7-1devel/clojure-cider/pkg-plist
+3-3devel/clojure-cider/distinfo
+1-2devel/clojure-cider/Makefile
+11-63 files

FreeBSD/ports b73db36www/py-praw Makefile distinfo, www/py-praw/files patch-pyproject.toml

www/py-praw: Update version 7.8.2=>8.0.0

Changelog: https://github.com/praw-dev/praw/releases/tag/v8.0.0
DeltaFile
+7-10www/py-praw/Makefile
+8-8www/py-praw/files/patch-pyproject.toml
+3-3www/py-praw/distinfo
+18-213 files

FreeBSD/ports 55780bcwww/py-prawcore distinfo Makefile

www/py-prawcore: Update version 3.2.1=>4.0.0

Changelog: https://github.com/praw-dev/prawcore/releases/tag/v4.0.0
DeltaFile
+3-3www/py-prawcore/distinfo
+2-3www/py-prawcore/Makefile
+5-62 files

FreeBSD/ports 73197e3devel/genie Makefile, devel/genie/files patch-build_gmake.freebsd_genie.make patch-src_host_scripts.c

devel/genie: Update version g2023092101=>g2026032500

- Unbundle lua53 [1]

PR:             296098 [1]
Reported by:    fuz [1]
DeltaFile
+258-15devel/genie/files/patch-build_gmake.freebsd_genie.make
+27-27devel/genie/files/patch-src_host_scripts.c
+19-0devel/genie/files/patch-src_host_premake.h
+5-7devel/genie/files/patch-src_host_version.h
+6-6devel/genie/files/patch-src_actions_make_make__cpp.lua
+6-3devel/genie/Makefile
+321-581 files not shown
+324-617 files

FreeBSD/ports fffcf68databases/clickhouse-devel distinfo Makefile, databases/clickhouse-devel/files patch-contrib_krb5-cmake_autoconf__freebsd.h clickhouse.in

databases/clickhouse-devel: New port

ClickHouse is an open-source column-oriented database management
system that allows generating analytical data reports in real time.

This is based on the the stable series.

WWW:    https://clickhouse.com/
DeltaFile
+767-0databases/clickhouse-devel/files/patch-contrib_krb5-cmake_autoconf__freebsd.h
+255-0databases/clickhouse-devel/distinfo
+178-0databases/clickhouse-devel/Makefile
+126-0databases/clickhouse-devel/Makefile.submodules
+65-0databases/clickhouse-devel/files/clickhouse.in
+46-0databases/clickhouse-devel/files/patch-PreLoad.cmake
+1,437-04 files not shown
+1,496-010 files

FreeBSD/ports 1c56c3adatabases/freetds-devel distinfo Makefile

databases/freetds-devel: Update version 1.5.396=>1.5.399
DeltaFile
+3-3databases/freetds-devel/distinfo
+1-1databases/freetds-devel/Makefile
+4-42 files

FreeBSD/ports 7c2c76bdatabases/clickhouse distinfo Makefile.submodules

databases/clickhouse: Update version 26.2.5.45=>26.3.1.896

- Switch to lts version

Changelog: https://github.com/ClickHouse/ClickHouse/releases/tag/v26.3.1.896-lts
DeltaFile
+33-27databases/clickhouse/distinfo
+15-12databases/clickhouse/Makefile.submodules
+4-4databases/clickhouse/Makefile
+52-433 files

LLVM/project cb85dfellvm/lib/Transforms/Vectorize VPlanUtils.cpp, llvm/test/Transforms/LoopVectorize shl-shift-amount-out-of-range-scev.ll

[VPlan] Skip shl->mul SCEV rewrite for out-of-range shift amounts. (#204921)

getSCEVExprForVPValue rewrites `shl x, c` as `x * (1 << c)` using
ScalarEvolution::getPowerOfTwo, which asserts that the power is less
than the type's bit width.

Only perform the rewrite when the shift amount is less than the
operand's bit width, to avoid assertion.
DeltaFile
+65-0llvm/test/Transforms/LoopVectorize/shl-shift-amount-out-of-range-scev.ll
+5-2llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
+70-22 files