FreeBSD/ports 70daa7fdevel/task distinfo Makefile

devel/task: Update to 3.51.1

Changelog: https://github.com/go-task/task/blob/v3.51.1/CHANGELOG.md

Reported by:    GitHub (watch releases)
DeltaFile
+5-5devel/task/distinfo
+1-2devel/task/Makefile
+6-72 files

LLVM/project 606a570llvm/lib/Target/RISCV/Disassembler RISCVDisassembler.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.8-beta.1
DeltaFile
+17-31llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
+17-311 files

OpenBSD/src qi7JK6Ssys/dev/pci pcidevs_data.h pcidevs.h

   regen
VersionDeltaFile
1.2124+5-1sys/dev/pci/pcidevs_data.h
1.2129+2-1sys/dev/pci/pcidevs.h
+7-22 files

OpenBSD/src 8IWJEW6sys/dev/pci pcidevs

   Add MT7920 pci id

   ok claudio@
VersionDeltaFile
1.2136+2-1sys/dev/pci/pcidevs
+2-11 files

FreeBSD/ports 1e95f01archivers/openzl Makefile pkg-plist, archivers/openzl/files patch-build-scripts_make_zldefs.make patch-Makefile

archivers/openzl: Update to 0.2.0

Changelog: https://github.com/facebook/openzl/releases/tag/v0.2.0

Reported by:    GitHub (watch releases)
DeltaFile
+10-16archivers/openzl/Makefile
+21-3archivers/openzl/pkg-plist
+15-7archivers/openzl/distinfo
+13-0archivers/openzl/files/patch-build-scripts_make_zldefs.make
+0-13archivers/openzl/files/patch-Makefile
+0-13archivers/openzl/files/patch-build_make_zldefs.make
+59-521 files not shown
+64-577 files

FreeBSD/ports 19b745cdatabases/timescaledb-parallel-copy distinfo Makefile

databases/timescaledb-parallel-copy: Update to 0.13.0
DeltaFile
+5-5databases/timescaledb-parallel-copy/distinfo
+1-2databases/timescaledb-parallel-copy/Makefile
+6-72 files

LLVM/project 4b27000llvm/lib/Target/AMDGPU SIISelLowering.cpp, llvm/test/CodeGen/AMDGPU load-atomic-flat.ll load-atomic-global.ll

[AMDGPU][AtomicExpand] Support sub naturally aligned 64 bit atomic load/store
DeltaFile
+87-0llvm/test/CodeGen/AMDGPU/load-atomic-flat.ll
+87-0llvm/test/CodeGen/AMDGPU/load-atomic-global.ll
+49-0llvm/test/CodeGen/AMDGPU/store-atomic-flat.ll
+48-0llvm/test/CodeGen/AMDGPU/store-atomic-global.ll
+44-0llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+36-0llvm/test/Transforms/AtomicExpand/AMDGPU/unaligned-atomic.ll
+351-06 files not shown
+417-612 files

FreeBSD/ports 3100cb3databases/pg_textsearch distinfo Makefile

databases/pg_textsearch: Update to 1.2.0
DeltaFile
+3-3databases/pg_textsearch/distinfo
+1-1databases/pg_textsearch/Makefile
+1-0databases/pg_textsearch/pkg-plist
+5-43 files

OpenBSD/src pgN5mLIsys/dev/pci pcidevs_data.h pcidevs.h

   regen
VersionDeltaFile
1.2123+5-1sys/dev/pci/pcidevs_data.h
1.2128+2-1sys/dev/pci/pcidevs.h
+7-22 files

OpenBSD/src flJzu7Isys/dev/pci pcidevs

   add another Apple NVMe
VersionDeltaFile
1.2135+2-1sys/dev/pci/pcidevs
+2-11 files

FreeBSD/ports f19c96anews/inn Makefile, news/inn-current distinfo

news/inn-current: Add expire tombstone patch

https://github.com/InterNetNews/inn/pull/340

Gated by EXPERIMENTAL option

Move all patches to local to handle merge conflicts.
DeltaFile
+2,883-0news/inn-current/files/pr338.patch
+2,700-0news/inn-current/files/pr340.patch
+1,238-0news/inn-current/files/pr339.patch
+87-0news/inn-current/files/pr337.patch
+0-18news/inn-current/distinfo
+4-10news/inn/Makefile
+6,912-281 files not shown
+6,913-297 files

LLVM/project b5cf3c7clang/lib/CIR/CodeGen CIRGenBuiltinAArch64.cpp, clang/test/CodeGen/AArch64 neon-perm.c

