OpenBSD/ports oRf81DQtextproc Makefile

   +textproc/py-titlecase
VersionDeltaFile
1.874+1-0textproc/Makefile
+1-01 files

OpenBSD/ports uMf6d35textproc/py-titlecase distinfo Makefile, textproc/py-titlecase/pkg PLIST DESCR

   textproc/py-titlecase: new port (version 2.4.1)

   Python library to capitalize strings as specified by the New York Times
   Manual of Style.

   This filter changes a given text to Title Caps, and attempts to be
   clever about SMALL words like a/an/the in the input. The list of "SMALL
   words" which are not capped comes from the New York Times Manual of
   Style, plus some others like 'vs' and 'v'.

   The filter employs some heuristics to guess abbreviations that don't
   need conversion.

   OK: kn@, sthen@

VersionDeltaFile
1.1+22-0textproc/py-titlecase/Makefile
1.1+15-0textproc/py-titlecase/pkg/PLIST
1.1+10-0textproc/py-titlecase/pkg/DESCR
1.1+2-0textproc/py-titlecase/distinfo
1.1.1.1+0-0textproc/py-titlecase/pkg/PLIST
1.1.1.1+0-0textproc/py-titlecase/pkg/DESCR
+49-02 files not shown
+49-08 files

LLVM/project 148ee2bllvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/X86 cancelled-copyable-self-use-deps.ll

[SLP] Fix dep accounting when cancelling a bundle with copyable elements

Restore the parent-edge copyable data as a user of the instruction only
if the cancelled element displaced it at creation (chained copyable
self-use); otherwise the extra user dependency is never released and
scheduling asserts.

Fixes #223139

Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/223174
DeltaFile
+58-0llvm/test/Transforms/SLPVectorizer/X86/cancelled-copyable-self-use-deps.ll
+11-3llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+69-32 files

LLVM/project 1180206llvm/lib/CodeGen MachineBasicBlock.cpp, llvm/test/CodeGen/WebAssembly splitcriticaledge-physreg-liveness.mir

CodeGen: Clear physreg ranges after SplitCriticalEdge

