FreeBSD/ports c07be20www/cpp-httplib distinfo Makefile

www/cpp-httplib: update 0.30.0 → 0.30.2

Reported by:    portscout
DeltaFile
+3-3www/cpp-httplib/distinfo
+1-1www/cpp-httplib/Makefile
+4-42 files

FreeBSD/ports a2448f2sysutils/mise distinfo Makefile

sysutils/mise: update 2026.1.11 → 2026.2.0

Reported by:    portscout
DeltaFile
+59-59sysutils/mise/distinfo
+29-29sysutils/mise/Makefile
+88-882 files

FreeBSD/ports 47cc551net/wstunnel distinfo Makefile

net/wstunnel: update 10.5.1 → 10.5.2

Reported by:    portscout
DeltaFile
+209-205net/wstunnel/distinfo
+105-104net/wstunnel/Makefile
+314-3092 files

FreeBSD/ports fa8e0c4deskutils/skim distinfo Makefile

deskutils/skim: update 1.11.2 → 2.0.1

Reported by:    portscout
DeltaFile
+33-17deskutils/skim/distinfo
+16-8deskutils/skim/Makefile
+49-252 files

FreeBSD/ports a585ff3devel/cargo-mutants distinfo Makefile

devel/cargo-mutants: update 26.1.2 → 26.2.0

Reported by:    portscout
DeltaFile
+3-3devel/cargo-mutants/distinfo
+2-3devel/cargo-mutants/Makefile
+5-62 files

FreeBSD/ports 7c13f1acad/veryl distinfo Makefile.crates

cad/veryl: update 0.17.2 → 0.18.0

Reported by:    portscout
DeltaFile
+159-145cad/veryl/distinfo
+78-71cad/veryl/Makefile.crates
+1-2cad/veryl/Makefile
+238-2183 files

LLVM/project 2d3ff80llvm/utils/gn/secondary/llvm/lib/Target/NVPTX BUILD.gn

[gn build] Port 1a23bca645dc
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/lib/Target/NVPTX/BUILD.gn
+1-01 files

LLVM/project 1a23bcallvm/lib/Target/NVPTX NVPTXDwarfDebug.cpp, llvm/test/DebugInfo/NVPTX inlinedAt_6.ll inlinedAt_3.ll

