FreeBSD/ports 9addd50audio/mac distinfo Makefile, audio/mac/files patch-Source_MACLib_Prepare.cpp

audio/mac: Update to 12.04

Changes: https://www.monkeysaudio.com/versionhistory.html
DeltaFile
+0-12audio/mac/files/patch-Source_MACLib_Prepare.cpp
+3-3audio/mac/distinfo
+1-2audio/mac/Makefile
+4-173 files

LLVM/project c6358f5clang/lib/AST ASTContext.cpp, clang/lib/CodeGen CodeGenFunction.cpp CodeGenModule.cpp

clang-format
DeltaFile
+18-13clang/lib/CodeGen/CodeGenFunction.cpp
+16-13clang/lib/CodeGen/CodeGenModule.cpp
+7-7clang/lib/CodeGen/TargetBuiltins/PPC.cpp
+3-2clang/lib/CodeGen/CodeGenFunction.h
+4-1clang/lib/AST/ASTContext.cpp
+2-3clang/lib/CodeGen/Targets/PPC.cpp
+50-391 files not shown
+51-417 files

LLVM/project 1ab4d67clang/test/Sema attr-target.c

fix Sema/attr-target.c
DeltaFile
+5-7clang/test/Sema/attr-target.c
+5-71 files

LLVM/project f9ed73bclang/lib/CodeGen CodeGenFunction.h, clang/lib/CodeGen/TargetBuiltins PPC.cpp

refactor EmitPPCBuiltinCpu
DeltaFile
+35-27clang/lib/CodeGen/TargetBuiltins/PPC.cpp
+1-0clang/lib/CodeGen/CodeGenFunction.h
+36-272 files

LLVM/project 6ec855bclang/lib/Basic/Targets PPC.cpp PPC.h, clang/lib/CodeGen CodeGenFunction.cpp CodeGenModule.cpp

clang codegen for target_clones
DeltaFile
+68-2clang/lib/CodeGen/CodeGenFunction.cpp
+56-0clang/lib/Sema/SemaPPC.cpp
+47-0clang/lib/CodeGen/Targets/PPC.cpp
+36-0clang/lib/Basic/Targets/PPC.cpp
+6-4clang/lib/CodeGen/CodeGenModule.cpp
+4-0clang/lib/Basic/Targets/PPC.h
+217-65 files not shown
+231-711 files

LLVM/project de08e99clang/lib/Basic/Targets PPC.cpp

fix PPCTargetInfo::parseTargetAttr
DeltaFile
+14-12clang/lib/Basic/Targets/PPC.cpp
+14-121 files

LLVM/project ae54a32clang/lib/CodeGen CodeGenModule.cpp

ignore target_clones on a declaration and internalize the resolver and the clones
DeltaFile
+34-6clang/lib/CodeGen/CodeGenModule.cpp
+34-61 files

LLVM/project ef7ca95clang/test/CodeGenCXX externc-ifunc-resolver.cpp

enable more tests on AIX
DeltaFile
+1-0clang/test/CodeGenCXX/externc-ifunc-resolver.cpp
+1-01 files

LLVM/project 66e4473clang/include/clang/Basic AttrDocs.td

add ifunc documentation
DeltaFile
+7-0clang/include/clang/Basic/AttrDocs.td
+7-01 files

OpenBSD/src TACs3q4distrib/sets/lists/base mi

   sync
VersionDeltaFile
1.1179+1-1distrib/sets/lists/base/mi
+1-11 files

FreeBSD/ports 783e6aedatabases/pg_textsearch distinfo Makefile

databases/pg_textsearch: Update to 0.4.1
DeltaFile
+3-3databases/pg_textsearch/distinfo
+1-1databases/pg_textsearch/Makefile
+4-42 files

FreeBSD/ports 088bd6aaudio/strawberry distinfo Makefile

audio/strawberry: Update to 1.12.17

Require USE_QT=imageformat:run, as this version supports the webp
image format.

https://github.com/strawberrymusicplayer/strawberry/releases/tag/1.2.17
DeltaFile
+3-3audio/strawberry/distinfo
+2-2audio/strawberry/Makefile
+5-52 files

FreeBSD/ports f8ba7a9audio/wavpack Makefile distinfo

audio/wavpack: Update to 5.9.0

Add source URL to WWW, since this is what devs really want.

Remove cmake:testing; test target has been failing for a while.
This needs more investigation.

Remove unused WAVPACK_BUILD_DOCS from CMAKE_ARGS. Project transitioned
to WAVPACK_INSTALL_DOCS, but disabling this would disable installation
of the manpages, which is not the desired effect.

https://github.com/dbry/WavPack/releases/tag/5.9.0
DeltaFile
+5-4audio/wavpack/Makefile
+3-3audio/wavpack/distinfo
+1-1audio/wavpack/pkg-plist
+9-83 files

FreeBSD/ports ac709efmath/qalculate-qt distinfo Makefile

math/qalculate-qt: Update to 5.9.0

Set c++ dialect to c++17 (previously undefined).

