FreeBSD/ports 97065ffscience/gromacs distinfo Makefile

science/gromacs: update 2026.2 → 2026.3
DeltaFile
+3-3science/gromacs/distinfo
+2-3science/gromacs/Makefile
+5-62 files

FreeBSD/ports 20d1f4edevel/glaze distinfo Makefile

devel/glaze: update 7.8.1 → 7.8.4
DeltaFile
+3-3devel/glaze/distinfo
+2-2devel/glaze/Makefile
+2-0devel/glaze/pkg-plist
+7-53 files

FreeBSD/ports 4feef37net/asio Makefile pkg-plist

net/asio: update 1.34.2 → 1.36.0
DeltaFile
+13-2net/asio/Makefile
+4-3net/asio/pkg-plist
+3-3net/asio/distinfo
+20-83 files

FreeBSD/ports 5838e01misc/github-copilot-cli distinfo Makefile

misc/github-copilot-cli: update 1.0.68 → 1.0.69
DeltaFile
+5-5misc/github-copilot-cli/distinfo
+1-1misc/github-copilot-cli/Makefile
+6-62 files

FreeBSD/ports a4b20c6sysutils/conan distinfo Makefile

sysutils/conan: update 2.29.1 → 2.30.0
DeltaFile
+3-3sysutils/conan/distinfo
+1-1sysutils/conan/Makefile
+4-42 files

FreeBSD/ports dee0612misc/claude-code distinfo Makefile

misc/claude-code: update 2.1.202 → 2.1.203
DeltaFile
+5-5misc/claude-code/distinfo
+1-1misc/claude-code/Makefile
+6-62 files

FreeBSD/ports 716a6fadevel/catch2 distinfo Makefile

devel/catch2: update 3.15.1 → 3.15.2
DeltaFile
+3-3devel/catch2/distinfo
+2-2devel/catch2/Makefile
+2-2devel/catch2/pkg-plist
+7-73 files

FreeBSD/ports 582aa85multimedia/smelter Makefile

multimedia/smelter: Update WWW
DeltaFile
+2-1multimedia/smelter/Makefile
+2-11 files

FreeBSD/ports bc7bba7devel/cbmc distinfo Makefile

devel/cbmc: update to 6.10.0
DeltaFile
+3-3devel/cbmc/distinfo
+1-2devel/cbmc/Makefile
+1-1devel/cbmc/pkg-plist
+5-63 files

FreeBSD/ports 0fa646dsysutils/rubygem-mdless distinfo Makefile

sysutils/rubygem-mdless: Update to 2.1.68

ChangeLog: https://github.com/ttscoff/mdless/compare/2.1.62...2.1.68

MFH:    2026Q2
(cherry picked from commit 0bb66628bb0e01351e8721d4936e933bf3332135)
DeltaFile
+3-3sysutils/rubygem-mdless/distinfo
+2-1sysutils/rubygem-mdless/Makefile
+5-42 files

FreeBSD/ports 0bb6662sysutils/rubygem-mdless distinfo Makefile

sysutils/rubygem-mdless: Update to 2.1.68

ChangeLog: https://github.com/ttscoff/mdless/compare/2.1.62...2.1.68

MFH:    2026Q2
DeltaFile
+3-3sysutils/rubygem-mdless/distinfo
+2-1sysutils/rubygem-mdless/Makefile
+5-42 files

FreeBSD/src 407c7c3sys/compat/linux linux_futex.c

linux/futex: Don't load a timeout when try-locking a mutex

linux_sys_futex() does not copyin a timespec for the timeout if the
operation is LINUX_FUTEX_TRYLOCK_PI, presumably because it doesn't make
sense to specify a timeout for a try-lock operation.  However, this
means that we pass a userspace timespec pointer to
linux_umtx_abs_timeout_init().

Modify linux_futex_lock_pi() to not initialize the timeout if we're
try-locking.

Reviewed by:    kib, dchagin
Reported by:    Yuxiang Yang, Yizhou Zhao, Ao Wang, Xuewei Feng, Qi Li,
                and Ke Xu from Tsinghua University using GLM-5.2 from Z.ai
MFC after:      1 week
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D58061
DeltaFile
+8-5sys/compat/linux/linux_futex.c
+8-51 files

