NetBSD/pkgsrc-wip c5326d1bats-core distinfo COMMIT_MSG

bats-core: update to 1.13.0

Added

* use the syntax parser directive to declare the Dockerfile syntax version
* Negative test filtering via --negative-filter - tests matching the
  filter are excluded
* fail-fast flag --abort to stop test suite execution on first failure

Fixed:

* unset output, stderr, lines, stderr_lines at the start of run to avoid
  crosstalk
* between successive invocations
* junit:
  * XML escape fully removes ANSI sequences, e.g. color codes, cursor
    movements
  * fix retried tests being listed multiple times
  * fix crash when setup_suite fails

    [10 lines not shown]
DeltaFile
+3-3bats-core/distinfo
+1-1bats-core/COMMIT_MSG
+1-1bats-core/Makefile
+5-53 files

NetBSD/pkgsrc-wip 43e6d57iosevka-aile-ttf distinfo, iosevka-curly-slab-ttf distinfo

iosevka-*: update to 34.7.0

* Add et-flat-bottom and flat-top-serifed variants for Ampersand (&).
* Make Make Latin/Cyrillic Iota (Ɩ, ɩ, Ꙇ, ꙇ) follow variants of i (cv44).
  * Make Greek Lower Iota/Tau (ι, τ) use flat-tailed variants under upright.
* Add Characters:
  * LEFT SIDEWAYS U BRACKET (U+2E26).
  * RIGHT SIDEWAYS U BRACKET (U+2E27).
  * LATIN CAPITAL LETTER TRESILLO (U+A72A) ... LATIN SMALL LETTER CUATRILLO
    WITH COMMA (U+A72F).
* Refine shape of the following characters:
  * LATIN SMALL LETTER EZH REVERSED (U+0189).
  * LATIN SMALL LETTER EZH WITH TAIL (U+01BA).
  * LATIN SMALL LETTER EZH WITH CARON (U+01EF).
  * LATIN SMALL LETTER LEZH (U+026E).
  * LATIN SMALL LETTER EZH (U+0292).
  * LATIN SMALL LETTER EZH WITH CURL (U+0293).
  * LATIN SMALL LETTER DEZH DIGRAPH (U+02A4).
  * CYRILLIC SMALL LETTER ABKHASIAN DZE (U+04E1).

    [7 lines not shown]
DeltaFile
+3-3iosevka-ttf/distinfo
+3-3iosevka-aile-ttf/distinfo
+3-3iosevka-curly-slab-ttf/distinfo
+3-3iosevka-curly-ttf/distinfo
+3-3iosevka-etoile-ttf/distinfo
+3-3iosevka-slab-ttf/distinfo
+18-1812 files not shown
+30-3018 files

FreeBSD/ports 6e2230cwww/marmite distinfo Makefile.crates

www/marmite: Update to 0.3.2

ChangeLog:
https://github.com/rochacbruno/marmite/releases/tag/0.3.2
DeltaFile
+481-453www/marmite/distinfo
+239-225www/marmite/Makefile.crates
+1-2www/marmite/Makefile
+721-6803 files

OpenBSD/ports l0627LTx11/kde-plasma Makefile

   Remove duplicate entries
VersionDeltaFile
1.22+0-3x11/kde-plasma/Makefile
+0-31 files

FreeBSD/ports bfd6af4misc/py-mistral-common Makefile distinfo

misc/py-mistral-common: update 1.11.3 → 1.11.5
DeltaFile
+22-2misc/py-mistral-common/Makefile
+3-3misc/py-mistral-common/distinfo
+25-52 files

FreeBSD/ports e623030textproc/UCD distinfo pkg-plist

textproc/UCD: update 17.0.0 → 18.0.0
DeltaFile
+7-7textproc/UCD/distinfo
+2-0textproc/UCD/pkg-plist
+1-1textproc/UCD/Makefile
+10-83 files

FreeBSD/ports f840c74x11-toolkits/py-customtkinter Makefile distinfo

x11-toolkits/py-customtkinter: update 5.2.2 → 6.0.0
DeltaFile
+3-4x11-toolkits/py-customtkinter/Makefile
+3-3x11-toolkits/py-customtkinter/distinfo
+6-72 files

FreeBSD/ports 2c69e0cdevel/py-mutmut Makefile distinfo, devel/py-mutmut/files patch-pyproject.toml