[DebugInfo][NVPTX] Adding support for `inlined_at` debug directive in NVPTX backend (#170239)

This change adds support for emitting the enhanced PTX debugging
directives `function_name` and `inlined_at` as part of the `.loc`
directive in the NVPTX backend.

`.loc` syntax - 
>.loc file_index line_number column_position

`.loc` syntax with `inlined_at` attribute - 
>.loc file_index line_number column_position,function_name label {+
immediate }, inlined_at file_index2 line_number2 column_position2

`inlined_at` attribute specified as part of the `.loc` directive
indicates PTX instructions that are generated from a function that got
inlined. It specifies the source location at which the specified
function is inlined. `file_index2`, `line_number2`, and
`column_position2` specify the location at which the function is
inlined.

    [27 lines not shown]
DeltaFile
+334-0llvm/test/DebugInfo/NVPTX/inlinedAt_6.ll
+302-0llvm/test/DebugInfo/NVPTX/inlinedAt_3.ll
+222-0llvm/test/DebugInfo/NVPTX/inlinedAt_4.ll
+205-0llvm/test/DebugInfo/NVPTX/inlinedAt_5.ll
+177-0llvm/lib/Target/NVPTX/NVPTXDwarfDebug.cpp
+141-0llvm/test/DebugInfo/NVPTX/inlinedAt_1.ll
+1,381-013 files not shown
+1,822-4519 files

FreeBSD/ports dd6ed80net/freeipa-client pkg-plist Makefile

net/freeipa-client: fix stage-qa failing

PR:     292853
Reported by:    diizy
Sponsored by:   Klara, Inc.
DeltaFile
+21-0net/freeipa-client/pkg-plist
+16-1net/freeipa-client/Makefile
+37-12 files

FreeBSD/src c408e74. less.nro less.man, lesstest/lt wordwrap.lt table-50x200.lt

Vendor import of less v691.
DeltaFile
+1,013-472less.nro
+728-651less.man
+511-0lesstest/lt/wordwrap.lt
+337-149screen.c
+219-219lesstest/lt/table-50x200.lt
+215-142lesskey.nro
+3,023-1,63369 files not shown
+4,905-2,89075 files

LLVM/project 448595dorc-rt/include/orc-rt Session.h, orc-rt/lib/executor Session.cpp

[orc-rt] Use future rather than condition_variable for shutdown wait. (#179169)

Session::waitForShutdown is a convenience wrapper around the
asynchronous Session::shutdown call. The previous
Session::waitForShutdown call waited on a std::condition_variable to
signal the end of shutdown, but it's easier to just embed a std::promise
in a callback to the asynchronous shutdown method.
DeltaFile
+4-5orc-rt/lib/executor/Session.cpp
+1-2orc-rt/include/orc-rt/Session.h
+5-72 files

OpenBSD/src JiYdVRSsys/kern uipc_mbuf.c, sys/net pf.c pfvar_priv.h

   use pf_states to link mbufs/inpcbs and forwarded connections together

   this replaces the links between pf_state_keys and mbufs/inpcbs.

   pf_states represent the actual connection tracked by pf, while
   pf_state_keys are more general since they only contain the network
   addresses. the fact that pf_state_keys exist is an implementation
   detail in pf rather than a fundamentally useful artifact to the
   rest of the system. the preference would have been to link things
   to pf_states rather than pf_state_keys in the first place, but there
   wasn't enough machinery (eg, refcounts and immutable links to
   pf_state_keys) on pf_states to link to them directly. this means
   pf still had to iterate over the states hanging off the pf_state_keys
   to get to the actual pf_state it needed anyway.

   discussed with henning@
   ok sashan@ jmatthew@
VersionDeltaFile
1.1233+250-190sys/net/pf.c
1.41+6-10sys/net/pfvar_priv.h
1.303+7-7sys/kern/uipc_mbuf.c
1.268+4-4sys/sys/mbuf.h
1.547+3-4sys/net/pfvar.h
1.173+3-3sys/netinet/in_pcb.h
+273-2183 files not shown
+279-2249 files

NetBSD/src K0BuFg7sys/arch/arm/imx imx_pcic.c imx31_aips.c

   RCSId police.
VersionDeltaFile
1.11+3-3sys/arch/arm/imx/imx_pcic.c
1.9+3-3sys/arch/arm/imx/imx31_aips.c
1.4+2-2sys/arch/arm/imx/imx_pcic.h
1.8+2-2sys/arch/arm/imx/imx_space.c
1.11+2-2sys/arch/arm/imx/imx31_ahb.c
1.8+2-2sys/arch/arm/imx/imx23_icoll.c
+14-1432 files not shown
+52-4238 files

NetBSD/src opZx7Jesys/arch/arm/imx imx23_mmcreg.h imx23_sspreg.h

   File rename missed in previous commit
VersionDeltaFile
1.1+242-0sys/arch/arm/imx/imx23_mmcreg.h
1.2+1-1sys/arch/arm/imx/imx23_sspreg.h
+243-12 files

NetBSD/src CdzfXDfsys/arch/arm/imx imx23_usbc.c

   whitespace
VersionDeltaFile
1.2+0-1sys/arch/arm/imx/imx23_usbc.c
+0-11 files

NetBSD/src uw17JxFsys/arch/arm/imx imx23_mmc.c

   Trailing whitespace
VersionDeltaFile
1.2+2-2sys/arch/arm/imx/imx23_mmc.c
+2-21 files

LLVM/project 85545d4llvm/include/llvm/CodeGen MachineDominanceFrontier.h, llvm/lib/CodeGen MachineDominanceFrontier.cpp

[NewPM] Port MachineDominanceFrontierAnalysis (#177709)

DeltaFile
+32-43llvm/include/llvm/CodeGen/MachineDominanceFrontier.h
+38-14llvm/lib/CodeGen/MachineDominanceFrontier.cpp
+3-3llvm/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp
+3-3llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
+3-3llvm/lib/Target/Hexagon/HexagonRDFOpt.cpp
+3-3llvm/lib/Target/Hexagon/HexagonOptAddrMode.cpp
+82-696 files not shown
+91-7812 files

OpenBSD/src oreNUd8sys/net pf.c

   avoid work in pf_state_insert if pf_state_key_unref didnt swap keys.

   ok sashan@ jmatthew@
VersionDeltaFile
1.1232+6-3sys/net/pf.c
+6-31 files

FreeBSD/ports 7064bf0databases/pg_textsearch distinfo pkg-plist

databases/pg_textsearch: Update to 0.4.2
DeltaFile
+3-3databases/pg_textsearch/distinfo
+2-1databases/pg_textsearch/pkg-plist
+1-1databases/pg_textsearch/Makefile
+6-53 files

FreeBSD/ports c45723ddatabases/timescaledb distinfo Makefile

databases/timescaledb: Update to 2.25.0
DeltaFile
+3-3databases/timescaledb/distinfo
+1-1databases/timescaledb/Makefile
+1-1databases/timescaledb/pkg-plist
+5-53 files

LLVM/project ec6a219orc-rt/lib/executor Session.cpp

[orc-rt] Prefer std::scoped_lock to std::lock_guard. NFCI. (#179165)

DeltaFile
+2-2orc-rt/lib/executor/Session.cpp
+2-21 files

LLVM/project 496d871mlir/lib/Bindings/Python IRCore.cpp

[mlir][Python] fix liveContextMap under free-threading after #178529 (#179163)

#178529 introduced a small bug under free-threading by bumping a
reference count (or something like that) when accessing the operand list
passed to `build_generic`. This PR fixes that.
DeltaFile
+1-1mlir/lib/Bindings/Python/IRCore.cpp
+1-11 files

LLVM/project c01828cmlir/lib/Bindings/Python IRCore.cpp

[mlir][Python] fix liveContextMap under free-threading after 178529
DeltaFile
+1-1mlir/lib/Bindings/Python/IRCore.cpp
+1-11 files

LLVM/project bb14eabllvm/lib/Transforms/Vectorize VPlanTransforms.cpp VPlanTransforms.h

[VPlan] Split out EVL exit cond transform from canonicalizeEVLLoops. NFC (#178181)

This is split out from #177114.

In order to make canonicalizeEVLLoops a generic "convert to variable
stepping" transform, move the code that changes the exit condition to a
separate transform since not all variable stepping loops will want to
transform the exit condition. Run it before canonicalizeEVLLoops before
VPEVLBasedIVPHIRecipe is expanded.

Also relax the assertion for VPInstruction::ExplicitVectorLength to just
bail instead, since eventually VPEVLBasedIVPHIRecipe will be used by
other loops that aren't EVL tail folded.
DeltaFile
+46-32llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+6-4llvm/lib/Transforms/Vectorize/VPlanTransforms.h
+6-0llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
+2-0llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+60-364 files

GhostBSD/ports ea8a01dx11/ghostbsd-xfce-settings Makefile

Bump PORTVERSION to 25.02.1

fixed xfce4-desktop.xml file
DeltaFile
+1-1x11/ghostbsd-xfce-settings/Makefile
+1-11 files

NetBSD/src oFKUth0sys/arch/sparc64/conf GENERIC

   comment out bq4802rtc for now, the files* aren't present for it yet.
VersionDeltaFile
1.246+3-3sys/arch/sparc64/conf/GENERIC
+3-31 files

FreeBSD/ports 0792d2deditors/vim pkg-plist Makefile

editors/vim: Update to 9.1.2125
DeltaFile
+36-0editors/vim/pkg-plist
+4-5editors/vim/Makefile
+3-3editors/vim/distinfo
+43-83 files

FreeBSD/ports 70e38b7www/tgpt pkg-descr distinfo, www/tgpt/files modules.txt patch-Revert-broken-Xclipboard-support

www/tgpt: Update to 2.11.1

Changelog: https://github.com/aandrew-me/tgpt/releases/tag/v2.11.1

PR:             292870
Approved by:    submitter is maintainer
DeltaFile
+224-0www/tgpt/files/modules.txt
+0-209www/tgpt/files/patch-Revert-broken-Xclipboard-support
+25-0www/tgpt/files/patch-src_helper_helper.go
+2-20www/tgpt/pkg-descr
+5-5www/tgpt/distinfo
+10-0www/tgpt/files/patch-go.mod
+266-2341 files not shown
+270-2367 files

FreeBSD/ports ca14e5dwww/elinks Makefile distinfo, www/elinks/files patch-meson.build patch-src_terminal_sixel.c

www/elinks: Update to 0.19.0

Use gettext-runtime and localbase:ldflags.
Add TEST_TARGET and remove unneeded TEST_USES.
Add LD_FLAGS.
Pet portlint/portfmt.

Changelog: https://github.com/rkd77/elinks/releases/tag/v0.19.0

PR:             291966
Approved by:    submitter is maintainer
DeltaFile
+5-23www/elinks/files/patch-meson.build
+13-12www/elinks/Makefile
+5-13www/elinks/files/patch-src_terminal_sixel.c
+3-3www/elinks/distinfo
+3-2www/elinks/files/patch-src_protocol_header.c
+3-2www/elinks/files/patch-src_document_renderer.c
+32-553 files not shown
+38-619 files

OpenBSD/ports qRtY94Fnet/tailscale distinfo Makefile

   Update to tailscale-1.92.5

   From Adriano Barbosa (maintainer)
VersionDeltaFile
1.62+2-2net/tailscale/distinfo
1.65+1-1net/tailscale/Makefile
+3-32 files