LLVM/project 2a8e0e1llvm/test/Transforms/SLPVectorizer/X86 reassociate-ops.ll

[SLP][NFC]Add tests with some preferred reassociation, NFC



Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/208118
DeltaFile
+218-0llvm/test/Transforms/SLPVectorizer/X86/reassociate-ops.ll
+218-01 files

FreeBSD/src 23e94b0tests/sys/kern procdesc.c

pddupfd(2): add basic test

Reviewed by:    markj
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D57163
DeltaFile
+74-0tests/sys/kern/procdesc.c
+74-01 files

FreeBSD/ports d40dbb5multimedia Makefile, multimedia/smelter distinfo Makefile

multimedia/smelter: New port: Toolkit for real-time, low latency, programmable video & audio mixing
DeltaFile
+1,469-0multimedia/smelter/distinfo
+770-0multimedia/smelter/Makefile
+34-0multimedia/smelter/files/patch-cargo-crates_nix-0.23.2_src_sys_event.rs
+15-0multimedia/smelter/files/patch-src_server.rs
+7-0multimedia/smelter/pkg-descr
+1-0multimedia/Makefile
+2,296-06 files

LLVM/project 39dcb0fllvm/include/llvm/IR GlobalValue.h, llvm/include/llvm/Transforms/Utils AssignGUID.h