devel/py-mutmut: update 3.3.1 → 3.6.0
DeltaFile
+17-9devel/py-mutmut/Makefile
+11-0devel/py-mutmut/files/patch-pyproject.toml
+3-3devel/py-mutmut/distinfo
+31-123 files

FreeBSD/ports 0f44ae2devel Makefile, devel/py-pyrefly distinfo Makefile

devel/py-pyrefly: New port: Fast type checker and language server for Python
DeltaFile
+771-0devel/py-pyrefly/distinfo
+422-0devel/py-pyrefly/Makefile
+3-0devel/py-pyrefly/pkg-descr
+1-0devel/Makefile
+1,197-04 files

FreeBSD/ports 5c7214egraphics/art distinfo Makefile

graphics/art: update 1.26.5 → 1.26.6
DeltaFile
+3-3graphics/art/distinfo
+1-1graphics/art/Makefile
+4-42 files

FreeBSD/ports e549031audio/yoshimi distinfo Makefile, audio/yoshimi/files patch-src_CMakeLists.txt

audio/yoshimi: update 2.3.6 → 2.3.6.4
DeltaFile
+4-13audio/yoshimi/files/patch-src_CMakeLists.txt
+3-3audio/yoshimi/distinfo
+1-1audio/yoshimi/Makefile
+8-173 files

FreeBSD/ports 98c4f14textproc/ucto distinfo Makefile

textproc/ucto: update 0.35 → 0.36
DeltaFile
+3-3textproc/ucto/distinfo
+1-2textproc/ucto/Makefile
+4-52 files

LLVM/project 3717264clang-tools-extra/clang-tidy/modernize AvoidCStyleCastCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst

