FreeBSD/ports 03e6574devel/py-ttkbootstrap Makefile distinfo

devel/py-ttkbootstrap: Update to 2.2.3

ChangeLog:

1. https://github.com/israel-dryer/ttkbootstrap/releases/tag/v2.2.3

Reported by:    Israel Dryer <notifications at github.com>
DeltaFile
+3-3devel/py-ttkbootstrap/distinfo
+1-1devel/py-ttkbootstrap/Makefile
+4-42 files

FreeBSD/ports 1e1f6d1sysutils/treemd Makefile distinfo

sysutils/treemd: Update to 0.8.1

Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-3sysutils/treemd/distinfo
+1-1sysutils/treemd/Makefile
+4-42 files

FreeBSD/ports b1190c5x11-wm/mango distinfo Makefile, x11-wm/mango/files patch-meson.build patch-src_dispatch_bind__define.h

x11-wm/mango: Update to 0.17.0

- Update list of dependencies

ChangeLog:

1. https://github.com/mangowm/mango/releases/tag/0.17.0

Reported by:    DreamMaoMao <notifications at github.com>
DeltaFile
+0-14x11-wm/mango/files/patch-src_mango.c
+0-11x11-wm/mango/files/patch-src_dispatch_bind__define.h
+11-0x11-wm/mango/files/patch-src_dispatch_bind.c
+5-5x11-wm/mango/files/patch-meson.build
+3-3x11-wm/mango/distinfo
+4-2x11-wm/mango/Makefile
+23-356 files

FreeBSD/ports ea09eafgraphics/nvidia-drm-66-kmod-devel distinfo, graphics/nvidia-drm-kmod Makefile.common

x11/nvidia-driver-devel, x11/nvidia-kmod-devel, x11/linux-nvidia-libs-devel, graphics/nvidia-drm*-kmod-devel: Update to 615.71.09

Update to latest New Feature Branch of drivers 615.71.09:
https://www.nvidia.com/en-us/drivers/details/278452/

Linux counterparts for x11/linux-nvidia-libs:
https://www.nvidia.com/en-us/drivers/details/278450/

Additional note:
Possibly vtys before invoking whichever of X11 or Wayland shifts
screen downward with about half character-based line, causing
command prompt at the bottom become hard to read.

Once X11 (tested only for xorg) or Wayland starts, it would be
fixed (on exitting X11 / Wayland or switching to vty from X11/
Wayland) until next restart of the computer.

This doesn't happen for everyone (among maintainance team of
NVIDIA GPU driver ports, only I myself am bitten).

    [14 lines not shown]
DeltaFile
+36-0graphics/nvidia-drm-kmod/Makefile.common
+6-2x11/linux-nvidia-libs/Makefile
+3-3x11/nvidia-driver-devel/distinfo
+3-3x11/linux-nvidia-libs-devel/distinfo
+3-3graphics/nvidia-drm-latest-kmod-devel/distinfo
+3-3graphics/nvidia-drm-66-kmod-devel/distinfo
+54-1412 files not shown
+76-3618 files

LLVM/project ae7f200llvm/lib/Target/AMDGPU GCNSubtarget.cpp AMDGPUAsmPrinter.cpp, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.h AMDGPUBaseInfo.cpp

[AMDGPU] Add getLDSAllocGranule to TargetParser

Expose the LDS allocation granule from GPUKind and subarch without an
MCSubtargetInfo. Use the dedicated granularity features and consolidate
backend users on the byte-valued query.

Change-Id: Ic0c9345e7657ec3c6978a646628598cb7608b390
DeltaFile
+28-0llvm/lib/TargetParser/AMDGPUTargetParser.cpp
+16-0llvm/unittests/TargetParser/TargetParserTest.cpp
+0-14llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+4-3llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
+0-5llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
+2-2llvm/lib/Target/AMDGPU/GCNSubtarget.cpp
+50-241 files not shown
+54-247 files

LLVM/project 568ace4llvm/lib/Target/AMDGPU R600Processors.td AMDGPUFeatures.td, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.cpp

[AMDGPU] Model LDS allocation granularity with subtarget features

Add numeric LDS allocation granularity features, expose them through the TargetParser feature bitset, and use them in the existing backend query.

Generic targets select the largest covered allocation granularity so their resource calculations remain conservative.

Change-Id: Icdd501d008c9d3cd566bdc8bde4a75d566ecb90a
DeltaFile
+45-0llvm/unittests/TargetParser/TargetParserTest.cpp
+23-3llvm/lib/Target/AMDGPU/AMDGPU.td
+16-0llvm/lib/Target/AMDGPU/AMDGPUFeatures.td
+6-6llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+6-1llvm/lib/TargetParser/AMDGPUTargetParser.cpp
+4-2llvm/lib/Target/AMDGPU/R600Processors.td
+100-126 files

