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

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

LLVM/project 10e7761libc/shared builtins.h, libc/shared/builtins subdf3.h

[libc] add shared subdf3 builtin (#205673)

Re-exposes LLVM-libc's `__subdf3` as `shared::subdf3` for reuse by
compiler-rt's builtins.

Stacked change - merge these first:
- #200094
- #205669
- #205670
- #205671
- #205672

Part of #197824
DeltaFile
+32-0libc/src/__support/builtins/subdf3.h
+29-0libc/shared/builtins/subdf3.h
+9-0libc/src/__support/builtins/CMakeLists.txt
+1-0libc/shared/builtins.h
+1-0libc/test/shared/CMakeLists.txt
+1-0libc/test/shared/shared_builtins_test.cpp
+73-06 files

NetBSD/pkgsrc krbxq7yx11/xephem distinfo Makefile, x11/xephem/patches patch-GUI_xephem_homeio.c patch-GUI_xephem_Makefile

   x11/xephem: Pivot from WRKSRC to BUILD_DIRS

   WRKSRC implies that the build does not look outside of it, but that's
   not true.  Instead, make WRKSRC top level, and instead invoke make in
   (singleton) BUILD_DIRS.

   This is a huge commit textually, but it's just a pivot in how the
   subdir is used, adding BUILD_DIRS to paths, and renaming all the
   patches.

   NFCI; this should produce the same binary.  Works on netbsd-10 amd64
   in "look at sky view, didn't crash, not blank" testing.
VersionDeltaFile
1.1+59-0x11/xephem/patches/patch-GUI_xephem_homeio.c
1.1+32-0x11/xephem/patches/patch-GUI_xephem_Makefile
1.21+14-14x11/xephem/distinfo
1.1+25-0x11/xephem/patches/patch-GUI_xephem_sites.c
1.84+11-13x11/xephem/Makefile
1.1+22-0x11/xephem/patches/patch-GUI_xephem_skyviewmenu.c
+163-2722 files not shown
+324-4028 files

FreeBSD/src 62551aeusr.sbin/iostat iostat.8

iostat.8: Expand -w description

PR:             194781
MFC after:      3 days
Reviewed by:    ziaee
Event:          Halifax Hackathon 202606

(cherry picked from commit 4d299a767acce2841ded288e789a9c36620b57d7)
DeltaFile
+6-1usr.sbin/iostat/iostat.8
+6-11 files

NetBSD/pkgsrc BgABgQXx11/xephem Makefile

   x11/xephem: Prune documentation of pkgsrc-specific license grant

   Long ago, xephem was not free software and Elwood wrote to me granting
   permission to distribute pkgsrc-modified binaries.   Since then, it
   became "mit", and is clearly documented as such in the sources, so
   this is ancient history.
VersionDeltaFile
1.83+1-16x11/xephem/Makefile
+1-161 files

NetBSD/pkgsrc 1XJUBcUx11/xephem Makefile

   x11/xephem: Add \todo about wrong WRKSRC

   While WRKSRC points to the dir in which make should be invoked, the
   build references files outside of that dir.  So it's wrong, and
   BUILD_DIRS should be used instead.
VersionDeltaFile
1.82+5-1x11/xephem/Makefile
+5-11 files

FreeBSD/src 1744efcshare/man/man4 tcp.4, sys/netinet tcp_fastopen.c

tcp.fastopen.client_enable: Fix documented default

The default value has been 1 since June 2018, but the docs were not
updated to reflect the change.

MFC after:      3 days
Reviewed by:    ziaee
Fixes:          af4da5865557 (Enable TCP_FASTOPEN by default)
Signed-off-by:  Matteo Riondato <matteo at FreeBSD.org>
Closes:         https://github.com/freebsd/freebsd-src/pull/2285

(cherry picked from commit 0bc852cc62afcd79fc776f784623c3f2b7691d27)
DeltaFile
+2-2share/man/man4/tcp.4
+1-1sys/netinet/tcp_fastopen.c
+3-32 files

FreeBSD/src fa550b2stand/man loader.efi.8

loader.efi.8: hw.uart.console is explained in uart

PR:             295944
MFC to:         15
MFC after:      3 days

(cherry picked from commit a641aa1c80f80e44cd9212b95e6584db9533712c)
DeltaFile
+2-3stand/man/loader.efi.8
+2-31 files

FreeBSD/src c19c83bsbin/mount_udf mount_udf.8

mount_udf.8: Alphabetize and align options

While here, remove "The following UDF specific options are available:".
It is unused and does not appear to have ever been used.

MFC after:      3 days

(cherry picked from commit 05f132adc530cd53203b9cd09d7e1b211d2babc4)
DeltaFile
+5-6sbin/mount_udf/mount_udf.8
+5-61 files