LLVM/project c8eb2a1llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/X86 shl-to-add-transformation5.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+18-1llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+5-5llvm/test/Transforms/SLPVectorizer/X86/shl-to-add-transformation5.ll
+23-62 files

FreeBSD/ports b5569b9lang/abcl distinfo Makefile, lang/abcl/files patch-src_org_armedbear_lisp_LispThread.java

lang/abcl: Update to 1.10.0

While here, add the missing LICENSE and move SUB_FILES/SUB_LIST to keep
portclippy happy.

- Fix virtual thread creation on JDK 21 and later
DeltaFile
+11-9lang/abcl/Makefile
+13-0lang/abcl/files/patch-src_org_armedbear_lisp_LispThread.java
+3-3lang/abcl/distinfo
+27-123 files

FreeBSD/ports cde3ef1chinese/opencc pkg-plist Makefile

chinese/opencc: unbundle marisa, rapidjson, tclap, and googletest

Use system versions of libraries that have matching ports instead of
the bundled copies shipped in deps/.

PR:             ports/297782
Reported by:    diizzy
Approved by:    maintainer
DeltaFile
+13-6chinese/opencc/Makefile
+0-1chinese/opencc/pkg-plist
+13-72 files

FreeBSD/ports 26fa118textproc/fixrtf pkg-plist Makefile

textproc/fixrtf: add LICENSE, update WWW, use PLIST_FILES

 - Add LICENSE=BSD2CLAUSE (per source file header)
 - Update WWW to FreeBSD wiki (old domain was no longer controlled
   by us)
 - Use PLIST_FILES instead of single-entry pkg-plist
DeltaFile
+5-1textproc/fixrtf/Makefile
+0-1textproc/fixrtf/pkg-plist
+5-22 files

FreeBSD/ports ee8b441www/py-urlgrabber distinfo Makefile, www/py-urlgrabber/files patch-setup.py

www/py-urlgrabber: Update to 4.1.0

- Convert to PEP517
- Pet port(clippy|fmt)

Reported by: repology.org
DeltaFile
+23-18www/py-urlgrabber/files/patch-setup.py
+11-10www/py-urlgrabber/Makefile
+3-3www/py-urlgrabber/distinfo
+37-313 files

FreeBSD/ports 3fd40f6archivers/plzip Makefile

archivers/plzip: use USES=localbase:ldflags

Replace manual CXXFLAGS/LDFLAGS in CONFIGURE_ARGS with
USES=localbase:ldflags. Pass CPPFLAGS and LDFLAGS explicitly via
CONFIGURE_ARGS as plzip uses a custom configure script that reads
them as arguments rather than from the environment.
DeltaFile
+3-4archivers/plzip/Makefile
+3-41 files

OpenBSD/ports 9lkz7iYsysutils/tmuxinator Makefile, sysutils/tmuxinator/patches patch-_metadata

   relax devel/ruby-thor version spec to unblock its update
VersionDeltaFile
1.1+22-0sysutils/tmuxinator/patches/patch-_metadata
1.29+1-1sysutils/tmuxinator/Makefile
+23-12 files

FreeBSD/ports 6621902audio/codec2 distinfo Makefile

audio/codec2: Update to 1.2.0

The new version of SDRAngel requires codec2 version 1.2.0, but the ports
currently contain version 1.0.3_1. I contacted the maintainer,
and a search of the bug list yielded no results regarding a codec2 port update.
I propose updating the port; I am attaching the patches.
 Tested FreeBSD 15 amd64

- ran through portlint and cosmetic changes only - db

PR:             297726
Reported by:    res2500 at ukr.net
DeltaFile
+2-245audio/codec2/pkg-plist
+3-38audio/codec2/Makefile
+3-3audio/codec2/distinfo
+8-2863 files

LLVM/project dbd185allvm/lib/Target/AArch64 AArch64MIPeepholeOpt.cpp, llvm/test/CodeGen/AArch64 mipeephole-undef-operand.mir

AArch64: Fix MIPeepholeOpt null dereference on undef source operands

Fix unchecked getUniqueVRegDef calls. This is also an SSA pass, and has
no reason to use getUniqueVRegDef over getVRegDef, so also make that
change.

Co-Authored-By: Claude <noreply at anthropic.com> (Claude Opus 4.8)
DeltaFile
+57-0llvm/test/CodeGen/AArch64/mipeephole-undef-operand.mir
+6-4llvm/lib/Target/AArch64/AArch64MIPeepholeOpt.cpp
+63-42 files