[CIR][AArch64] Lower NEON vtrn intrinsics (#197651)

### Summary

part of : https://github.com/llvm/llvm-project/issues/185382

lower `vtrn` intrinsics in:
https://arm-software.github.io/acle/neon_intrinsics/advsimd.html#transpose-elements

Lower `case NEON::BI__builtin_neon_vtrn_v` and `case
NEON::BI__builtin_neon_vtrnq_v` CIRGenBuiltinAArch64.cpp by porting by
porting the existing incubator
logic(`clangir/clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp`),generating
the two transpose results with `cir.vec.shuffle`, and storing both
vectors into the returned pair structure.

All intrinsics in `clang/test/CodeGen/AArch64/neon-perm.c` have been
migrated into `clang/test/CodeGen/AArch64/neon/perm.c`,so I delete the
original file.
DeltaFile
+0-383clang/test/CodeGen/AArch64/neon-perm.c
+372-0clang/test/CodeGen/AArch64/neon/perm.c
+0-36clang/test/CodeGen/AArch64/fp8-intrinsics/acle_neon_fp8_untyped.c
+22-2clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp
+394-4214 files

LLVM/project 6215721clang/test/CodeGen/AArch64/neon perm.c

[CIR][AArch64][NFC] Modify unzip zip intrinsics checkline (#198064)

### summary

part of:https://github.com/llvm/llvm-project/issues/185382

this is a follow up of:
https://github.com/llvm/llvm-project/pull/195591 and
https://github.com/llvm/llvm-project/pull/193658

Change the checkline from hard-coded to lit variable capture.
DeltaFile
+120-120clang/test/CodeGen/AArch64/neon/perm.c
+120-1201 files

FreeBSD/ports ff91623devel/R-cran-broom distinfo Makefile

devel/R-cran-broom: Update to 1.0.13

Reported by:    portscout
DeltaFile
+3-3devel/R-cran-broom/distinfo
+1-1devel/R-cran-broom/Makefile
+4-42 files

FreeBSD/ports fd2c907astro/wcslib pkg-plist distinfo

astro/wcslib: Update to 8.7
DeltaFile
+4-2astro/wcslib/pkg-plist
+3-3astro/wcslib/distinfo
+1-1astro/wcslib/Makefile
+8-63 files

FreeBSD/ports 004e41dfilesystems/zerofs distinfo Makefile.crates

filesystems/zerofs: udpate to 1.1.7.

PR:             295259
DeltaFile
+433-305filesystems/zerofs/distinfo
+216-152filesystems/zerofs/Makefile.crates
+2-4filesystems/zerofs/Makefile
+651-4613 files

FreeBSD/ports dfb9590databases/pgactive Makefile, databases/pgactive/files patch-src_compat_18_pg__dump_pg__backup__tar.c patch-src_compat_18_pg__dump_pg__backup__archiver.h

databases/pgactive: Fix building with latest postgresql18-server.
DeltaFile
+18-0databases/pgactive/files/patch-src_compat_18_pg__dump_pg__backup__tar.c
+12-0databases/pgactive/files/patch-src_compat_18_pg__dump_pg__backup__archiver.h
+1-0databases/pgactive/Makefile
+31-03 files

GhostBSD/ports 1c2721fsysutils/mate-power-manager Makefile, sysutils/mate-power-manager/files patch-src_gpm-backlight-helper.c

Merge remote-tracking branch 'origin/main'
DeltaFile
+214-14sysutils/mate-power-manager/files/patch-src_gpm-backlight-helper.c
+1-1sysutils/mate-power-manager/Makefile
+215-152 files

GhostBSD/ports 3d00261sysutils/mate-power-manager pkg-message

sysutils/mate-power-manager: add post-install message for backlight control steps
DeltaFile
+9-0sysutils/mate-power-manager/pkg-message
+9-01 files

GhostBSD/ports 9ae5ca3sysutils/mate-power-manager Makefile, sysutils/mate-power-manager/files patch-src_gpm-backlight-helper.c

Merge pull request #127 from ghostbsd/mate-backlight-supports

sysutils/mate-power-manager: Add FreeBSD support for backlight management
DeltaFile
+214-14sysutils/mate-power-manager/files/patch-src_gpm-backlight-helper.c
+1-1sysutils/mate-power-manager/Makefile
+215-152 files

LLVM/project 626ef59llvm/lib/Transforms/Instrumentation IndirectCallPromotion.cpp, llvm/lib/Transforms/Scalar JumpTableToSwitch.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+3-4llvm/lib/Transforms/Scalar/JumpTableToSwitch.cpp
+3-3llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
+6-72 files

LLVM/project a1ff77dllvm/lib/Transforms/Instrumentation IndirectCallPromotion.cpp

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+3-3llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
+3-31 files

LLVM/project ad342d4llvm/lib/Transforms/Instrumentation IndirectCallPromotion.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+3-3llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
+3-31 files

LLVM/project bae540bllvm/lib/IR Verifier.cpp, llvm/test/Verifier value-profile.ll

[IR] Verify that VP !prof does not have duplicate prof values

Follows on #193077. We should not have duplicate values as they should
be merged before being moved into IR. Add this to the verifier so that
we can actually enforce this constraint.

Reviewers: david-xl, teresajohnson

Pull Request: https://github.com/llvm/llvm-project/pull/193083
DeltaFile
+9-0llvm/lib/IR/Verifier.cpp
+9-0llvm/test/Verifier/value-profile.ll
+18-02 files

LLVM/project 96285e0flang/lib/Semantics check-omp-structure.cpp check-omp-structure.h, flang/test/Semantics/OpenMP declare-target09.f90

[flang][OpenMP] Add diagnostic for bare DECLARE TARGET in invalid scopes (#198039)

The bare form of `!$omp declare target` (without arguments or clauses)
is only permitted in the specification part of a subroutine, function,
or interface body (OpenMP 5.2, section 7.8.2). Flang previously accepted
it silently in BLOCK DATA, PROGRAM, MODULE, SUBMODULE, and BLOCK
constructs.

This patch:
- Adds a semantic check rejecting the bare form outside Subprogram
scopes.
- Adds MpSubprogramStmt/EndMpSubprogramStmt scope tracking to avoid
  false positives in separate module subprograms (MODULE PROCEDURE).
- Fixes pre-existing BlockConstruct scope tracking bugs: the Leave
  handler was pushing instead of popping (stack corruption), and the
  Enter handler used blockStmt.source which resolves to the parent
  scope. Now uses endBlockStmt.source (walked inside the block scope
  during name resolution) for correct BlockConstruct scope identity.


    [4 lines not shown]
DeltaFile
+101-0flang/test/Semantics/OpenMP/declare-target09.f90
+25-14flang/lib/Semantics/check-omp-structure.cpp
+2-0flang/lib/Semantics/check-omp-structure.h
+128-143 files

FreeBSD/src 763de19sys/fs/nfsserver nfs_nfsdstate.c

nfsd: Disable use of callbacks for NFSv4.0

Commit 71ac1ec5c9d9 disabled callbacks for the NFS
client for NFSv4.0.  This patch does the same for
the NFSv4.0 server.

The only use for callbacks for NFSv4.0 is delegations
and delegations rarely work well for NFSv4.0 anyhow.

Therefore, this patch disables callbacks for the
NFSv4.0 server.  This is the same behavior as
occurs when vfs.nfsd.issue_delegations is 0.

This change allowed the functions called
nfsrv_getclientipaddr() and nfsrv_getipnumber() to be
removed from the kernel.

(cherry picked from commit 457c621add0a531273ee27798c924c6aaeacc4c1)
DeltaFile
+38-235sys/fs/nfsserver/nfs_nfsdstate.c
+38-2351 files

FreeBSD/ports 8d3e332net-im/teams Makefile, x11/waveterm Makefile

*/*: Bump port revision after electron41 update (9008a15e279f)
DeltaFile
+1-1net-im/teams/Makefile
+1-1x11/waveterm/Makefile
+2-22 files

FreeBSD/ports 9008a15devel/electron41 distinfo, devel/electron41/files patch-electron_shell_browser_api_electron__api__app.cc patch-electron_BUILD.gn

devel/electron41: Update to 41.6.1

Changelog:
- https://github.com/electron/electron/releases/tag/v41.5.2
- https://github.com/electron/electron/releases/tag/v41.6.0
- https://github.com/electron/electron/releases/tag/v41.6.1

Reported by:    GitHub (watch releases)
DeltaFile
+10-10devel/electron41/files/patch-electron_shell_browser_api_electron__api__app.cc
+7-7devel/electron41/files/patch-electron_BUILD.gn
+5-5devel/electron41/distinfo
+2-2devel/electron41/files/patch-electron_shell_browser_ui_views_frameless__view.cc
+2-2devel/electron41/files/patch-electron_shell_browser_ui_views_frameless__view.h
+2-2devel/electron41/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc
+28-281 files not shown
+29-297 files

OpenBSD/src 87Wyy2gbin/pax tables.c

   add missing sigfillset() call
   caught by clang-22 -Wuninitialized-const-pointer
   ok millert@ deraadt@ guenther@
VersionDeltaFile
1.56+2-1bin/pax/tables.c
+2-11 files

GhostBSD/ports 009317esysutils/mate-power-manager Makefile

sysutils/mate-power-manager: bump PORTREVISION to 2
DeltaFile
+1-1sysutils/mate-power-manager/Makefile
+1-11 files