[clang-tidy] Fix invalid avoid-c-style-cast fix-it after keywords (#206239)

When a C-style cast immediately follows an identifier-like token, the
replacement could merge with the previous token, e.g. turning
`return(int)d` into `returnstatic_cast<int>(d)`. This patch fixes the
problem by adding a leading space to the replacement when needed.

Closes https://github.com/llvm/llvm-project/issues/97012
DeltaFile
+24-0clang-tools-extra/clang-tidy/modernize/AvoidCStyleCastCheck.cpp
+6-0clang-tools-extra/test/clang-tidy/checkers/modernize/avoid-c-style-cast.cpp
+5-0clang-tools-extra/docs/ReleaseNotes.rst
+35-03 files

LLVM/project 702fc6cllvm/lib/FileCheck FileCheck.cpp FileCheckImpl.h, llvm/test/FileCheck unmatched-substs-captures.txt

[FileCheck] Call out var captures on unmatched patterns

This patch is motivated by an #llvm IRC chat in 2019 with Aaron
Ballman, where he pointed out an example similar to following:

```
$ cat input
[[clang::optnone]] void foo() {

$ cat check
CHECK: [[clang::optnone]] void foo() {

$ FileCheck check < input |& tail -7
Input was:
<<<<<<
           1: [[clang::optnone]] void foo() {
check:1'0    {                                } search range (exclusive bounds)
check:1'1                                       error: no match found
check:1'2            ?                          possible intended match

    [21 lines not shown]
DeltaFile
+123-0llvm/test/FileCheck/unmatched-substs-captures.txt
+22-0llvm/lib/FileCheck/FileCheck.cpp
+5-1llvm/test/FileCheck/match-time-error-propagation/matched-expected-pattern.txt
+4-0llvm/test/FileCheck/match-time-error-propagation/matched-excluded-pattern.txt
+3-0llvm/lib/FileCheck/FileCheckImpl.h
+157-15 files

OpenBSD/ports z7wI0Orgames/vegastrike/engine Makefile, games/vegastrike/engine/patches patch-CMakeLists_txt patch-src_cmd_unit_generic_cpp

   update vegastrike to 0.9.1

   ok pascal@ (MAINTAINER)
VersionDeltaFile
1.2+37-45games/vegastrike/engine/patches/patch-CMakeLists_txt
1.5+2-29games/vegastrike/engine/patches/patch-src_cmd_unit_generic_cpp
1.4+14-14games/vegastrike/engine/patches/patch-src_cmd_collide_map_h
1.2+14-10games/vegastrike/utcs/pkg/PLIST
1.22+12-9games/vegastrike/engine/Makefile
1.4+6-15games/vegastrike/engine/patches/patch-src_cmd_basecomputer_cpp
+85-12213 files not shown
+125-13919 files

NetBSD/src EFoiHpMsys/uvm uvm_km.c

   uvm_km_pgremove: pmap_update before freeing pages

   Update the commentary in uvm_km_free to reflect this reality while here

   Reviewd by skrll@

   PR kern/60376
VersionDeltaFile
1.168+6-4sys/uvm/uvm_km.c
+6-41 files

FreeBSD/ports 880b43adatabases/openvoxdb-terminus8 distinfo Makefile, databases/openvoxdb8 distinfo Makefile

databases/openvoxdb8: Update to 8.14.1

Release notes:
https://github.com/OpenVoxProject/openvoxdb/releases/tag/8.14.1

With hat:       puppet
DeltaFile
+3-3databases/openvoxdb-terminus8/distinfo
+3-3databases/openvoxdb8/distinfo
+1-1databases/openvoxdb-terminus8/Makefile
+1-1databases/openvoxdb8/Makefile
+8-84 files

FreeBSD/ports d592d88sysutils/openvox-server8 distinfo Makefile

sysutils/openvox-server8: Update to 8.14.1

Release notes:
https://github.com/OpenVoxProject/openvox-server/releases/tag/8.14.1

With hat:       puppet
DeltaFile
+3-3sysutils/openvox-server8/distinfo
+1-1sysutils/openvox-server8/Makefile
+4-42 files

LLVM/project 0d2d366llvm/test/Transforms/SLPVectorizer/X86 odd_store.ll

Fix clang-format issue.
DeltaFile
+4-4llvm/test/Transforms/SLPVectorizer/X86/odd_store.ll
+4-41 files

FreeBSD/ports 42fed5dtextproc Makefile, textproc/tgrep distinfo Makefile.crates

textproc/tgrep: Add port: Trigram-indexed grep for fast regex search in large codebases locally

Trigram-indexed grep with a client/server architecture for fast regex
search in large codebases.

Tools like grep and ripgrep scan every file on every search - O(total
bytes) per query. In a 100k+ file monorepo, that's painfully
slow. tgrep pre-builds a trigram index so searches only touch the
small set of files that could match.

WWW: https://github.com/microsoft/tgrep
DeltaFile
+317-0textproc/tgrep/distinfo
+157-0textproc/tgrep/Makefile.crates
+29-0textproc/tgrep/Makefile
+7-0textproc/tgrep/pkg-descr
+1-0textproc/Makefile
+511-05 files

LLVM/project e509f63llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/X86 odd_store.ll

Update for comments and fix lit test
DeltaFile
+42-23llvm/test/Transforms/SLPVectorizer/X86/odd_store.ll
+4-5llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+46-282 files

LLVM/project 56fe4eallvm/test/CodeGen/AMDGPU div_v2i128.ll bf16.ll, llvm/test/CodeGen/AMDGPU/GlobalISel udiv.i64.ll urem.i64.ll

Merge branch 'main' into fix-blockfreq-unroll-unconditional-latches--uniform
DeltaFile
+2,592-2,587llvm/test/CodeGen/AMDGPU/div_v2i128.ll
+1,940-1,931llvm/test/CodeGen/AMDGPU/bf16.ll
+1,833-1,841llvm/test/CodeGen/ARM/vector-lrint.ll
+1,410-1,359llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i64.ll
+1,351-1,351llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i64.ll
+1,701-810llvm/test/CodeGen/AMDGPU/llvm.set.rounding.ll
+10,827-9,8794,246 files not shown
+171,371-122,9064,252 files

LLVM/project ca59c69clang/unittests/Lex PPMemoryAllocationsTest.cpp, llvm/include/llvm/Support Allocator.h PerThreadBumpPtrAllocator.h

[Allocator] Drop RedZoneSize (non-sanitizer) and BytesAllocated members (#205711)

`RedZoneSize` is only read inside `#if LLVM_ADDRESS_SANITIZER_BUILD`.
Additionally gate it under `LLVM_ENABLE_ABI_BREAKING_CHECKS` so that
release-non-assertions builds don't incur the overhead. To support
non-asan build with asan library users, the variable is only omitted in
`!LLVM_ENABLE_ABI_BREAKING_CHECKS` builds.

`BytesAllocated` is incremented on every Allocate (a hot-path memory
read-modify-write) only to back `getBytesAllocated()`. Drop the member.
There is a measurable stage2 instruction-count reduction.

https://llvm-compile-time-tracker.com/compare.php?from=25a6b5be6853b2c493ef392d41e43dd35ad4839a&to=8ebc975635ad717deb392d20b50f1a1f6bb16054&stat=instructions:u

Migrate the in-tree consumers:

- TableGen dumpAllocationStats drops the line; the clangd debug log
reports
  getTotalMemory().

    [8 lines not shown]
DeltaFile
+0-47llvm/unittests/ADT/ConcurrentHashtableTest.cpp
+19-28llvm/include/llvm/Support/Allocator.h
+0-12llvm/unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp
+7-4clang/unittests/Lex/PPMemoryAllocationsTest.cpp
+0-10llvm/include/llvm/Support/PerThreadBumpPtrAllocator.h
+3-5llvm/unittests/Support/PerThreadBumpPtrAllocatorTest.cpp
+29-10611 files not shown
+38-13017 files

FreeBSD/ports 1a67190editors/vim distinfo Makefile

editors/vim: Update to 9.2.0738
DeltaFile
+3-3editors/vim/distinfo
+1-1editors/vim/Makefile
+4-42 files

NetBSD/pkgsrc iyNKiFDcross/ppc-morphos-gcc Makefile PLIST, cross/ppc-morphos-gcc/patches patch-libstdc++-v3_crossconfig.m4 patch-libgcc_config_rs6000_gthr-morphos.c

   Fix compiling cross/ppc-morphos-gcc

   This now builds with the new SDK.
VersionDeltaFile
1.3+5-6cross/ppc-morphos-gcc/patches/patch-libstdc++-v3_crossconfig.m4
1.4+6-3cross/ppc-morphos-gcc/Makefile
1.2+0-4cross/ppc-morphos-gcc/PLIST
1.6+2-2cross/ppc-morphos-gcc/distinfo
1.2+1-1cross/ppc-morphos-gcc/patches/patch-libgcc_config_rs6000_gthr-morphos.c
+14-165 files

FreeBSD/ports 6d2053fsysutils/bottom distinfo Makefile.crates

sysutils/bottom: Update to 0.14.2
DeltaFile
+25-23sysutils/bottom/distinfo
+11-10sysutils/bottom/Makefile.crates
+1-1sysutils/bottom/Makefile
+37-343 files

NetBSD/pkgsrc qSXzGvBx11/xephem Makefile

   x11/xephem: Drop 2nd copy of fixing perl path

   We had both REPLACE_PERL and a hand-written SUBST to do that, surely
   from long ago.  Just use REPLACE_PERL; that's what it's for.
VersionDeltaFile
1.86+1-7x11/xephem/Makefile
+1-71 files

NetBSD/pkgsrc Xu5otFBx11/xephem distinfo, x11/xephem/patches patch-libastro_dbfmt.c patch-libastro_constel.c

   x11/xephem: Grab 3 more files of upstream pull request 126

   Files outside of the old WRKSRC were not picked up by mkpatches.

   Restore patch comments lost in BUILD_DIRS pivot.
VersionDeltaFile
1.1+70-0x11/xephem/patches/patch-libastro_dbfmt.c
1.22+16-13x11/xephem/distinfo
1.1+18-0x11/xephem/patches/patch-libastro_constel.c
1.1+15-0x11/xephem/patches/patch-liblilxml_base64.c
1.2+6-1x11/xephem/patches/patch-GUI_xephem_homeio.c
1.2+5-1x11/xephem/patches/patch-GUI_xephem_tools_xedb_xedb.c
+130-1511 files not shown
+162-2717 files

LLVM/project fc43f7dutils/bazel/llvm-project-overlay/mlir BUILD.bazel

[Bazel] Fixes 9889e62 (#206294)

This fixes 9889e626983fe38aca09283e9092fd8cebdae8fa.

Co-authored-by: Google Bazel Bot <google-bazel-bot at google.com>
DeltaFile
+1-0utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+1-01 files

FreeBSD/ports 9320841devel/py-jaraco.stream Makefile distinfo

devel/py-jaraco.stream: Update version 3.0.3=>3.0.4

Changelog: https://github.com/jaraco/jaraco.stream/releases/tag/v3.0.4
DeltaFile
+5-4devel/py-jaraco.stream/Makefile
+3-3devel/py-jaraco.stream/distinfo
+8-72 files