https://github.com/Qalculate/qalculate-qt/releases/tag/v5.9.0
DeltaFile
+3-3math/qalculate-qt/distinfo
+4-1math/qalculate-qt/Makefile
+7-42 files

FreeBSD/ports b499137math/libqalculate Makefile distinfo

math/libqalculate: Update to 5.9.0

Improve COMMENT, set c++ dialect to c++17 (previously undefined),
intltool is no longer used.

https://github.com/Qalculate/libqalculate/releases/tag/v5.9.0
DeltaFile
+7-4math/libqalculate/Makefile
+3-3math/libqalculate/distinfo
+1-1math/libqalculate/pkg-plist
+11-83 files

FreeBSD/ports 59aff95math/qalculate-gtk Makefile distinfo

math/qalculate-gtk: Update to 5.9.0

Set c++ dialect to c++17 (previously undefined), libtool:build is not
needed as project supplies its own libtool, intltool is no longer used.

https://github.com/Qalculate/qalculate-gtk/releases/tag/v5.9.0
DeltaFile
+7-4math/qalculate-gtk/Makefile
+3-3math/qalculate-gtk/distinfo
+10-72 files

Linux/linux c072629crypto authencesn.c

Merge tag 'v6.19-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fix from Herbert Xu:

 - Add assoclen check in authencesn

* tag 'v6.19-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: authencesn - reject too-short AAD (assoclen<8) to match ESP/ESN spec
DeltaFile
+6-0crypto/authencesn.c
+6-01 files

LLVM/project 2a103c1llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites long-spec-const-composite.ll

Rebase and add new tests

Created using spr 1.3.6-beta.1
DeltaFile
+241,310-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+95,651-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+42,349-42,348llvm/test/MC/AMDGPU/gfx8_asm_vop3.s
+41,419-41,418llvm/test/MC/AMDGPU/gfx7_asm_vop3.s
+36,428-36,427llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
+65,599-0llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites/long-spec-const-composite.ll
+522,756-120,19391,427 files not shown
+13,477,857-5,204,35691,433 files

LLVM/project 37bc1dbllvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites long-spec-const-composite.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.6-beta.1

[skip ci]
DeltaFile
+241,310-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+95,651-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+42,349-42,348llvm/test/MC/AMDGPU/gfx8_asm_vop3.s
+41,419-41,418llvm/test/MC/AMDGPU/gfx7_asm_vop3.s
+36,428-36,427llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
+65,599-0llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites/long-spec-const-composite.ll
+522,756-120,19391,426 files not shown
+13,476,950-5,204,15991,432 files

LLVM/project c961174clang-tools-extra/clangd FindSymbols.cpp SemanticHighlighting.cpp, clang-tools-extra/clangd/test symbol-tags.test