LLVM/project 981de5dllvm/lib/Target/AMDGPU AMDGPUFeatures.td, llvm/test/TableGen AMDGPUTargetDefLocalMemorySize.td

[AMDGPU] Validate generic-target addressable local memory size

Apply the generic numeric at-most comparison to addressable LDS size. A
generic target must not advertise more local memory than any GPU it covers.

Keep the backend fallback of 32768 bytes and add integration tests using
the real LDS features for valid coverage, over-advertised capacity, and
conflicting feature values.

Change-Id: I9fffbe532b8b5bc8875f20f394f29e2e6899f52e
DeltaFile
+51-0llvm/test/TableGen/AMDGPUTargetDefLocalMemorySize.td
+6-2llvm/lib/Target/AMDGPU/AMDGPUFeatures.td
+57-22 files

LLVM/project ab0e486llvm/lib/Target/AMDGPU AMDGPUTargetParser.td, llvm/test/TableGen AMDGPUTargetDefNumericFeatures.td

[AMDGPU] Generalize generic-target numeric property validation

Describe numeric properties with a field name, fallback value, and an
at-least, at-most, or equal comparison against each covered GPU. Keep exact
feature-record matching for unannotated frontend capabilities.

Share numeric evaluation and metadata defaults with table emission, while
rejecting conflicting values within a GPU. Reuse feature closures during
validation and emission.

Cover comparison policies, defaults, implied features, and malformed
metadata with synthetic TableGen tests.

Change-Id: I287dd5211ab542a7e8d03bd4a9eca4ac6460f588
DeltaFile
+192-90llvm/utils/TableGen/Basic/AMDGPUTargetDefEmitter.cpp
+278-0llvm/test/TableGen/AMDGPUTargetDefNumericFeatures.td
+26-2llvm/lib/Target/AMDGPU/AMDGPUTargetParser.td
+496-923 files

NetBSD/pkgsrc 5PGhPytdoc CHANGES-2026

   doc: Updated graphics/babl to 0.1.128
VersionDeltaFile
1.6060+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ZLOd4hKgraphics/babl PLIST Makefile

   babl: update to 0.1.128.

   avx512 support is now more extensively checked at runtime, fixes for macOS
   exported symbols and library version, initial WASM support.
VersionDeltaFile
1.50+4-4graphics/babl/distinfo
1.76+2-3graphics/babl/Makefile
1.37+2-2graphics/babl/PLIST
+8-93 files

NetBSD/pkgsrc-wip 385f16a. TODO, yayamlls Makefile go-modules.mk

yayamlls: update to 0.3.0.
DeltaFile
+297-294yayamlls/distinfo
+98-97yayamlls/go-modules.mk
+1-5yayamlls/Makefile
+0-1TODO
+396-3974 files

NetBSD/pkgsrc j5r3zGXdoc TODO CHANGES-2026

   doc: Updated shells/shuck to 0.2.1
VersionDeltaFile
1.27899+1-2doc/TODO
1.6059+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc BzhwRW6shells/shuck Makefile cargo-depends.mk

   shuck: update to 0.2.1.

   ## [0.2.1]

   ### Bug Fixes

   * **server:** resolve current-file source anchors

   ## [0.2.0]

   ### ⚠ BREAKING CHANGES

   * **api:** harden public analysis APIs

   ### Features

   * **api:** harden public analysis APIs
   * **parser:** add GitHub Actions expression AST support


    [3 lines not shown]
VersionDeltaFile
1.3+13-7shells/shuck/distinfo
1.3+2-2shells/shuck/Makefile
1.2+3-1shells/shuck/cargo-depends.mk
+18-103 files

LLVM/project 97e2989llvm/include/llvm/TargetParser AMDGPUTargetParser.h, llvm/lib/Target/AMDGPU GCNSubtarget.h GCNSubtarget.cpp

[AMDGPU] Use SIMD-mode terminology for LDS queries

Change-Id: I6d6900868d58374d295126c52f67ffcdd8676902
DeltaFile
+10-9llvm/include/llvm/TargetParser/AMDGPUTargetParser.h
+4-5llvm/lib/Target/AMDGPU/GCNSubtarget.cpp
+5-0llvm/lib/Target/AMDGPU/GCNSubtarget.h
+1-1llvm/lib/TargetParser/AMDGPUTargetParser.cpp
+20-154 files

NetBSD/pkgsrc 1IGyz1Ldoc TODO CHANGES-2026

   doc: Updated textproc/rumdl to 0.2.73
VersionDeltaFile
1.27898+1-2doc/TODO
1.6058+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc 7UEQQLbtextproc/rumdl Makefile cargo-depends.mk

   rumdl: update to 0.2.73.

   0.2.73

   Fixed

       MD022,MD031,MD032,MD058: count a comment-only line as a blank line (b394e30)
       MD057: stop requiring index.md for directory links in filesystem mode (c04ae4e)
       MD051: validate fragments in repository-absolute cross-file links (ead5f39)
       parser: stop reading headings inside blocks whose body is not Markdown (59958b1)
       MD077: carry a code block's interior indentation when reindenting its fence (00c578d)

   0.2.72

   Added

       MD090: add rule flagging horizontal rules directly before headings (09dcae5)

   Fixed

    [39 lines not shown]