FreeBSD/ports d443e20net/traefik distinfo Makefile

net/traefik: Update to upstream version 3.7.11

Details:
- Multiple bug- and security fixes, see
  https://github.com/traefik/traefik/releases/tag/v3.7.11
- No breaking config changes

MFH:            2026Q3
Security:       https://github.com/traefik/traefik/security/advisories/GHSA-5w68-77r2-r64c
                https://github.com/traefik/traefik/security/advisories/GHSA-g55h-rg46-x9c5
                https://github.com/traefik/traefik/security/advisories/GHSA-j994-9gqj-9hwq
                https://github.com/traefik/traefik/security/advisories/GHSA-m6wx-622r-48r9
(cherry picked from commit c823c538ba205179210576309f61fa1e0cf5138f)
DeltaFile
+3-3net/traefik/Makefile
+3-1net/traefik/distinfo
+6-42 files

FreeBSD/ports e912caaeditors/neovim Makefile distinfo

editors/neovim: Update to 0.12.5

Changes: https://github.com/neovim/neovim/commit/5885a30e1e1225349079e7a1c4a3848aa8e43e42
DeltaFile
+3-3editors/neovim/distinfo
+1-1editors/neovim/Makefile
+4-42 files

FreeBSD/ports 4d8abfbdatabases/openldap27-server Makefile, net/openldap25-server Makefile

{databases,net}/openldap2[567]-server: use USES=localbase:ldflags

Remove redundant CPPFLAGS, LDFLAGS, LIBS, and SQL_LDFLAGS assignments
that are already covered by USES=localbase:ldflags. Also fix COMMENT/WWW
ordering in openldap25-server.

No functional change to the built packages.
DeltaFile
+2-8net/openldap25-server/Makefile
+1-7net/openldap26-server/Makefile
+1-6databases/openldap27-server/Makefile
+4-213 files

OpenBSD/src rVyKKfFshare/misc airport

   Drop meaningless (closed) introduced in v 1.108

   OK: ian@
VersionDeltaFile
1.110+5-5share/misc/airport
+5-51 files

LLVM/project 1f7bed0utils/bazel/llvm-project-overlay/libc BUILD.bazel