Reland "Compute GUIDs once and store in metadata" (#184065)  (#201849)

This reverts #201194, thus relanding @orodley's PR #184065 (and
#200323):

> This allows us to keep GUIDs consistent across compilation phases
which may change the name or linkage type.
> See
https://discourse.llvm.org/t/rfc-keep-globalvalue-guids-stable/84801

The CFI issues that triggered the original revert are fixed by #201370,
together with the addressing of the TODOs in `LowerTypeTests.cpp` left
in the latter. The [graphite
diff](https://app.graphite.com/github/pr/llvm/llvm-project/201849/Reland-%23184065)
between this change's V1 and V2 shows what's been added:

- the `TODO`s from #201370 are done
- in LowerTypeTests.cpp, passing `!guid` when creating a new declaration
and when converting a definition to a declaration.

    [34 lines not shown]
DeltaFile
+61-17llvm/lib/Bitcode/Reader/BitcodeReader.cpp
+45-30llvm/lib/LTO/LTO.cpp
+64-2llvm/lib/IR/Globals.cpp
+49-3llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
+45-5llvm/include/llvm/IR/GlobalValue.h
+49-0llvm/include/llvm/Transforms/Utils/AssignGUID.h
+313-57120 files not shown
+872-416126 files

LLVM/project 8b93782llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md

Add explicit anchors to deep headers for AMD DWARF ext doc (#208110)

Anchors get auto-generated only upto level 6, and
https://github.com/llvm/llvm-project/pull/208103 added another level,
causing sphinx to complain about no targets for these anchors.
DeltaFile
+7-0llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md
+7-01 files

FreeBSD/ports 298191ecad/abc distinfo Makefile

cad/abc: Update g20260618 => g20260701

Approved by:            db@, yuri@ (Mentors, implicit)
DeltaFile
+3-3cad/abc/distinfo
+2-3cad/abc/Makefile
+5-62 files

NetBSD/src QeVZ9Kbusr.sbin/fssconfig fssconfig.8

   fssconfig(8): Fix example of unconfiguring.

   Demonstrate unmounting first, and then describe `fssconfig -u' as
   unconfiguring.
VersionDeltaFile
1.16+5-2usr.sbin/fssconfig/fssconfig.8
+5-21 files

LLVM/project 73867dcclang/lib/Driver Driver.cpp Action.cpp, clang/lib/Driver/ToolChains MSVC.cpp MSVC.h

[clang][ARM64X] Support compiling both native and EC objects with -marm64x (#207612)

When -marm64x is used during the assembly phase, construct jobs for both
native and EC targets and merge their outputs using llvm-objcopy.

Allow passing ArchName to computeTargetTriple on non-Darwin targets to
enable BindArchAction on other platforms. Additionally, allow passing
multiple inputs to ObjcopyJobAction and use this capability to construct
ARM64X merge jobs.
DeltaFile
+36-0clang/lib/Driver/ToolChains/MSVC.cpp
+24-9clang/lib/Driver/Driver.cpp
+16-0clang/lib/Driver/ToolChains/MSVC.h
+8-0clang/test/Driver/arm64x.c
+4-0clang/lib/Driver/ToolChains/MinGW.cpp
+2-2clang/lib/Driver/Action.cpp
+90-114 files not shown
+95-1410 files

FreeBSD/ports a471b87cad/veroroute Makefile

cad/veroroute: Switch Qt5 => Qt6

Summary:
* Clarify LICENSE
* Pet portclippy(1) and portfmt(1)

Approved by:            yuri@ (maintainer, Mentor)
Approved by:            db@, yuri@ (Mentors, implicit)
Differential Revision:  https://reviews.freebsd.org/D57308
DeltaFile
+3-3cad/veroroute/Makefile
+3-31 files

FreeBSD/ports 3be6f07www/hs-postgrest distinfo Makefile.cabal

www/hs-postgrest: Update 14.12 => 14.14

Approved by:            haskell@ (alven@)
Approved by:            db@, yuri@ (Mentors, implicit)
DeltaFile
+7-7www/hs-postgrest/distinfo
+2-2www/hs-postgrest/Makefile.cabal
+1-1www/hs-postgrest/Makefile
+10-103 files

NetBSD/src hjKARC2usr.sbin/fssconfig fssconfig.8

   fssconfig(8): minor fixes, mostly -width cargo-cult
VersionDeltaFile
1.15+7-7usr.sbin/fssconfig/fssconfig.8
+7-71 files

FreeBSD/ports fa3b0d3cad/py-edalize distinfo Makefile

cad/py-edalize: Update 0.6.5 => 0.6.8

Summary: * Pet portclippy(1) and portfmt(1)

Approved by:            yuri@ (maintainer, Mentor)
Approved by:            db@, yuri@ (Mentors, implicit)
Differential Revision:  https://reviews.freebsd.org/D57314
DeltaFile
+3-3cad/py-edalize/distinfo
+3-3cad/py-edalize/Makefile
+6-62 files

FreeBSD/ports bae80ecwww/tomcat101 distinfo Makefile

www/tomcat101: Update 10.1.55 => 10.1.57

Changelog:
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.57_(schultz)

Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit 4336404d745fb00c9c670c774faf1773dc4721a9)
DeltaFile
+3-3www/tomcat101/distinfo
+1-1www/tomcat101/Makefile
+1-1www/tomcat101/pkg-plist
+5-53 files

FreeBSD/ports c9fad9awww/tomcat9 distinfo Makefile

www/tomcat9: Update 9.0.118 => 9.0.120

Changelog:
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.120_(remm)

Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit 71c298e5b1c088ff1d6b5d6f546771e72f526807)
DeltaFile
+3-3www/tomcat9/distinfo
+1-1www/tomcat9/Makefile
+4-42 files

FreeNAS/freenas 4e09f44src/middlewared/middlewared/common/attachment __init__.py, src/middlewared/middlewared/plugins/container attachments.py

review
DeltaFile
+78-45src/middlewared/middlewared/plugins/vm/attachments.py
+58-55src/middlewared/middlewared/plugins/container/attachments.py
+65-0tests/api2/test_pool_dataset_unlock_restart_containers.py
+29-7src/middlewared/middlewared/plugins/pool_/dataset_encryption_lock.py
+20-7src/middlewared/middlewared/common/attachment/__init__.py
+250-1145 files

FreeBSD/ports 4336404www/tomcat101 distinfo Makefile

www/tomcat101: Update 10.1.55 => 10.1.57

Changelog:
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.57_(schultz)

Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+3-3www/tomcat101/distinfo
+1-2www/tomcat101/Makefile
+1-1www/tomcat101/pkg-plist
+5-63 files

FreeBSD/src f87f97dsys/kern sys_process.c

kern/sys_process.c: clean up includes

Order them alphabetically.
Remove redundand sys/param.h.

Reviewed by:    markj
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
DeltaFile
+9-10sys/kern/sys_process.c
+9-101 files

FreeBSD/src 2a41a8flib/libsys Symbol.sys.map, sys/sys procdesc.h

libsys: export pddupfd(2)

Reviewed by:    markj
Tested by:      pho
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D57163
DeltaFile
+1-0lib/libsys/Symbol.sys.map
+1-0sys/sys/procdesc.h
+2-02 files