After critical edge spliting replaces a terminator, clear referenced
physreg ranges. The block's terminators may be replaced, and may
reference physical registers (e.g. WebAssebly's ARGUMENTS. When
LiveIntervals is available, repairIntervalsInRange only repairs virtual
registers, so the tracked physreg units were stale.

It feels like a bug that repairIntervalsInRange doesn't touch physregs,
but I've left that for a future change.

Co-Authored-By: Claude claude-opus-4.8 <noreply at anthropic.com>
DeltaFile
+60-0llvm/test/CodeGen/WebAssembly/splitcriticaledge-physreg-liveness.mir
+7-0llvm/lib/CodeGen/MachineBasicBlock.cpp
+67-02 files

LLVM/project eb9844bclang/docs ReleaseNotes.md, clang/lib/CodeGen CGBuiltin.cpp

[clang][ARM] Use sponentry for setjmp on Windows ARM32 (#222366)

On Windows, _setjmp and _setjmpex take a second argument, the frame,
which the CRT stores in the jmp_buf and which longjmp later hands to
RtlUnwindEx as the frame to unwind. On aarch64, this is the stack pointer
on entry to the function, while x86_64 takes the function frame address.
ARM expects the same as aarch64 here, the stack pointer on entry.

Assisted-by: Claude Opus 5 (Anthropic)
DeltaFile
+14-0clang/test/CodeGen/ms-setjmp.c
+7-4clang/lib/CodeGen/CGBuiltin.cpp
+5-0clang/docs/ReleaseNotes.md
+26-43 files

FreeBSD/src 877294ausr.sbin/bsdinstall/partedit partedit_x86.c

bsdinstall: allow ZFS root on GPT under UEFI (amd64)

GPT+ZFS+UEFI boots fine, but the manual guided
wizard prevented it.

MFC after: 3 days

Reviewed by:    imp, adrian
Differential Revision:  https://reviews.freebsd.org/D59603
DeltaFile
+1-2usr.sbin/bsdinstall/partedit/partedit_x86.c
+1-21 files

FreeBSD/poudriere f853411src/share/poudriere image.sh

image: Use msg_n/done idiom for ESP image creation status

make_esp_file() reported "Creating ESP image" and "ESP Image created"
as two separate complete lines via msg(), even though makefs's own
output is redirected to /dev/null and the operation can take a
noticeable amount of time. Use the msg_n "...done" idiom used
elsewhere for silent, potentially slow operations (e.g. jail removal)
so it reads as a single in-progress status line instead of two
disconnected facts.
DeltaFile
+2-2src/share/poudriere/image.sh
+2-21 files

NetBSD/pkgsrc-wip 74392bf. TODO, forge Makefile go-modules.mk

forge: update to 0.10.0
DeltaFile
+21-21forge/distinfo
+6-6forge/go-modules.mk
+1-1forge/Makefile
+0-1TODO
+28-294 files

FreeBSD/ports 555a70adevel/ois pkg-plist Makefile, devel/ois/files patch-CMakeLists.txt

devel/ois: update 1.5.1 → 1.6.0

- Pass maintainership to submitter

PR:             298353
Submitted by:   rottlogg at proton.me
DeltaFile
+3-4devel/ois/files/patch-CMakeLists.txt
+3-3devel/ois/distinfo
+2-2devel/ois/Makefile
+1-2devel/ois/pkg-plist
+9-114 files

NetBSD/pkgsrc vVcE1JBdoc TODO CHANGES-2026

   doc: Updated devel/compiledb-go to 1.7.1
VersionDeltaFile
1.27882+1-2doc/TODO
1.6039+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc pL74oL8devel/compiledb-go Makefile distinfo

   compiledb-go: update to 1.7.1.

   feat: include commit in version by @fcying in #33
   test: add end-to-end CLI coverage by @fcying in #34
   fix: write compilation database atomically by @fcying in #37
VersionDeltaFile
1.12+4-4devel/compiledb-go/distinfo
1.33+2-3devel/compiledb-go/Makefile
+6-72 files

NetBSD/pkgsrc DviV202lang/lua55 distinfo, lang/lua55/patches patch-src_Makefile

   lua55: fix patch
VersionDeltaFile
1.2+10-10lang/lua55/patches/patch-src_Makefile
1.3+2-2lang/lua55/distinfo
+12-122 files

FreeBSD/poudriere 8aafac8src/share/poudriere common.sh

Add missing FLAVOR to stage-qa and check-plist calls

For example, `poudriere testport -NNi devel/freebsd-gcc15 at amd64`
will correctly build the amd64 flavor, but will attempt to
stage-qa and check-plist for the aarch64 flavor because it
becomes the default flavor through alphabetic sorting.
DeltaFile
+2-2src/share/poudriere/common.sh
+2-21 files

NetBSD/pkgsrc TcILh39doc CHANGES-2026

   doc: Updated mail/himalaya to 2.1.0nb1
VersionDeltaFile
1.6038+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 6yhWKj7mail/himalaya PLIST Makefile

   himalaya: add missing files to PLIST

   Bump PKGREVISION.
VersionDeltaFile
1.13+2-1mail/himalaya/Makefile
1.5+2-0mail/himalaya/PLIST
+4-12 files

FreeBSD/ports 199722fmath/formfactor pkg-plist Makefile, math/formfactor/files patch-CMakeLists.txt

math/libformfactor: rename to math/formfactor; update 0.4.0 → 0.5.1
DeltaFile
+0-24math/libformfactor/Makefile
+24-0math/formfactor/Makefile
+0-13math/libformfactor/pkg-plist
+13-0math/formfactor/pkg-plist
+0-12math/libformfactor/files/patch-CMakeLists.txt
+12-0math/formfactor/files/patch-CMakeLists.txt
+49-496 files not shown
+56-5512 files

FreeBSD/ports c7fd618math/lmfit Makefile

math/lmfit: Remove unused build dependency

Reported by:    Daniel Engberg <diizzy at FreeBSD.org>
DeltaFile
+0-2math/lmfit/Makefile
+0-21 files

HardenedBSD/ports 0729c88ftp/curl/files patch-lib_hostip.c patch-lib_vdns_hostip.c

HBSD: Fix build of ftp/curl

Forward-port our patch that removes curl's prohibition of .onion
endpoints.

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+0-18ftp/curl/files/patch-lib_hostip.c
+18-0ftp/curl/files/patch-lib_vdns_hostip.c
+18-182 files

FreeBSD/ports 9f90661print/ghostscript10 pkg-plist Makefile

print/ghostscript10: Update to 10.08.0
DeltaFile
+3-3print/ghostscript10/distinfo
+0-2print/ghostscript10/pkg-plist
+1-1print/ghostscript10/Makefile
+4-63 files

FreeBSD/doc a049439website/content/ru/releases/15.1R hardware.adoc

fix typos and wrong links in ru/15.1R/hardware.adoc
DeltaFile
+3-3website/content/ru/releases/15.1R/hardware.adoc
+3-31 files

NetBSD/pkgsrc F6KBOGhwww/py-jupyterlab-widgets Makefile

   py-jupyterlab-widgets: fix tools
VersionDeltaFile
1.9+2-2www/py-jupyterlab-widgets/Makefile
+2-21 files

NetBSD/pkgsrc h0oYnS5doc CHANGES-2026

   doc: Updated devel/ruby-simplecov to 1.2.0nb1
VersionDeltaFile
1.6037+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc BHTA42Sdevel/ruby-simplecov PLIST Makefile

   ruby-simplecov: no man page is installed, remove it from PLIST

   Bump PKGREVISION.
VersionDeltaFile
1.22+1-2devel/ruby-simplecov/PLIST
1.34+2-1devel/ruby-simplecov/Makefile
+3-32 files

NetBSD/pkgsrc xxZjngSnet/knot-resolver Makefile

   knot-resolver: Disable jemalloc also for SunOS, the rest issues are addressed to upstream (#958)
VersionDeltaFile
1.6+2-2net/knot-resolver/Makefile
+2-21 files

NetBSD/src kwhLTmHdoc CHANGES 3RDPARTY

   new tzcode
VersionDeltaFile
1.2247+2-2doc/3RDPARTY
1.3292+2-1doc/CHANGES
+4-32 files

NetBSD/src wrtTPeelib/libc/time zic.8 theory.html

   Patch to 2026d (previous was 2026c)

     Changes to code

       zic now rejects Link targets that would have invalid names, and
       more efficiently processes Expires, Leap and Rule lines with years
       far in the past or future.  (Thanks to Darren Carreras.)

       zic now ports to systems that report lack of link support via
       EINVAL, ENOSYS or EPERM errno values. (Thanks to Tom Lane.)

       When tzset and related functions encounter a TZif file that is too
       large for them, they now consistently fail instead of sometimes
       silently ignoring excess parts of the file.

       localtime-related functions no longer mishandle extreme timestamps
       when given TZif files holding some unlikely timezone histories.
       (Problem reported by David Sarkisyan.)


    [12 lines not shown]
VersionDeltaFile
1.156+177-244lib/libc/time/localtime.c
1.24+60-58lib/libc/time/tz-link.html
1.52+114-1lib/libc/time/NEWS
1.102+54-45lib/libc/time/zic.c
1.25+32-31lib/libc/time/theory.html
1.56+29-15lib/libc/time/zic.8
+466-3949 files not shown
+526-42915 files

NetBSD/pkgsrc XmV7HAEdatabases/p5-DBD-Sybase Makefile

   p5-DBD-Sybase: fix build on -current
VersionDeltaFile
1.83+3-1databases/p5-DBD-Sybase/Makefile
+3-11 files

LLVM/project 9ccfbb7clang/lib/ScalableStaticAnalysis/SourceTransformation/Transformations CppBoundedBuffers.cpp

rename function for consistency
DeltaFile
+5-5clang/lib/ScalableStaticAnalysis/SourceTransformation/Transformations/CppBoundedBuffers.cpp
+5-51 files

NetBSD/pkgsrc 4Epgqhfmisc/dvorakng distinfo, misc/dvorakng/patches patch-dvorakng.cpp

   dvorakng: fix patch
VersionDeltaFile
1.2+2-3misc/dvorakng/patches/patch-dvorakng.cpp
1.7+2-2misc/dvorakng/distinfo
+4-52 files

NetBSD/pkgsrc J40PzNDmisc/kddockwidgets Makefile

   kddockwidgets: fix build on -current
VersionDeltaFile
1.2+3-1misc/kddockwidgets/Makefile
+3-11 files