[bazel] Port a454a3cdaf82dea7b6293d29628b70eaec918723 (#218289)
DeltaFile
+55-8utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+55-81 files

LLVM/project 50c44d8utils/bazel/llvm-project-overlay/clang BUILD.bazel

[bazel] Port 2f4a2d57cbea5d0c2a51e2ba1737be692bbc559f (#218288)
DeltaFile
+2-0utils/bazel/llvm-project-overlay/clang/BUILD.bazel
+2-01 files

LLVM/project b6b9e6cutils/bazel/llvm-project-overlay/clang BUILD.bazel, utils/bazel/llvm-project-overlay/clang/unittests BUILD.bazel

[bazel] Port 3ff8254afdb28be14735814be8d66d6bde5fbbb6 (#218287)
DeltaFile
+7-0utils/bazel/llvm-project-overlay/clang/BUILD.bazel
+2-0utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel
+9-02 files

OpenBSD/ports 5ZZ71kDsysutils/broot Makefile crates.inc

   Update broot to 1.59.0.
VersionDeltaFile
1.44+328-302sysutils/broot/distinfo
1.35+163-150sysutils/broot/crates.inc
1.50+1-1sysutils/broot/Makefile
+492-4533 files

FreeBSD/ports faa29f0devel/py-time-machine distinfo Makefile

devel/py-time-machine: Update to 3.4.0

Reported by:    repology.org
DeltaFile
+10-1devel/py-time-machine/Makefile
+3-3devel/py-time-machine/distinfo
+13-42 files

NetBSD/pkgsrc-wip bb171d2zellij-git PLIST DESCR

Add released version of misc/zellij v0.45.0, clean the Makefile
DeltaFile
+1,556-0zellij-git/distinfo
+519-0zellij-git/cargo-depends.mk
+20-0zellij-git/Makefile
+4-0zellij-git/DESCR
+2-0zellij-git/PLIST
+2,101-05 files

FreeBSD/ports d6590bfx11-fonts/cyberbit-ttfonts Makefile

x11-fonts/cyberbit-ttfonts: broken, does not fetch

=> Attempting to fetch http://vault.101011010.xyz/distfiles/cyberbit/Cyberbit.ZIP
fetch: http://vault.101011010.xyz/distfiles/cyberbit/Cyberbit.ZIP: No route to host
=> Attempting to fetch http://freebsd.nsu.ru/distfiles/cyberbit/Cyberbit.ZIP
fetch: http://freebsd.nsu.ru/distfiles/cyberbit/Cyberbit.ZIP: Operation timed out
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/cyberbit/Cyberbit.ZIP
fetch: http://distcache.FreeBSD.org/ports-distfiles/cyberbit/Cyberbit.ZIP: Not Found

Maintainer needs to find and supply a new mirror.

Approved by:    portmgr (build fix blanket)
MFH:            2026Q3

(cherry picked from commit c3fb24bf82df33ed6807f9264b703d937d1c274b)
DeltaFile
+2-0x11-fonts/cyberbit-ttfonts/Makefile
+2-01 files

FreeBSD/ports ffa8234devel/simdjson Makefile distinfo

devel/simdjson: update to 4.6.8

A bug fix release.

Changelog: https://github.com/simdjson/simdjson/releases/tag/v4.6.7
Changelog: https://github.com/simdjson/simdjson/releases/tag/v4.6.8

MFH:            2026Q3
(cherry picked from commit 537a529267085d40a342044bd1251c423ac55aed)
DeltaFile
+3-3devel/simdjson/distinfo
+1-1devel/simdjson/Makefile
+4-42 files

FreeBSD/ports f9dfc9edatabases/c3p0 distinfo Makefile

databases/c3p0: Update to 0.9.5.5

While here, move NO_ARCH to keep portclippy happy.
DeltaFile
+3-4databases/c3p0/Makefile
+3-3databases/c3p0/distinfo
+6-72 files

FreeBSD/ports 9598022sysutils/znapzend Makefile distinfo

sysutils/znapzend: Update to 0.23.6
DeltaFile
+3-3sysutils/znapzend/distinfo
+1-1sysutils/znapzend/Makefile
+4-42 files

FreeBSD/ports b0cd0a0x11/xtermcontrol distinfo Makefile

x11/xtermcontrol: Update to 3.10

While here, move GNU_CONFIGURE_MANPREFIX to keep portclippy happy.
DeltaFile
+4-4x11/xtermcontrol/Makefile
+3-3x11/xtermcontrol/distinfo
+7-72 files

FreeBSD/ports 7950f22shells/rura Makefile Makefile.crates

shells/rura: Update to 1.13.0
DeltaFile
+95-3shells/rura/distinfo
+48-2shells/rura/Makefile.crates
+1-1shells/rura/Makefile
+144-63 files

FreeBSD/ports 0705271databases/webdis distinfo Makefile, databases/webdis/files patch-Makefile

databases/webdis: Update to 0.1.25

Regenerate patch-Makefile: upstream reworked the CFLAGS line.

0.1.25 autodetects MessagePack through pkg-config, which would make the
package contents depend on what happens to be present in the build
environment.  Add an explicit MSGPACK option (on by default) so the
build is deterministic either way.
DeltaFile
+10-2databases/webdis/Makefile
+4-4databases/webdis/files/patch-Makefile
+3-3databases/webdis/distinfo
+17-93 files

FreeBSD/ports a658c2cdevel/codemark Makefile Makefile.crates

devel/codemark: Update to 0.7.29
DeltaFile
+107-9devel/codemark/distinfo
+52-3devel/codemark/Makefile.crates
+2-2devel/codemark/Makefile
+161-143 files

FreeBSD/ports 4f8651esysutils/reqlog Makefile distinfo

sysutils/reqlog: Update to 0.10.0
DeltaFile
+5-5sysutils/reqlog/distinfo
+1-2sysutils/reqlog/Makefile
+6-72 files

FreeBSD/ports 57a349amisc/ytree Makefile distinfo

misc/ytree: Update to 2.13
DeltaFile
+3-3misc/ytree/distinfo
+1-1misc/ytree/Makefile
+4-42 files

FreeBSD/ports a501dd5net-mgmt/flow Makefile distinfo

net-mgmt/flow: Update to 0.2.3
DeltaFile
+5-5net-mgmt/flow/distinfo
+1-2net-mgmt/flow/Makefile
+6-72 files