FreeBSD/ports 87c81c4x11/xfd Makefile distinfo

x11/xfd: Update to 1.1.5

Add WWW.
Remove BUILD_DEPENDS and RUN_DEPENDS.
Update LIB_DEPENDS.
Use meson.
Update pkg-descr.

https://lists.x.org/archives/xorg-announce/2026-January/003656.html

PR:             292840
Approved by:    x11 (arrowd)
Approved by:    fluffy (mentor)
DeltaFile
+5-9x11/xfd/Makefile
+3-3x11/xfd/distinfo
+2-2x11/xfd/pkg-descr
+10-143 files

FreeBSD/ports eaafb1ex11/libXdamage Makefile distinfo

x11/libXdamage: Update to 1.1.7

Update WWW and pkg-descr.

https://lists.x.org/archives/xorg-announce/2026-January/003659.html

PR:             293201
Approved by:    x11 (arrowd)
Approved by:    fluffy (mentor)
DeltaFile
+3-4x11/libXdamage/Makefile
+3-3x11/libXdamage/distinfo
+3-1x11/libXdamage/pkg-descr
+9-83 files

LLVM/project fa74542llvm/docs AMDGPUExecutionSynchronization.rst AMDGPUUsage.rst

[AMDGPU][Doc] Move barrier documentation to a separate document (#194569)

Create a new "AMDGPU Execution Synchronization" document.
For now, it just documents barriers and their execution model.
Hopefully, over time, we can improve it to document the
programming model of most common methods of synchronizing execution
of threads (e.g. using memory/spinlock).

I kept the documentation mostly as-is, but I did do some minor changes
to make it flow a bit better as a standalone document. For example,
the fact that barriers work at a wavefront granularity has been moved
to the section about `s_barrier` specifically.
I also moved the note about barrier objects existing within a scope
in the main documentation. As a result, the "target-specific properties"
section has been eliminated.
DeltaFile
+430-0llvm/docs/AMDGPUExecutionSynchronization.rst
+4-411llvm/docs/AMDGPUUsage.rst
+4-0llvm/docs/UserGuides.rst
+438-4113 files

LLVM/project d027cacflang/lib/Optimizer/Support Utils.cpp, flang/test/Fir logical-convert.fir convert-to-llvm-openmp-and-fir.fir

[fir] Lower to llvm int constants with appropriately typed int attrs (#195861)

When we lower fir operations to llvm int constants, we used to always
generate `llvm.mlir.constant`s with a i64 integer attribute regardless
of the width of the constant type. This made some llvm dialect level
folding hit assertions in some cases.

Fix this by generating the appropriately typed integer attributes
matching the constant type.
DeltaFile
+46-46flang/test/Fir/logical-convert.fir
+5-5flang/test/Fir/convert-to-llvm-openmp-and-fir.fir
+2-2flang/test/Fir/convert-to-llvm.fir
+1-1flang/test/Fir/tbaa.fir
+1-1flang/test/Fir/global-initialization.fir
+1-1flang/lib/Optimizer/Support/Utils.cpp
+56-566 files

FreeBSD/ports b1586e2games/cataclysm-dda Makefile

games/cataclysm-dda: Unbreak on 16-CURRENT with Clang 21

- Add workaround for strict flow analysis introduced in LLVM 21.1.8
- Limit CXXFLAGS to FreeBSD >= 1600017 to preserve build integrity on older versions
- Fixes "function could be declared with attribute 'noreturn'" errors [1]

[1] https://github.com/llvm/llvm-project/issues/154493
DeltaFile
+10-1games/cataclysm-dda/Makefile
+10-11 files

FreeBSD/ports 2a5052eeditors/fresh distinfo Makefile.crates

editors/fresh: Update to 0.3.2
DeltaFile
+111-107editors/fresh/distinfo
+54-52editors/fresh/Makefile.crates
+2-2editors/fresh/Makefile
+167-1613 files

OPNSense/core 8942e1csrc/etc/inc/xmlrpc legacy.inc

xmlrpc: our xmlrpc sync still has a rather spcial handling for virtual ip's, which sometimes collisions with our standard handling when it comes to "nonsync" behavior.

In https://github.com/opnsense/core/commit/f469cf85296e3da8fe0bb49f4aaee58617d5e065 we fixed virtual ips with a vhid set, but missed the point that the backup may also set nosync on an item not in the list at all, in which case these items that are not in the list will still be duplicated.

This commit removes the vhid constraint and ignore all "nosync" records, which should close the gap here.
DeltaFile
+1-1src/etc/inc/xmlrpc/legacy.inc
+1-11 files

OPNSense/core 8881f01src/opnsense/mvc/app/views/OPNsense/Unbound stats.volt dot.volt

unbound: adjust for better layout, apply bar use and especially stats page
DeltaFile
+46-35src/opnsense/mvc/app/views/OPNsense/Unbound/stats.volt
+5-3src/opnsense/mvc/app/views/OPNsense/Unbound/dot.volt
+3-1src/opnsense/mvc/app/views/OPNsense/Unbound/dnsbl.volt
+2-2src/opnsense/mvc/app/views/OPNsense/Unbound/acl.volt
+2-1src/opnsense/mvc/app/views/OPNsense/Unbound/advanced.volt
+2-1src/opnsense/mvc/app/views/OPNsense/Unbound/general.volt
+60-431 files not shown
+62-447 files

FreeNAS/freenas 85515b1src/middlewared/middlewared/plugins/truenas_connect internal.py config.py, src/middlewared/middlewared/pytest/unit/plugins test_truenas_connect.py

Test fixes
DeltaFile
+62-39src/middlewared/middlewared/plugins/truenas_connect/internal.py
+40-42src/middlewared/middlewared/plugins/truenas_connect/config.py
+18-14src/middlewared/middlewared/plugins/truenas_connect/acme.py
+14-8src/middlewared/middlewared/plugins/truenas_connect/__init__.py
+2-12src/middlewared/middlewared/pytest/unit/plugins/test_truenas_connect.py
+6-6src/middlewared/middlewared/plugins/truenas_connect/request.py
+142-1216 files not shown
+151-13212 files

FreeNAS/freenas 9253c8fsrc/middlewared pyproject.toml

Only have truenas_connect_utils in mypy overrides
DeltaFile
+1-2src/middlewared/pyproject.toml
+1-21 files

FreeNAS/freenas 5566607src/middlewared/middlewared/common/attachment certificate.py

Fix cert attachment delegate
DeltaFile
+7-4src/middlewared/middlewared/common/attachment/certificate.py
+7-41 files

FreeNAS/freenas 8e20e9dtests/unit test_http_service_tnc.py

Fix tests
DeltaFile
+107-55tests/unit/test_http_service_tnc.py
+107-551 files

FreeNAS/freenas 82713b2src/middlewared/middlewared/etc_files/local/nginx nginx.conf.mako

Fix nginx.conf
DeltaFile
+7-7src/middlewared/middlewared/etc_files/local/nginx/nginx.conf.mako
+7-71 files

FreeNAS/freenas 113b213src/middlewared/middlewared/plugins/truenas_connect heartbeat.py finalize_registration.py

Simplify private services in tnc plugin
DeltaFile
+136-132src/middlewared/middlewared/plugins/truenas_connect/heartbeat.py
+85-90src/middlewared/middlewared/plugins/truenas_connect/finalize_registration.py
+49-54src/middlewared/middlewared/plugins/truenas_connect/post_install.py
+29-38src/middlewared/middlewared/plugins/truenas_connect/state.py
+27-12src/middlewared/middlewared/plugins/truenas_connect/__init__.py
+0-12src/middlewared/middlewared/plugins/truenas_connect/cert_attachment.py
+326-3384 files not shown
+331-34310 files

FreeNAS/freenas d9a1a91src/middlewared/middlewared/plugins/truenas_connect update.py config.py, src/middlewared/middlewared/pytest/unit/plugins test_truenas_connect.py

Initial pass at making tnc plugin typesafe
DeltaFile
+206-128src/middlewared/middlewared/pytest/unit/plugins/test_truenas_connect.py
+0-293src/middlewared/middlewared/plugins/truenas_connect/update.py
+166-0src/middlewared/middlewared/plugins/truenas_connect/config.py
+66-80src/middlewared/middlewared/plugins/truenas_connect/register.py
+77-59src/middlewared/middlewared/plugins/truenas_connect/acme.py
+134-0src/middlewared/middlewared/plugins/truenas_connect/internal.py
+649-56023 files not shown
+968-68329 files

NetBSD/pkgsrc nEwbZjBdoc CHANGES-2026 TODO

   Updated devel/py-uv, devel/py-uv-build
VersionDeltaFile
1.2842+3-1doc/CHANGES-2026
1.27212+1-2doc/TODO
+4-32 files

NetBSD/pkgsrc eqe4cV8devel/py-uv distinfo cargo-depends.mk, devel/py-uv-build distinfo

   py-uv py-uv-build: updated to 0.11.10

   0.11.10

   Bug fixes

   Allow pre-release Python requests with non-zero patch versions


   0.11.9

   Enhancements

   Omit compatible release desugaring for pre-release hints
   Fix file locks on Android

   Preview

   uv audit add reporting for adverse project statuses

    [20 lines not shown]
VersionDeltaFile
1.21+100-109devel/py-uv-build/distinfo
1.20+100-109devel/py-uv/distinfo
1.19+32-35devel/py-uv/cargo-depends.mk
1.22+3-3devel/py-uv/Makefile.common
+235-2564 files

NetBSD/pkgsrc-wip 75a036elldb distinfo, llvm distinfo

llvm: updated to 22.1.5
DeltaFile
+3-3wasi-libcxx/distinfo
+3-3polly/distinfo
+3-3openmp/distinfo
+3-3mlir/distinfo
+3-3llvm/distinfo
+3-3lldb/distinfo
+18-189 files not shown
+43-4315 files

FreeBSD/ports dbd7183mail/mlmmj-archiver distinfo Makefile

mail/mlmmj-archiver: update to 0.7.1
DeltaFile
+3-3mail/mlmmj-archiver/distinfo
+1-1mail/mlmmj-archiver/Makefile
+4-42 files

NetBSD/src FmTh4NMsys/arch/riscv/include ptrace.h vmparam.h

   Spell RISC-V correctly in comments.
VersionDeltaFile
1.7+2-2sys/arch/riscv/include/ptrace.h
1.15+2-2sys/arch/riscv/include/vmparam.h
1.8+2-2sys/arch/riscv/include/intr.h
1.2+2-2sys/arch/riscv/include/lwp_private.h
1.2+2-2sys/arch/riscv/include/pci_machdep.h
1.30+2-2sys/arch/riscv/include/pmap.h
+12-121 files not shown
+14-147 files

FreeBSD/ports f535cebdevel/py-stringzilla distinfo Makefile, devel/stringzilla pkg-plist distinfo

devel/{,py-}stringzilla: update 4.5.1 → 4.6.1
DeltaFile
+7-3devel/stringzilla/pkg-plist
+3-3devel/py-stringzilla/distinfo
+3-3devel/stringzilla/distinfo
+2-1devel/stringzilla/Makefile
+1-1devel/py-stringzilla/Makefile
+16-115 files

FreeBSD/ports 777481ebiology/locarna distinfo Makefile

biology/locarna: update 2.0.0 → 2.0.1
DeltaFile
+3-3biology/locarna/distinfo
+1-2biology/locarna/Makefile
+4-52 files

FreeBSD/ports d9302a5math/scalapackfx distinfo Makefile, science/dftbplus Makefile

math/scalapackfx: update 1.2 → 1.3
DeltaFile
+3-3math/scalapackfx/distinfo
+1-2math/scalapackfx/Makefile
+1-1science/dftbplus/Makefile
+5-63 files

FreeBSD/ports 0f2f95dbiology/ncbi-cxx-toolkit distinfo Makefile

biology/ncbi-cxx-toolkit: update 30.2.0 → 30.3.0
DeltaFile
+3-3biology/ncbi-cxx-toolkit/distinfo
+1-1biology/ncbi-cxx-toolkit/Makefile
+4-42 files

FreeBSD/ports 19374c7misc/lastools distinfo Makefile, misc/lastools/files patch-src_las2txt.cpp patch-CMakeLists.txt

misc/lastools: update 2.0.3 → 2.0.5

Reported by:    portscout
DeltaFile
+0-11misc/lastools/files/patch-src_las2txt.cpp
+9-0misc/lastools/files/patch-CMakeLists.txt
+3-3misc/lastools/distinfo
+2-2misc/lastools/Makefile
+3-0misc/lastools/pkg-plist
+17-165 files

FreeBSD/ports 8449d91misc/py-model-hosting-container-standards distinfo Makefile

misc/py-model-hosting-container-standards: update 0.1.14 → 0.1.15

Reported by:    portscout
DeltaFile
+3-3misc/py-model-hosting-container-standards/distinfo
+1-1misc/py-model-hosting-container-standards/Makefile
+4-42 files

FreeBSD/ports fd3c175math/universal distinfo Makefile

math/universal: update 4.6.13 → 4.6.14

Reported by:    portscout
DeltaFile
+3-3math/universal/distinfo
+2-2math/universal/Makefile
+5-52 files

FreeBSD/ports 83c3dd5misc/py-laspy Makefile distinfo

misc/py-laspy: update 2.5.4 → 2.7.0

Reported by:    portscout
DeltaFile
+2-4misc/py-laspy/Makefile
+3-3misc/py-laspy/distinfo
+5-72 files

FreeBSD/ports 6367299math/py-PuLP distinfo Makefile

math/py-PuLP: update 3.3.0 → 3.3.1

Reported by:    portscout
DeltaFile
+3-3math/py-PuLP/distinfo
+1-1math/py-PuLP/Makefile
+4-42 files

FreeBSD/ports 98acb3etextproc/ibus-table distinfo Makefile

textproc/ibus-table: update 1.17.17 → 1.17.18
DeltaFile
+3-3textproc/ibus-table/distinfo
+1-1textproc/ibus-table/Makefile
+4-42 files