NetBSD/pkgsrc-wip c7496da. Makefile, xclock TODO Makefile

xclock: remove, used for updating pkgsrc
DeltaFile
+0-31xclock/TODO
+0-29xclock/Makefile
+0-5xclock/distinfo
+0-5xclock/PLIST
+0-3xclock/DESCR
+0-1Makefile
+0-746 files

LLVM/project cef5569llvm/include/llvm/Support ScopedPrinter.h, llvm/unittests/Support ScopedPrinterTest.cpp

[Support] Remove the now-unused EnumEntry (#206330)
DeltaFile
+0-307llvm/unittests/Support/ScopedPrinterTest.cpp
+0-82llvm/include/llvm/Support/ScopedPrinter.h
+0-3892 files

LLVM/project 905cccbllvm/test/Transforms/SLPVectorizer/X86 poor-throughput-seeds.ll

[SLP][NFC]Add a test with the poor cost seed instructions, NFC



Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/206352
DeltaFile
+106-0llvm/test/Transforms/SLPVectorizer/X86/poor-throughput-seeds.ll
+106-01 files

FreeBSD/ports 330d692lang/gnat15 Makefile

lang/gnat15: remove -Werror

Compilation fails on arm64 because
enable-execute-stack.c:33:13: error: 'check_enabling' declared 'static' but never defined [-Werror=unused-function]
   33 | static void check_enabling (void) __attribute__ ((unused));
      |             ^~~~~~~~~~~~~~
cc1: all warnings being treated as errors

PR:             292708
Reported by:    pkg-fallout
DeltaFile
+3-0lang/gnat15/Makefile
+3-01 files

OpenBSD/ports 9abuqcxemulators/atari800 Makefile distinfo

   Update atari800 to 7.0.0.
VersionDeltaFile
1.15+9-3emulators/atari800/Makefile
1.9+2-2emulators/atari800/distinfo
+11-52 files

FreeBSD/ports 3f4342aemulators/fuse Makefile distinfo

emulators/fuse: update to 1.9.0

- Clean up OPTIONS and LIB_DEPENDS

Changes:        https://fuse-emulator.sourceforge.net/fuse.php#What_s_new
DeltaFile
+7-8emulators/fuse/Makefile
+3-3emulators/fuse/distinfo
+10-112 files

LLVM/project e3ef2d9llvm/include/llvm/ADT SmallPtrSet.h, llvm/lib/Support SmallPtrSet.cpp

[SmallPtrSet] Optimize Grow and inline FindBucketFor. NFC (#206304)

During rehashing every key is known absent, so skip the equal-key
comparison.
DenseMap got a similar optimization in #200595

FindBucketFor is then only used by insert_imp_big; inline its probe loop
there. The loop takes 7 inst instead of 9 in the clang-generated
assembly after removing the two `LLVM_LIKELY`.
DeltaFile
+22-24llvm/lib/Support/SmallPtrSet.cpp
+0-1llvm/include/llvm/ADT/SmallPtrSet.h
+22-252 files

NetBSD/pkgsrc 5APKB3mfinance/ledger Makefile

   ledger: mark as not for Python 3.10/3.11 (due to numpy)
VersionDeltaFile
1.47+3-1finance/ledger/Makefile
+3-11 files

LLVM/project 49de424clang/lib/Format CMakeLists.txt

[clang-format][NFC] Clean up clang/lib/Format/CMakeLists.txt (#206314)
DeltaFile
+3-6clang/lib/Format/CMakeLists.txt
+3-61 files

LLVM/project c03e4bdclang/lib/Format TokenAnnotator.cpp, clang/unittests/Format TokenAnnotatorTest.cpp FormatTest.cpp

[clang-format] Set Context.IsExpression for C++ ternary operators (#206300)

This reverts e99e343dfdb2b1b490789a7bcba6d646a4824f15 (#199112).

Fixes #199027
DeltaFile
+2-8clang/lib/Format/TokenAnnotator.cpp
+5-4clang/unittests/Format/TokenAnnotatorTest.cpp
+1-1clang/unittests/Format/FormatTest.cpp
+8-133 files

FreeBSD/ports 3e5dc22mail/mailpit distinfo Makefile, mail/mailpit/files patch-package-lock.json

mail/mailpit: Update to 1.30.3
DeltaFile
+8-8mail/mailpit/files/patch-package-lock.json
+7-7mail/mailpit/distinfo
+1-1mail/mailpit/Makefile
+16-163 files

FreeBSD/ports 2b28056mail/courier-imap distinfo Makefile, mail/courier-imap/files patch-libs_rfc822_rfc822__fdstreambuf.C

mail/courier-imap: Update to 6.0.1
DeltaFile
+0-29mail/courier-imap/files/patch-libs_rfc822_rfc822__fdstreambuf.C
+3-3mail/courier-imap/distinfo
+1-1mail/courier-imap/Makefile
+4-333 files

FreeBSD/ports 83bdc52mail/maildrop distinfo Makefile, mail/maildrop/files patch-libs_rfc822_rfc822__fdstreambuf.C

mail/maildrop: Update to 4.0.2
DeltaFile
+0-29mail/maildrop/files/patch-libs_rfc822_rfc822__fdstreambuf.C
+3-3mail/maildrop/distinfo
+1-1mail/maildrop/Makefile
+4-333 files

FreeBSD/ports e2edf55security/courier-authlib distinfo Makefile, security/courier-authlib/files patch-libs_rfc822_rfc822__fdstreambuf.C

security/courier-authlib: Update to 0.73.1
DeltaFile
+0-29security/courier-authlib/files/patch-libs_rfc822_rfc822__fdstreambuf.C
+3-3security/courier-authlib/distinfo
+1-1security/courier-authlib/Makefile
+4-333 files

FreeBSD/ports a5a67daastro/py-sgp4 distinfo Makefile, astro/py-sgp4/files patch-pyproject.toml

astro/py-sgp4: upgrade to 2.26

Remark: cannot switch to pep517 because setuptools is too old.
DeltaFile
+12-0astro/py-sgp4/files/patch-pyproject.toml
+3-3astro/py-sgp4/distinfo
+1-1astro/py-sgp4/Makefile
+1-1astro/py-sgp4/pkg-plist
+17-54 files

FreeBSD/ports 5654e9dMk/Uses ada.mk

Mk/Uses/ada.mk: Update comment

Update comment:
 * Following the addition of the Ada tool-chain GNAT-15, update the
   comment explaining the version args in ada.mk

 PR:            296347
DeltaFile
+4-2Mk/Uses/ada.mk
+4-21 files

LLVM/project 2959bfallvm/test/Transforms/LoopVectorize hoist-predicated-loads-with-predicated-stores.ll

[LV] Add test with pointer based on SRem expression (NFC). (#206344)

Add a test with loads and stores with pointers based on a signed
remainder (srem) of a non-negative induction variable, mirroring the
existing urem test.
DeltaFile
+123-0llvm/test/Transforms/LoopVectorize/hoist-predicated-loads-with-predicated-stores.ll
+123-01 files

FreeBSD/ports bbbe6a4mail/postfix distinfo Makefile

mail/postfix: Update to 3.11.4

PR:             296333
Reported by:    Sulev-Madis Silber <bugs-freebsd-org916 at ketas.si.pri.ee>

(cherry picked from commit d81ec5494950143ec43a0ff7017bf0e31d2f6529)
DeltaFile
+3-3mail/postfix/distinfo
+1-1mail/postfix/Makefile
+4-42 files

FreeBSD/ports d061bc2mail/postfix-current distinfo Makefile

mail/postfix-current: Update to 3.12-20260624

(cherry picked from commit e792f72785d123b707d5a36a39164cf115d9bdb8)
DeltaFile
+3-3mail/postfix-current/distinfo
+1-1mail/postfix-current/Makefile
+1-0mail/postfix-current/pkg-plist
+5-43 files

LLVM/project 07a8a5ellvm/test/Transforms/SLPVectorizer/X86 odd_store.ll

[SLP][NFC] Avoid undef usage in odd_store.ll (#206333)

Replace `ret i32 undef` with void return type to avoid CI undef
deprecator failures.

For this PR: https://github.com/llvm/llvm-project/pull/206259
DeltaFile
+3-3llvm/test/Transforms/SLPVectorizer/X86/odd_store.ll
+3-31 files

FreeBSD/ports e792f72mail/postfix-current distinfo Makefile

mail/postfix-current: Update to 3.12-20260624
DeltaFile
+3-3mail/postfix-current/distinfo
+1-1mail/postfix-current/Makefile
+1-0mail/postfix-current/pkg-plist
+5-43 files

LLVM/project 0094e38llvm/test/Transforms/LoopIdiom memset-multiple-accesses.ll

[LoopIdiom] Add tests with loops writing to fields at different offsets. (#206343)

Add loops with writes at multiple offsets and runtime trip counts.
DeltaFile
+404-0llvm/test/Transforms/LoopIdiom/memset-multiple-accesses.ll
+404-01 files

NetBSD/pkgsrc-wip 4fc716cledger PLIST Makefile, ledger/patches patch-src_main.cc patch-src_CMakeLists.txt

ledger: remove, used for updating wip/ledger
DeltaFile
+0-116ledger/PLIST
+0-59ledger/Makefile
+0-23ledger/options.mk
+0-18ledger/patches/patch-src_main.cc
+0-16ledger/patches/patch-src_CMakeLists.txt
+0-12ledger/DESCR
+0-2443 files not shown
+0-2549 files

NetBSD/pkgsrc nf9slVAdoc CHANGES-2026

   doc: Updated finance/ledger to 3.4.1
VersionDeltaFile
1.4098+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc gPzrDg7finance/ledger PLIST distinfo, finance/ledger/patches patch-src_main.cc patch-src_CMakeLists.txt

   ledger: update to 3.4.1.

   Based on wip/ledger by atomicules with some fixes.

   3.4.1

       Fix version number in binary

   Assets 2

       Source code (zip)
       Oct 26, 2025
       Source code (tar.gz)
       Oct 26, 2025

   1 person reacted
   3.4.0
   Oct 22, 2025
   @jwiegley jwiegley

    [72 lines not shown]
VersionDeltaFile
1.5+54-2finance/ledger/PLIST
1.16+6-23finance/ledger/distinfo
1.46+15-11finance/ledger/Makefile
1.3+6-6finance/ledger/patches/patch-src_main.cc
1.2+5-5finance/ledger/patches/patch-src_CMakeLists.txt
1.2+1-1finance/ledger/patches/patch-src_lookup.cc
+87-4816 files not shown
+103-6422 files

NetBSD/pkgsrc M0c1WcGdoc CHANGES-2026

   Add math/cadical version 3.0.0.
VersionDeltaFile
1.4097+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 4hf44Zomath Makefile

   Add cadical.
VersionDeltaFile
1.637+2-1math/Makefile
+2-11 files

NetBSD/pkgsrc Y2fzSvsmath/cadical Makefile distinfo

   Import math/cadical from wip, update to 3.0.0, add TEST_TARGET.

   The goal of the development of CaDiCaL was to obtain a CDCL solver,
   which is easy to understand and change, while at the same time not
   being much slower than other state-of-the-art CDCL solvers.
VersionDeltaFile
1.1+27-0math/cadical/Makefile
1.1+5-0math/cadical/distinfo
1.1+4-0math/cadical/PLIST
1.1+3-0math/cadical/DESCR
+39-04 files

NetBSD/pkgsrc-wip ec8eab6ledger Makefile PLIST

ledger: fix PLIST for python option

Fix installed scripts to have the correct interpreter.
DeltaFile
+12-1ledger/Makefile
+1-1ledger/PLIST
+13-22 files

FreeBSD/ports 82abc13www/node24 distinfo Makefile.version

www/node24: Update to 24.18.0

Changes:        https://github.com/nodejs/node/releases
                https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V24.md
Security:       CVE-2026-48615, CVE-2026-48617, CVE-2026-48618, CVE-2026-48619, CVE-2026-48928, CVE-2026-48930, CVE-2026-48931, CVE-2026-48933, CVE-2026-48934, CVE-2026-48935, CVE-2026-48937
(cherry picked from commit b11d272ba424b8cc7eb8695e1c1a21fdc19f0d2c)
DeltaFile
+3-3www/node24/distinfo
+1-1www/node24/Makefile.version
+4-42 files