VersionDeltaFile
1.55+4-28textproc/rumdl/distinfo
1.23+0-8textproc/rumdl/cargo-depends.mk
1.57+2-2textproc/rumdl/Makefile
+6-383 files

NetBSD/pkgsrc nq4bRBYdoc TODO CHANGES-2026

   doc: Updated security/qca2-qt6 to 2.3.12
VersionDeltaFile
1.27897+1-2doc/TODO
1.6057+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc IrTykZNdoc CHANGES-2026

   doc: Updated security/qca2-qt5-ossl to 2.3.12
VersionDeltaFile
1.6056+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc e1KhH1Adoc CHANGES-2026

   doc: Updated security/qca2-qt5-gnupg to 2.3.12
VersionDeltaFile
1.6055+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 9CF2Rfgdoc CHANGES-2026

   doc: Updated security/qca2-qt5 to 2.3.12
VersionDeltaFile
1.6054+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 8N0BHGxsecurity/qca2-qt5 Makefile Makefile.common, security/qca2-qt5-gnupg Makefile

   qca2-qt*: update to 2.3.12

   Changes not found.
VersionDeltaFile
1.4+4-4security/qca2-qt5/distinfo
1.7+2-2security/qca2-qt5/Makefile.common
1.15+1-2security/qca2-qt6/Makefile
1.42+1-2security/qca2-qt5/Makefile
1.44+1-2security/qca2-qt5-ossl/Makefile
1.43+1-2security/qca2-qt5-gnupg/Makefile
+10-146 files

NetBSD/src WnMI4Dtsys/net/npf npf_ext_route.c

   - Don't use both m0 and m when m would suffice.
   - Fix indent in a comment
   - Remove useless setting to NULL
VersionDeltaFile
1.3+18-22sys/net/npf/npf_ext_route.c
+18-221 files

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

NetBSD/pkgsrc xjEvAnBdoc TODO CHANGES-2026

   doc: Updated textproc/tree-sitter to 0.27.0
VersionDeltaFile
1.27896+1-2doc/TODO
1.6053+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc Yx91Ncntextproc/tree-sitter PLIST Makefile

   tree-sitter: update to 0.27.0.

   Changes:
       feat: start working on v0.27 by @clason in #5127
       docs(cli): include information on generated files by @clason in #5129
       fix(docs): remove conflicting --release cargo flag in contributing.md by @arkriny in #5132
       fix(cli): trailing whitespace after multiline text nodes in CST by @arkriny in #5133
       ci: bump the actions group with 2 updates by @dependabot[bot] in #5137
       fix(cli): correct discrepancy with cst for --no-ranges by @WillLillis in #5134
       ci: bump korthout/backport-action from 3 to 4 in the actions group by @dependabot[bot] in #5155
       build(deps): bump the cargo group with 2 updates by @dependabot[bot] in #5154
       Fix Playground Query by @kevin-hua-kraken in #5150
       fix(cli): cst printing improvements by @arkriny in #5161
       docs(cli): better description of files generated by init by @clason in #5152
       fix(cli): set language in cwd for all usages of highlight command by @WillLillis in #5180
       feat(cli): concurrent builds of the same grammar on different locations on disk by @stackmystack in #5174
       build(deps): bump the cargo group with 2 updates by @dependabot[bot] in #5184
       fix(cli): canonicalize build --output path by @WillLillis in #5183
       feat(cli): make test --update rewrite all corpus files by @arkriny in #5179

    [64 lines not shown]
VersionDeltaFile
1.35+4-4textproc/tree-sitter/distinfo
1.8+2-2textproc/tree-sitter/PLIST
1.37+2-2textproc/tree-sitter/Makefile
+8-83 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

NetBSD/pkgsrc Oodn0EYdoc TODO CHANGES-2026

   doc: Updated devel/py-googleapis-common-protos to 1.75.3
VersionDeltaFile
1.27895+1-2doc/TODO
1.6052+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc 4yQDDhadevel/py-googleapis-common-protos Makefile distinfo

   py-googleapis-common-protos: update to 1.75.3.

   Bug Fixes

       googleapis-common-protos: remove deprecated license classifier (#18242) (6f0216a), refs #18235
VersionDeltaFile
1.33+4-4devel/py-googleapis-common-protos/distinfo
1.33+3-3devel/py-googleapis-common-protos/Makefile
+7-72 files

NetBSD/pkgsrc Zr1SSt7doc TODO CHANGES-2026

   doc: Updated security/py-google-auth to 2.58.0
VersionDeltaFile
1.27894+1-2doc/TODO
1.6051+2-1doc/CHANGES-2026
+3-32 files