FreeBSD/ports a982556deskutils/nextcloudclient distinfo Makefile

deskutils/nextcloudclient: Update to 33.0.4

PR:             295328
Approved by:    mr (maintainer)
DeltaFile
+3-3deskutils/nextcloudclient/distinfo
+1-1deskutils/nextcloudclient/Makefile
+4-42 files

LLVM/project 93a14f8llvm/lib/MC MCSubtargetInfo.cpp

[NFC] Optimize `SetImpliedBits` (#193289)

This function sometimes shows up on my profiles of slow compiles as
using up to ~3% of CPU cycles. This change reduces this to ~0%. So, it's
not a huge improvement, but it's not nothing.

Currently, this function recursively sets all implied bits for every
feature, which does a lot of redundant work. Many features are implied
by multiple different other features.

This changes the algorithm to only process newly implied bits.

I suspect that a better fix would be to avoid so many calls to
`SetImpliedBits` in the first place, but this is a deeper change that is
probably best made by someone who understands the structure of the
surrounding code.

Fixes #155808
DeltaFile
+17-9llvm/lib/MC/MCSubtargetInfo.cpp
+17-91 files

LLVM/project 53ebfe0lldb/tools/lldb-dap/extension package.json, lldb/tools/lldb-dap/extension/src process-tree.ts debug-configuration-provider.ts

[lldb-dap] Add process picker command to VS Code extension (#197513)

Adds a process picker command to the LLDB DAP extension that will prompt
the user to select a process. It's based on #128943 but uses lldb-dap to
provide the list of processes through the platform abstraction
(#197330).

The new command is hidden from the command palette, but can be used in
an "attach" debug configuration to select a process at the start of a
debug session. It also comes with a new debug configuration snippet
called "LLDB: Attach to Process" that will fill in the appropriate
variable substitution.

```
{
    "type": "lldb-dap",
    "request": "attach",
    "name": "Attach to Process",
    "pid": "${command:pickProcess}"

    [8 lines not shown]
DeltaFile
+165-0lldb/tools/lldb-dap/extension/test/unit/process-tree.test.ts
+132-0lldb/tools/lldb-dap/extension/src/commands/pick-process.ts
+111-0lldb/tools/lldb-dap/extension/src/process-tree.ts
+56-3lldb/tools/lldb-dap/extension/package.json
+44-8lldb/tools/lldb-dap/extension/src/debug-configuration-provider.ts
+37-0lldb/tools/lldb-dap/extension/test/unit/pid-helpers.test.ts
+545-116 files not shown
+616-2812 files

FreeBSD/ports 30646d9deskutils/gnome-todo Makefile

deskutils/gnome-todo: Mark BROKEN

Fails to build, fatal error: 'girepository.h' file not found

Reported by:    pkg-fallout
DeltaFile
+2-0deskutils/gnome-todo/Makefile
+2-01 files

FreeBSD/ports edb9b96multimedia/totem Makefile

multimedia/totem: Mark BROKEN

Fails to build, error: typedef redefinition with different types ('struct _GIBaseInfo' vs 'struct _GIBaseInfoStub')

Reported by:    pkg-fallout
DeltaFile
+2-0multimedia/totem/Makefile
+2-01 files

LLVM/project 488a363llvm/lib/DWARFLinker/Parallel DWARFLinkerImpl.cpp, llvm/test/tools/dsymutil/X86 modules.m

[DWARFLinker] Fix .debug_names emission for -gmodules in parallel linker (#198047)

The parallel linker tripped up the DWARF verifier for the .debug_names
section when the input contained -gmodules skeleton CUs. The issue was
caused by, link(), which reset UniqueUnitID to zero. By that point
addObjectFile() had already handed out IDs to clang module CUs loaded
from .pcm files, so the regular compile units loaded after the reset
reused those IDs. emitDWARFv5DebugNamesSection then collapsed two
distinct CUs onto the same CUidToIdx slot, sending one CU's .debug_names
entries to the other CU's index. Stop resetting the counter since the
constructor already initializes it.
DeltaFile
+20-0llvm/test/tools/dsymutil/X86/modules.m
+4-2llvm/lib/DWARFLinker/Parallel/DWARFLinkerImpl.cpp
+24-22 files

LLVM/project b6d5a3eclang/test/CodeGenOpenCL builtins-amdgcn-gfx12-5-generic-err.cl, llvm/lib/TargetParser TargetParser.cpp

[AMDGPU] Remove some features from `gfx12-5-generic` (#198396)

Fixes LCOMPILER-2213.
DeltaFile
+33-0clang/test/CodeGenOpenCL/builtins-amdgcn-gfx12-5-generic-err.cl
+7-6llvm/lib/TargetParser/TargetParser.cpp
+40-62 files

LLVM/project b0c0807lldb/unittests/SymbolFile/DWARF DWARFASTParserClangTests.cpp

[lldb] Fix "Debugger::Initialize called more than once!" (#198409)

When running multiple tests from the same binary,
1bac9410365260e250ab9483f096a411da5936b0 caused debugger_initialize_flag
to be called more than once.

We use the shared location: TestUtilities::g_debugger_initialize_flag to
ensure that the flag is initialized only once, following what is done in
other tests.
DeltaFile
+2-2lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp
+2-21 files

FreeBSD/ports 7535ae4deskutils/joplin-desktop/files/packagejsons yarn.lock, deskutils/joplin-desktop/files/packagejsons/packages/app-desktop package.json

deskutils/joplin-desktop: Update to 3.6.13

Release Highlights: https://joplinapp.org/news/20260505-release-3-6

Reported by:    GitHub (watch releases)
DeltaFile
+8,846-2,151deskutils/joplin-desktop/files/packagejsons/yarn.lock
+78-23deskutils/joplin-desktop/files/packagejsons/packages/utils/package.json
+49-47deskutils/joplin-desktop/files/packagejsons/packages/app-mobile/package.json
+60-0deskutils/joplin-desktop/files/packagejsons/packages/whisper-voice-typing/package.json
+30-24deskutils/joplin-desktop/files/packagejsons/packages/app-desktop/package.json
+23-20deskutils/joplin-desktop/files/packagejsons/packages/lib/package.json
+9,086-2,26530 files not shown
+9,366-2,42436 files

LLVM/project 707f7e5.ci compute_projects_test.py compute_projects.py

[CI] Build/test LLVM/Clang/libcxx on shared libc changes (#198379)

libc is now being used/planned on being used in more places around the
repo, particularly inside of APFloat, for constexpr evaluation, and
inside of libc++. Setup premerge to handle this. I'm only aware of the
APFloat planned usage that should reland soon, but running the clang
tests should not hurt.
DeltaFile
+17-0.ci/compute_projects_test.py
+5-1.ci/compute_projects.py
+22-12 files

FreeBSD/ports 7895f88deskutils/gnome-shell-extra-extensions Makefile

deskutils/gnome-shell-extra-extensions: Remove references to deleted ports

Don't reference removed ports as it breaks build

Reported by:    antoine
Approved by:    blanket (build fix)
DeltaFile
+3-10deskutils/gnome-shell-extra-extensions/Makefile
+3-101 files

FreeBSD/ports e614dc4. MOVED, deskutils Makefile

deskutils/gnome-shell-extension-mediaplayer: Remove from tree

Marked broken and upstream repo archived as of Sep 27, 2021

Reference:
https://github.com/hellomouse/gnome-shell-extensions-mediaplayer/
DeltaFile
+0-37deskutils/gnome-shell-extension-mediaplayer/Makefile
+0-32deskutils/gnome-shell-extension-mediaplayer/pkg-plist
+0-3deskutils/gnome-shell-extension-mediaplayer/distinfo
+0-1deskutils/Makefile
+1-0MOVED
+0-1deskutils/gnome-shell-extension-mediaplayer/pkg-descr
+1-746 files

FreeBSD/ports cd5c401. MOVED, deskutils Makefile

deskutils/gnome-shell-extension-panel-osd: Remove from tree

Marked broken and abandoned upstream as of April 6 2022

Reference:
https://gitlab.com/jennalody/gnome-shell-extension-panel-osd
DeltaFile
+0-38deskutils/gnome-shell-extension-panel-osd/Makefile
+0-12deskutils/gnome-shell-extension-panel-osd/pkg-plist
+0-3deskutils/gnome-shell-extension-panel-osd/distinfo
+0-1deskutils/Makefile
+1-0MOVED
+0-1deskutils/gnome-shell-extension-panel-osd/pkg-descr
+1-556 files

LLVM/project 23fdc1ellvm/test/tools/dsymutil/AArch64 cas-config.test, llvm/tools/dsymutil DwarfLinkerForBinary.cpp

[dsymutil] Trim trailing comma and newline in JSON output

Assisted-by: claude
DeltaFile
+7-5llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
+4-4llvm/test/tools/dsymutil/AArch64/cas-config.test
+11-92 files

FreeBSD/ports 13ea7f6. MOVED, deskutils Makefile

deskutils/gnome-shell-extension-trash: Remove from tree

Marked broken and last activity upstream 9 years ago
DeltaFile
+0-44deskutils/gnome-shell-extension-trash/Makefile
+0-13deskutils/gnome-shell-extension-trash/pkg-plist
+0-5deskutils/gnome-shell-extension-trash/pkg-descr
+0-3deskutils/gnome-shell-extension-trash/distinfo
+1-0MOVED
+0-1deskutils/Makefile
+1-666 files

LLVM/project c2b7a6bllvm/lib/Target/AMDGPU AMDGPU.td

[AMDGPU] Change the base feature of FeatureISAVersion12_5_Generic to FeatureISAVersion12_50_Common
DeltaFile
+4-2llvm/lib/Target/AMDGPU/AMDGPU.td
+4-21 files

FreeBSD/ports ebd9d44. MOVED, deskutils Makefile

deskutils/gnome-shell-extension-weather: Remove from tree

Marked broken and last activity upstream 8 years ago
DeltaFile
+0-35deskutils/gnome-shell-extension-weather/pkg-plist
+0-28deskutils/gnome-shell-extension-weather/Makefile
+0-3deskutils/gnome-shell-extension-weather/distinfo
+0-1deskutils/Makefile
+0-1deskutils/gnome-shell-extension-weather/pkg-descr
+1-0MOVED
+1-686 files

LLVM/project 87490edllvm/include/llvm/ABI Types.h, llvm/unittests CMakeLists.txt

[llvm][ABI] Revert "Add NonTrivialCopyConstructor and NonTrivialDestructor RecordFlags" (#198402)

Reverts #194427 (`4f11693`).  That breakout was merged before @nikic
and @vortex73 finished review.

We are not landing this work from our fork; Narayan owns the LLVM ABI
Lowering Library on #140112.  #194433 is closed.

Sorry for the premature merge.
DeltaFile
+0-79llvm/unittests/ABI/TypesTest.cpp
+1-11llvm/include/llvm/ABI/Types.h
+0-8llvm/unittests/ABI/CMakeLists.txt
+0-1llvm/unittests/CMakeLists.txt
+1-994 files

LLVM/project 1053f6allvm/include/llvm/Transforms/Utils SSAUpdaterImpl.h

[llvm] Add missing include in SSAUpdaterImpl.h (#198400)

Add a missing include file in SSAUpdaterImpl.h. This fixes the module
build failure when including this header.
DeltaFile
+1-0llvm/include/llvm/Transforms/Utils/SSAUpdaterImpl.h
+1-01 files

FreeBSD/ports eff3051. MOVED, deskutils Makefile

deskutils/gnome-shell-extension-windowoverlay-icons: Remove from tree

Marked broken and repo archived upstream as of Nov 2, 2023

Reference:
https://github.com/sustmi/gnome-shell-extension-windowoverlay-icons
DeltaFile
+0-53deskutils/gnome-shell-extension-windowoverlay-icons/Makefile
+0-14deskutils/gnome-shell-extension-windowoverlay-icons/pkg-plist
+0-3deskutils/gnome-shell-extension-windowoverlay-icons/distinfo
+1-0MOVED
+0-1deskutils/Makefile
+0-1deskutils/gnome-shell-extension-windowoverlay-icons/pkg-descr
+1-726 files

LLVM/project 8cbebddclang/test/CodeGenOpenCL builtins-amdgcn-gfx12-5-generic-err.cl, llvm/lib/TargetParser TargetParser.cpp

[AMDGPU] Remove some features from `gfx12-5-generic`
DeltaFile
+33-0clang/test/CodeGenOpenCL/builtins-amdgcn-gfx12-5-generic-err.cl
+7-6llvm/lib/TargetParser/TargetParser.cpp
+40-62 files

LLVM/project 6beacfbllvm/lib/Transforms/Vectorize VPlanConstruction.cpp VPlanUtils.cpp

[VPlan] Add helpers to get header, latch and middle VPBB from CFG (NFC) (#198378)

Retrieving header, latch and middle VPBBs from the plain CFG is a
somewhat common operation. Add dedicated helpers.
DeltaFile
+8-14llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
+12-0llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
+9-0llvm/lib/Transforms/Vectorize/VPlanUtils.h
+29-143 files

OpenBSD/ports sYbQkSkgraphics/ImageMagick Makefile distinfo

   update to ImageMagick-6.9.13.48
   add comment about celestia-data workaround
VersionDeltaFile
1.231+3-1graphics/ImageMagick/Makefile
1.85+2-2graphics/ImageMagick/distinfo
+5-32 files

OpenBSD/ports drCuNXRastro/celestia-data Makefile distinfo

   fetch pregenerated files to workaround issue in imagemagick handling of
   one particular file that celestia-data tries to resize during build
VersionDeltaFile
1.4+15-0astro/celestia-data/Makefile
1.4+4-0astro/celestia-data/distinfo
+19-02 files

FreeBSD/src 10edaa6sbin/sysctl sysctl.8, share/man/man4 dtrace_mib.4 ifmib.4

dtrace_mib.4: Document the DTrace MIB provider

Reviewed by:    kp
MFC after:      1 week
Obtained from:  60d8dbbef075 netinet: add a probe point for IP, IP6, ICMP, ICMP6, UDP and TCP stats counters
Differential Revision:  https://reviews.freebsd.org/D53709

(cherry picked from commit ef19cae25337e7449f338914650bbfab0fbea99f)
DeltaFile
+123-0share/man/man4/dtrace_mib.4
+4-1share/man/man7/stats.7
+2-1share/man/man4/ifmib.4
+2-1sbin/sysctl/sysctl.8
+2-1share/man/man4/dtrace_ip.4
+2-1share/man/man4/dtrace_tcp.4
+135-58 files not shown
+149-1114 files

FreeBSD/src 457fbd5share/man/man7 d.7

d.7: Document macro variables

MFC after:      1 week

(cherry picked from commit 2b9301a22bc677239d3c0dc783d970f17e7ca294)
DeltaFile
+44-2share/man/man7/d.7
+44-21 files

FreeBSD/src 3ae6829share/man/man9 uio.9 Makefile

uio.9: Document uiomove_fromphys()

Reviewed by:    kib
Discussed with: markj, royger
MFC after:      3 days
Differential Revision:  https://reviews.freebsd.org/D54070

(cherry picked from commit 076e44839160f74f96fda83fa81c3acb41b9ebc8)
DeltaFile
+34-11share/man/man9/uio.9
+1-0share/man/man9/Makefile
+35-112 files

FreeBSD/src 544c3eecddl/contrib/opensolaris/cmd/dtrace dtrace.1, lib/libsys intro.2

dtrace: Document the syscall provider

MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D56831

(cherry picked from commit 242050278a377f5ca6906545ddc924b60ad8aa58)
DeltaFile
+87-0share/man/man4/dtrace_syscall.4
+3-2lib/libsys/intro.2
+2-1share/man/man4/linux.4
+2-1cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
+1-0share/man/man4/Makefile
+95-45 files

NetBSD/pkgsrc JqTRsXMdoc CHANGES-2026

   doc: Updated lang/python314 to 3.14.5nb1
VersionDeltaFile
1.3111+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc p7FOG3llang/python314 distinfo Makefile, lang/python314/patches patch-Lib___pyrepl_terminfo.py

   python314: fix terminfo support in REPL

   Bump PKGREVISION.
VersionDeltaFile
1.1+97-0lang/python314/patches/patch-Lib___pyrepl_terminfo.py
1.10+3-2lang/python314/distinfo
1.14+2-1lang/python314/Makefile
+102-33 files