NetBSD/pkgsrc PeWUmIugames/openmortal Makefile

   openmortal: switch to sourceforge, other page is gone
VersionDeltaFile
1.57+2-3games/openmortal/Makefile
+2-31 files

NetBSD/pkgsrc WeOawOWgames/openhexagon Makefile

   openhexagon: remove link to wrong site
VersionDeltaFile
1.11+2-3games/openhexagon/Makefile
+2-31 files

OPNSense/plugins a83f336. README.md, net/isc-dhcp Makefile pkg-descr

net/isc-dhcp: sync with master
DeltaFile
+8-0net/isc-dhcp/Makefile
+7-0net/isc-dhcp/pkg-descr
+1-0README.md
+16-03 files

LLVM/project 0b7d14emlir/lib/Dialect/XeGPU/IR XeGPUDialect.cpp, mlir/lib/Dialect/XeGPU/Transforms XeGPUPeepHoleOptimizer.cpp XeGPUOptimizeBlockLoads.cpp

[MLIR][XeGPU] Add 2D `vector.multi_reduction` optimization (#171154)

DeltaFile
+587-0mlir/lib/Dialect/XeGPU/Transforms/XeGPUPeepHoleOptimizer.cpp
+0-491mlir/lib/Dialect/XeGPU/Transforms/XeGPUOptimizeBlockLoads.cpp
+313-0mlir/test/Dialect/XeGPU/peephole-optimize.mlir
+0-280mlir/test/Dialect/XeGPU/optimize-transpose.mlir
+42-4mlir/test/Dialect/XeGPU/subgroup-distribute.mlir
+18-0mlir/lib/Dialect/XeGPU/IR/XeGPUDialect.cpp
+960-7756 files not shown
+984-79012 files

OPNSense/tools 84d6584config/25.7 plugins.conf

config: add isc-dhcp plugin
DeltaFile
+1-0config/25.7/plugins.conf
+1-01 files

LLVM/project bd65ec1llvm/lib/Target/AArch64 AArch64ISelLowering.cpp AArch64InstrInfo.td, llvm/test/CodeGen/AArch64 arm64-int-neon.ll

[AArch64] Add lowering for NEON saturating shift intrinsics (#171485)

This patch extends on the work done in #161840 and adds lowering with
bitcasts for saturating shift intrinsics.
DeltaFile
+91-1llvm/test/CodeGen/AArch64/arm64-int-neon.ll
+22-11llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+12-7llvm/lib/Target/AArch64/AArch64InstrInfo.td
+8-3llvm/lib/Target/AArch64/AArch64InstrFormats.td
+133-224 files

NetBSD/src OLP8bdGdistrib/common/bootimage Makefile.bootimage

   bootimage: fix a build error of zaurus live-image on parallel build

   Add an explicit dependency of ${FATFILES} on ${TARGETFS} since
   necessary files are assumed to be extracted during ${TARGETFS} image
   build (not sure how it worked before).

   Should be pulled up to netbsd-11.
VersionDeltaFile
1.48+6-2distrib/common/bootimage/Makefile.bootimage
+6-21 files

OPNSense/plugins 23997fe. README.md, net/isc-dhcp Makefile pkg-descr

net/isc-dhcp: add plugin for legacy code
DeltaFile
+8-0net/isc-dhcp/Makefile
+7-0net/isc-dhcp/pkg-descr
+1-0README.md
+16-03 files

OPNSense/plugins 764f2d9. LICENSE

LICENSE: sync
DeltaFile
+3-0LICENSE
+3-01 files

LLVM/project efd66e5clang/test/Sema warn-lifetime-analysis-nocfg.cpp warn-lifetime-safety.cpp, clang/test/Sema/Inputs lifetime-analysis.h

[LifetimeSafety] Test lifetime safety on stmt-local analysis test suite
DeltaFile
+217-55clang/test/Sema/warn-lifetime-analysis-nocfg.cpp
+9-9clang/test/Sema/warn-lifetime-safety.cpp
+9-1clang/test/Sema/Inputs/lifetime-analysis.h
+235-653 files

FreeBSD/ports 37d44efdevel/ruby-build distinfo Makefile

devel/ruby-build: Update to 20260114

Changes:        https://github.com/rbenv/ruby-build/releases/tag/v20260114
(cherry picked from commit 7c9bc6f5b79d09dd988557d77ea903ec12e5d3c3)
DeltaFile
+3-3devel/ruby-build/distinfo
+1-1devel/ruby-build/Makefile
+4-42 files

LLVM/project e2cbb02flang/test/Lower call-copy-in-out.f90 block.f90

[flang][NFC] Converted five tests from old lowering to new lowering (part 8) (#175881)

Tests converted from test/Lower: block.f90, call-copy-in-out.f90,
call-implicit.f90, call.f90, character-compare.f90
DeltaFile
+53-191flang/test/Lower/call-copy-in-out.f90
+32-31flang/test/Lower/block.f90
+13-10flang/test/Lower/call.f90
+10-4flang/test/Lower/call-implicit.f90
+2-3flang/test/Lower/character-compare.f90
+110-2395 files

FreeBSD/ports 94778e5devel/ruby-build distinfo Makefile

devel/ruby-build: Update to 20260113

Changes:        https://github.com/rbenv/ruby-build/releases/tag/v20260113
(cherry picked from commit e4242f8fafa10cdc6c7dcd4a6f4b8c2c3662ab85)
DeltaFile
+3-3devel/ruby-build/distinfo
+1-1devel/ruby-build/Makefile
+4-42 files

FreeBSD/src fc353e5sbin/pfctl parse.y, sbin/pfctl/tests pfctl_test_list.inc

pfctl: allow new page character (^L) in pf.conf

PF configuration files can contains many things.

Using the new page characters (i.e. ^L, \014) to mark the beginning
of parts is useful because many editors such as emacs and vim has
facilities to jump next/previous ones.

PR:             86635
MFC after:      2 weeks
Submitted by:   MOROHOSHI Akihiko <moro at remus.dti.ne.jp>
Submitted by:   Simon Wollwage <rootnode+freebsd at wollwage.com>
Sponsored by:   Rubicon Communications, LLC ("Netgate")
DeltaFile
+3-0sbin/pfctl/tests/files/pf1078.in
+2-0sbin/pfctl/tests/files/pf1078.ok
+1-1sbin/pfctl/parse.y
+1-0sbin/pfctl/tests/pfctl_test_list.inc
+7-14 files

LLVM/project c2a2ff3clang/lib/Analysis/LifetimeSafety FactsGenerator.cpp, clang/unittests/Analysis LifetimeSafetyTest.cpp

Fix crash in derived to base conversion
DeltaFile
+11-5clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
+12-0clang/unittests/Analysis/LifetimeSafetyTest.cpp
+23-52 files

FreeBSD/ports b7c55b0devel/lazygit distinfo Makefile

devel/lazygit: Update to 0.58.1

Changes:        https://github.com/jesseduffield/lazygit/releases/tag/v0.58.0
Changes:        https://github.com/jesseduffield/lazygit/releases/tag/v0.58.1
DeltaFile
+5-5devel/lazygit/distinfo
+1-1devel/lazygit/Makefile
+6-62 files

FreeBSD/ports e4242f8devel/ruby-build distinfo Makefile

devel/ruby-build: Update to 20260113

Changes:        https://github.com/rbenv/ruby-build/releases/tag/v20260113
DeltaFile
+3-3devel/ruby-build/distinfo
+1-1devel/ruby-build/Makefile
+4-42 files

FreeBSD/ports 7c9bc6fdevel/ruby-build distinfo Makefile

devel/ruby-build: Update to 20260114

Changes:        https://github.com/rbenv/ruby-build/releases/tag/v20260114
DeltaFile
+3-3devel/ruby-build/distinfo
+1-1devel/ruby-build/Makefile
+4-42 files

LLVM/project cc13c77clang/lib/CIR/Dialect/IR CIRDialect.cpp, mlir/include/mlir/Interfaces ControlFlowInterfaces.h

[mlir][Interfaces] Split successor inputs from region successor
DeltaFile
+52-12clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+43-20mlir/lib/Dialect/SCF/IR/SCF.cpp
+43-12mlir/test/lib/Dialect/Test/TestOpDefs.cpp
+12-30mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
+28-11mlir/lib/Dialect/Transform/IR/TransformOps.cpp
+36-3mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
+214-8834 files not shown
+411-19340 files

LLVM/project 18b004dllvm/include/llvm/CodeGen SDPatternMatch.h, llvm/unittests/CodeGen SelectionDAGPatternMatchTest.cpp

[DAG] SDPatternMatch - Implement m_IntrinsicWOChain matchers (#175626)

Resolve #174436

Implemented matchers for intrinsics.

The usage looks something like:

```cpp
sd_match(N , m_IntrinsicWOChain<Intrinsic::${INTRINSIC_ID}>(/* match possible operands of the intrinsic */));
```
DeltaFile
+44-0llvm/unittests/CodeGen/SelectionDAGPatternMatchTest.cpp
+5-0llvm/include/llvm/CodeGen/SDPatternMatch.h
+49-02 files

FreeBSD/ports 2a2ee6csecurity/pam_worker Makefile

security/pam_worker: fix bad copy/paste
DeltaFile
+1-1security/pam_worker/Makefile
+1-11 files

FreeBSD/ports 228c7fbsecurity Makefile, security/pam_worker Makefile pkg-descr

security/pam_worker: new port

PAM-modules is a collection of useful PAM modules and command line
utilities for checking PAM authentication and other management groups.
DeltaFile
+20-0security/pam_worker/Makefile
+4-0security/pam_worker/pkg-descr
+3-0security/pam_worker/distinfo
+1-0security/Makefile
+28-04 files

LLVM/project 072b98cmlir/include/mlir/Interfaces ControlFlowInterfaces.h, mlir/lib/Dialect/Affine/IR AffineOps.cpp

[mlir][Interfaces] Split successor inputs from region successor
DeltaFile
+43-20mlir/lib/Dialect/SCF/IR/SCF.cpp
+43-12mlir/test/lib/Dialect/Test/TestOpDefs.cpp
+12-30mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
+36-3mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
+28-11mlir/lib/Dialect/Transform/IR/TransformOps.cpp
+25-11mlir/lib/Dialect/Affine/IR/AffineOps.cpp
+187-8732 files not shown
+354-18138 files

LLVM/project 91b3fe0flang-rt/cmake/modules GetToolchainDirs.cmake

[Flang-RT][CMake] Remove redundant code. NFC. (#175917)

Two methods to extract the same data. Remove the one that is overwritten
later anyway.
DeltaFile
+0-8flang-rt/cmake/modules/GetToolchainDirs.cmake
+0-81 files

LLVM/project e69bcddmlir/lib/Analysis/DataFlow SparseAnalysis.cpp, mlir/lib/Dialect/Affine/IR AffineOps.cpp

[mlir][Interfaces] Split successor inputs from region successor
DeltaFile
+43-20mlir/lib/Dialect/SCF/IR/SCF.cpp
+43-12mlir/test/lib/Dialect/Test/TestOpDefs.cpp
+36-3mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
+28-11mlir/lib/Dialect/Transform/IR/TransformOps.cpp
+25-11mlir/lib/Dialect/Affine/IR/AffineOps.cpp
+11-14mlir/lib/Analysis/DataFlow/SparseAnalysis.cpp
+186-7132 files not shown
+349-16738 files

LLVM/project d93401fllvm/lib/Target/AMDGPU GCNRegPressure.cpp, llvm/test/CodeGen/AMDGPU machine-scheduler-sink-trivial-remats-attr.mir

[Review] Discussion with lrami
DeltaFile
+19-19llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats-attr.mir
+5-2llvm/lib/Target/AMDGPU/GCNRegPressure.cpp
+24-212 files

FreeBSD/ports ca7477dx11 Makefile, x11/histui Makefile pkg-descr

x11/histui: Add new port

Histui is a notification system for Wayland desktops. It captures, displays,
and lets you browse your notification history.

Features:

  - CSS theming with hot reload - edit themes live without restarting
  - Clickable URLs and deep links - jump straight to the source app
  - Image previews and progress bars with Pango markup support
  - Smart icon resolution - app aliases with Nerd Font fallbacks for 350+ apps
  - Audio alerts by urgency with repeat options
  - Notification stacking with smooth animations
  - Supports Hyprland, Sway, river, and other layer-shell compositors
  - Run alongside other daemons (dunst, mako etcetera..)

Histui is also a CLI and TUI for querying notification history. You can:

  - View what you missed while away

    [5 lines not shown]
DeltaFile
+30-0x11/histui/Makefile
+20-0x11/histui/pkg-descr
+5-0x11/histui/distinfo
+1-0x11/Makefile
+56-04 files

LLVM/project 3836d49clang/docs ReleaseNotes.rst, clang/lib/Sema SemaTemplateInstantiate.cpp

[clang] Fix TemplateInstantiator crash transforming loop hint argument (#172289)

A generic lambda inside a generic function is (currently) instantiated twice. Thus the argument expression of a loop hint inside such a lambda may still be value dependent after the first instantiation and we must protect against this in `TransformLoopHintAttr`. We also fix a bug in this function where the special handling of an unroll(0|1) hint could be applied to *other* loop hints, if they receive an argument 1 after instantiation.
DeltaFile
+31-1clang/test/CodeGenCXX/pragma-unroll.cpp
+25-0clang/test/Sema/unroll-template-value-crash.cpp
+16-7clang/lib/Sema/SemaTemplateInstantiate.cpp
+2-0clang/docs/ReleaseNotes.rst
+74-84 files

OPNSense/ports df106d8security/suricata distinfo Makefile

security/suricata: update to 8.0.3
DeltaFile
+3-3security/suricata/distinfo
+1-2security/suricata/Makefile
+4-52 files

OPNSense/ports 2df2ac1sysutils/cpu-microcode-intel pkg-message Makefile

sysutils/cpu-microcode-intel: sync with upstream

Taken from: FreeBSD
DeltaFile
+5-2sysutils/cpu-microcode-intel/pkg-message
+2-1sysutils/cpu-microcode-intel/Makefile
+7-32 files