[clangd] Add support for additional symbol tags proposed for LSP 3.18 (#167536)

Implements support for symbol tags proposed for LSP 3.18 in
https://github.com/microsoft/language-server-protocol/pull/2003,
in the `documentSymbols` and `workspace/symbols` requests.

Fixes https://github.com/clangd/clangd/issues/2123.

---------

Co-authored-by: chouzz <zhouhua258 at outlook.com>
Co-authored-by: Dimitri Ratz <dimitri.ratz at thinkdigital.cc>
DeltaFile
+200-1clang-tools-extra/clangd/FindSymbols.cpp
+41-134clang-tools-extra/clangd/SemanticHighlighting.cpp
+85-0clang-tools-extra/clangd/test/symbol-tags.test
+69-0clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
+44-12clang-tools-extra/clangd/Protocol.h
+22-0clang-tools-extra/clangd/FindSymbols.h
+461-1472 files not shown
+472-1498 files

LLVM/project 700b5f1llvm/test/CodeGen/AArch64 round-fptosi-sat-scalar.ll round-fptoui-sat-scalar.ll

[AArch64] Add test coverage for roundeven + float-to-int conversions (#173515)

Split off from https://github.com/llvm/llvm-project/pull/170018, which
was becoming a bit of a rats' nest.

This PR:
- Cleans up the `arm64-cvt-simd-fptoi.ll`, `round-conv.ll`,
`round-fptosi-sat-scalar.ll`, and `round-fptoui-sat-scalar.ll`
regression tests, removing `nounwind readnone` annotations from the
rounding function calls. These were changed in #171288 to be LLVM
intrinsics instead of libcalls, so we no longer need to annotate them in
order for them to be compiled to native instructions. I've also removed
the declaration blocks at the end of the files, since they're no longer
necessary.

- Adds `roundeven` tests to the 4 regression tests mentioned above, to
go along with the other rounding functions currently tested.

- Changes `round-conv.ll` to have autogenerated CHECK lines/assertions,

    [8 lines not shown]
DeltaFile
+909-116llvm/test/CodeGen/AArch64/round-fptosi-sat-scalar.ll
+833-106llvm/test/CodeGen/AArch64/round-fptoui-sat-scalar.ll
+388-16llvm/test/CodeGen/AArch64/arm64-cvt-simd-fptoi.ll
+265-135llvm/test/CodeGen/AArch64/round-conv.ll
+2,395-3734 files

LLVM/project e028b21llvm/test/CodeGen/AArch64 arm64-vcvt-fptoi.ll

[AArch64] Add tests for vector rounding + float-to-int conversions (#173516)

Right now we only have tests for the scalar versions of these
intrinsics.
DeltaFile
+2,462-0llvm/test/CodeGen/AArch64/arm64-vcvt-fptoi.ll
+2,462-01 files

NetBSD/pkgsrc BYDqfuOsysutils/amanda-client Makefile, sysutils/amanda-common distinfo

   Pullup ticket #7045 - requested by mlelstv
   sysutils/amanda-client: Bug fix
   sysutils/amanda-common: Bug fix

   Revisions pulled up:
   - sysutils/amanda-client/Makefile                               1.74
   - sysutils/amanda-common/distinfo                               1.28
   - sysutils/amanda-common/patches/patch-client-src_runtar.c      1.2

   ---
      Module Name:    pkgsrc
      Committed By:   mlelstv
      Date:           Tue Jan 13 21:01:59 UTC 2026

      Modified Files:
              pkgsrc/sysutils/amanda-client: Makefile
              pkgsrc/sysutils/amanda-common: distinfo
              pkgsrc/sysutils/amanda-common/patches: patch-client-src_runtar.c


    [5 lines not shown]
VersionDeltaFile
1.1.2.1+179-5sysutils/amanda-common/patches/patch-client-src_runtar.c
1.73.2.1+2-2sysutils/amanda-client/Makefile
1.27.2.1+2-2sysutils/amanda-common/distinfo
+183-93 files

FreeBSD/ports 13abbb0net-im/flare distinfo Makefile.crates

net-im/flare: Update 0.18.0 => 0.18.1

Changelog:
https://gitlab.com/schmiddi-on-mobile/flare/-/releases/0.18.1

PR:             292644
Reported by:    Yusuf Yaman <nxjoseph at protonmail.com> (maintainer)
DeltaFile
+5-5net-im/flare/distinfo
+2-2net-im/flare/Makefile.crates
+1-1net-im/flare/Makefile
+8-83 files

LLVM/project af0964f.github/workflows prune-unused-branches.py

fix

Created using spr 1.3.7
DeltaFile
+1-1.github/workflows/prune-unused-branches.py
+1-11 files

LLVM/project 1ec48dbllvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.960bit.ll

rebase

Created using spr 1.3.7
DeltaFile
+47,697-51,378llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+14,474-16,242llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+16,328-12,881llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+13,036-14,705llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+11,668-13,311llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.832bit.ll
+10,558-11,908llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.768bit.ll
+113,761-120,425986 files not shown
+263,133-237,200992 files

LLVM/project 11f64e9llvm/lib/Target/AMDGPU AMDGPURegBankLegalizeHelper.cpp

[AMDGPU] Silence a warning (NFC)

llvm-project/llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeHelper.cpp:686:7:
 error: unused variable 'DstTy' [-Werror,-Wunused-variable]
  LLT DstTy = MRI.getType(Dst);
      ^
1 error generated.
DeltaFile
+1-2llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeHelper.cpp
+1-21 files

LLVM/project 8a94708clang/lib/Sema SemaDeclAttr.cpp, clang/test/PlatformSpecific/xrOS/Sema infer-ios-availability.c infer-unavailable-from-missing-ios-availability-mapping.c

Infer visionOS availability from iOS availability (#176990)

Automatically infer and apply availability or unavailable attributes for
visionOS based on the corresponding iOS availability of the same
declaration using the version mapping information provided in
SDKSettings.json.

rdar://162148639
DeltaFile
+117-0clang/test/PlatformSpecific/xrOS/Sema/infer-ios-availability.c
+93-0clang/lib/Sema/SemaDeclAttr.cpp
+21-0clang/test/PlatformSpecific/xrOS/Sema/Inputs/XROS.sdk/SDKSettings.json
+12-0clang/test/PlatformSpecific/xrOS/Sema/infer-unavailable-from-missing-ios-availability-mapping.c
+243-04 files

GhostBSD/build 8008c9a. build.sh, packages drivers common

Default GhostBSD to XLibre (#259)

* Update build and packages for xlibre transition

- Replace xorg-minimal with xlibre-minimal in common packages.
- Adjust build script for xlibre driver handling.
- Change xf86 input and video drivers to xlibre equivalents.

* Update vital packages and simplify version

- Replace `xorg-minimal` with `xlibre-minimal` in common packages.
- Simplify version setting logic in `build.sh`.
DeltaFile
+8-8packages/drivers
+2-4build.sh
+1-1packages/common
+1-1packages/vital/common
+12-144 files

NetBSD/pkgsrc 7hCpGMpgraphics/evas Makefile

   evas: tweak PLIST.cserve on NetBSD

   shm_open(3) was added over ten years ago, so we can reasonably expect
   this is present in any supported NetBSD release. (On the other hand,
   pkgtools/mksandbox does not create a /var/shm, so untweaked pbulk
   environments can choke on this. Might as well drop the cruft here.)
VersionDeltaFile
1.32+1-4graphics/evas/Makefile
+1-41 files