FreeBSD/src c910c7ashare/vt/fonts Makefile

vt: Remove .fnt.uu from Makefile SUFFIXES

The uudecode make rule was removed years ago.

Fixes: 68510f3bac15 ("Remove uudecode make rule for vt fonts")
DeltaFile
+1-1share/vt/fonts/Makefile
+1-11 files

FreeBSD/ports 70ac615accessibility/at-spi2-core distinfo Makefile

accessibility/at-spi2-core: update to 2.56.7

PR:             291899
DeltaFile
+3-3accessibility/at-spi2-core/distinfo
+1-1accessibility/at-spi2-core/Makefile
+1-1accessibility/at-spi2-core/pkg-plist
+5-53 files

LLVM/project 2c0565fclang/include/clang/Basic BuiltinsX86.td, clang/lib/AST ExprConstant.cpp

  [X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow AVX512 mask predicate intrinsics to be used in constexpr (#173739)

Enables constexpr evaluation for the following AVX512 Integer Comparison Intrinsics:
```
_mm512_kmov

_mm_movm_epi8 _mm256_movm_epi8 _mm512_movm_epi8
_mm_movm_epi16 _mm256_movm_epi16 _mm512_movm_epi16
_mm_movm_epi32 _mm256_movm_epi32 _mm512_movm_epi32
_mm_movm_epi64 _mm256_movm_epi64 _mm512_movm_epi64
```
FIXES #162072
DeltaFile
+38-0clang/lib/AST/ByteCode/InterpBuiltin.cpp
+35-0clang/lib/AST/ExprConstant.cpp
+16-10clang/test/CodeGen/X86/avx512bw-builtins.c
+16-8clang/include/clang/Basic/BuiltinsX86.td
+8-12clang/lib/Headers/avx512vlbwintrin.h
+8-12clang/lib/Headers/avx512vldqintrin.h
+121-427 files not shown
+161-5713 files

LLVM/project 56ddbb7mlir/test/Dialect/LLVMIR debuginfo.mlir

[mlir][llvm] Use the roundtrip flag in test (#173782)

This commit changes the debug info test to use the `--verify-roundtrip`
flag. The byte code rountrip has been problematic before. Recent changes
to the attribute parsing make it possible to use the flag.

This closes https://github.com/llvm/llvm-project/issues/163004
DeltaFile
+1-2mlir/test/Dialect/LLVMIR/debuginfo.mlir
+1-21 files

FreeBSD/ports c7f96cfaccessibility/at-spi2-core Makefile

accessibility/at-spi2-core: Fix make test with USES=dbus-testing
DeltaFile
+1-1accessibility/at-spi2-core/Makefile
+1-11 files

FreeBSD/ports d59157bports-mgmt/packagekit Makefile

ports-mgmt/packagekit: Fix make test with USES=dbus-testing
DeltaFile
+1-1ports-mgmt/packagekit/Makefile
+1-11 files

FreeBSD/ports c4705d6Mk/Uses dbus-testing.mk, Templates dbus-testing-system-local.conf

Uses/dbus-testing.mk: Introduce new USES

This USES starts a system- and session-level D-Bus daemons before the
test stage and stops them after, much like Uses/display.mk provides an
X11 display.

It is intended to be used with ports whose testing require a running dbus daemon.

Approved by:    portmgr (bapt)
Sponsored by:   Future Crew, LLC
Differential Revision: https://reviews.freebsd.org/D53464
DeltaFile
+55-0Mk/Uses/dbus-testing.mk
+9-0Templates/dbus-testing-system-local.conf
+64-02 files

FreeBSD/ports df1970alang Makefile, lang/gnat14 pkg-plist Makefile

lang/gnat14: repocopy from lzng/gnat13
DeltaFile
+6,454-0lang/gnat14/pkg-plist
+171-0lang/gnat14/Makefile
+32-0lang/gnat14/files/patch-gcc_ada_libgnat_s-dorepr.adb
+21-0lang/gnat14/distinfo
+11-0lang/gnat14/pkg-descr
+1-0lang/Makefile
+6,690-06 files

FreeBSD/ports 9ff8613lang/gnat14 pkg-plist Makefile

lang/gnat14: really update to 14.2.0

Next step: become the default ADA in the ports tree.
DeltaFile
+6,561-6,453lang/gnat14/pkg-plist
+12-12lang/gnat14/Makefile
+3-3lang/gnat14/distinfo
+6,576-6,4683 files

FreeBSD/ports 3359a35lang/gnat13 distinfo Makefile

lang/gnat13: upgrade to 13.3.0
DeltaFile
+3-3lang/gnat13/distinfo
+1-1lang/gnat13/Makefile
+4-42 files

FreeBSD/ports ba67b39lang/gnat12 distinfo Makefile

lang/gnat12: upgrade to 12.4.0
DeltaFile
+3-3lang/gnat12/distinfo
+1-2lang/gnat12/Makefile
+4-52 files

FreeBSD/ports 684cbf8lang/gnat13 distinfo Makefile

lang/gnat13: refresh the bootstraping assets
DeltaFile
+18-20lang/gnat13/distinfo
+2-8lang/gnat13/Makefile
+20-282 files

FreeBSD/ports 9ddbbf9lang/gnat12 distinfo Makefile

lang/gnat12: refresh the bootstrapping assets
DeltaFile
+21-19lang/gnat12/distinfo
+3-3lang/gnat12/Makefile
+24-222 files

FreeBSD/ports 4c0fcc9devel/zls Makefile

devel/zls: Tidy up the port
DeltaFile
+1-8devel/zls/Makefile
+1-81 files

FreeBSD/ports aab9e2cMk/Uses zig.mk

Uses/zig.mk: Make it possible to specify Zig compiler's version
DeltaFile
+13-4Mk/Uses/zig.mk
+13-41 files

FreeBSD/ports c35f76fMk/Uses zig.mk

Uses/zig.mk: Handle the "NO_WRKSUBDIR" distfiles case

Reported by:    Siva Mahadevan <me at svmhdvn.name>
DeltaFile
+7-1Mk/Uses/zig.mk
+7-11 files

DragonFlyBSD/src 6201675usr.bin/truss syscalls.c x86_64-fbsd.c

truss - Use pread(2) instead of seek+read for reading the process' memory.

* Also drastically simplifies get_string() by setting an absolute maximum
  on the length of the string at MAXPATHLEN. That makes it easy to just use
  a pread() to read the memory, and then we can simply extract the string
  using strndup().
DeltaFile
+29-55usr.bin/truss/syscalls.c
+4-6usr.bin/truss/x86_64-fbsd.c
+1-1usr.bin/truss/syscall.h
+34-623 files

FreeBSD/ports b97ad34lang/mecrisp-stellaris distinfo pkg-plist

lang/mecrisp-stellaris: update to 3.0.1

Changelog: https://codeberg.org/clausecker/mecrisp-stellaris/releases/tag/v3.0.1
DeltaFile
+3-3lang/mecrisp-stellaris/distinfo
+1-1lang/mecrisp-stellaris/pkg-plist
+1-1lang/mecrisp-stellaris/Makefile
+5-53 files

OpenBSD/ports AVAxKAimail/notmuch Makefile, mail/notmuch/pkg PLIST-main

   use --without-api-docs to drop doxygen BDEP
VersionDeltaFile
1.7+6-4mail/notmuch/Makefile
1.2+0-1mail/notmuch/pkg/PLIST-main
+6-52 files

FreeBSD/ports 7d067a3devel/sse2neon distinfo Makefile, devel/sse2neon/files patch-sse2neon.h

devel/sse2neon: update to 1.9.0

Add a patch to work around buggy byte order check.

Changelog: https://github.com/DLTcollab/sse2neon/releases/tag/v1.9.0

See also:       https://github.com/DLTcollab/sse2neon/issues/752
Event:          39C3
DeltaFile
+16-0devel/sse2neon/files/patch-sse2neon.h
+3-3devel/sse2neon/distinfo
+2-1devel/sse2neon/Makefile
+21-43 files

FreeBSD/ports d428a91graphics/vigra distinfo Makefile

graphics/vigra: update to 1-12-3

Changelog: https://github.com/ukoethe/vigra/releases/tag/Version-1-12-3

Event:          39C3
DeltaFile
+3-3graphics/vigra/distinfo
+1-1graphics/vigra/Makefile
+1-1graphics/vigra/pkg-plist
+5-53 files

FreeBSD/ports 16319e7devel/goreleaser distinfo Makefile

devel/goreleaser: update to 2.13.2

Changelog: https://github.com/goreleaser/goreleaser/releases/tag/v2.13.2

Event:          39C3
DeltaFile
+5-5devel/goreleaser/distinfo
+1-1devel/goreleaser/Makefile
+6-62 files

FreeBSD/ports 60c3094biology/fermi-lite Makefile, emulators/ares Makefile

*/*: bump PORTREVISION following devel/sse2neon update
DeltaFile
+1-1science/opensph/Makefile
+1-1biology/fermi-lite/Makefile
+1-1emulators/ares/Makefile
+1-1math/sfft/Makefile
+4-44 files

FreeBSD/ports 26369b2benchmarks/libcpucycles Makefile distinfo, benchmarks/libcpucycles/files patch-cpucycles_wrapper.c

benchmarks/libcpucycles: update to 20251226

Changelog: https://cpucycles.cr.yp.to/download.html

Event:          39C3
DeltaFile
+5-13benchmarks/libcpucycles/Makefile
+4-13benchmarks/libcpucycles/files/patch-cpucycles_wrapper.c
+3-3benchmarks/libcpucycles/distinfo
+2-0benchmarks/libcpucycles/pkg-plist
+14-294 files

NetBSD/pkgsrc XGfk0PWdoc CHANGES-2025

   Updated www/py-django-filer, www/py-django-admin-sortable2
VersionDeltaFile
1.7462+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc k8D8H3hwww/py-django-admin-sortable2 PLIST distinfo

   py-django-admin-sortable2: updated to 2.3

   2.3

   Prepare for Django-6.0.
   fix 397: Remove Django popup when using list action after dragging items in list view.
   fix 417: Increase height of drag area in Stacked-Inlines.
   fix 371: default_order_field might not be set on model.
   fix 400: Check for change permission when rendering "Move" actions in list view.
   fix 408: Validate POST request from action form.
   fix 423: Remove novalidate from action form in list view.
   fix 425: Give better explanation what to do if ordering numbers get negative.
VersionDeltaFile
1.12+10-1www/py-django-admin-sortable2/PLIST
1.27+4-4www/py-django-admin-sortable2/distinfo
1.29+2-2www/py-django-admin-sortable2/Makefile
+16-73 files

OpenBSD/ports GBnkLhYx11/stumpwm Makefile

   bump x11/stumpwm after lang/sbcl update
VersionDeltaFile
1.39+1-1x11/stumpwm/Makefile
+1-11 files

OpenBSD/ports QG2U9xAlang/sbcl Makefile distinfo

   update lang/sbcl to 2.6.0

   Changelog: https://sbcl.org/news.html#2.6.0
VersionDeltaFile
1.86+2-2lang/sbcl/Makefile
1.50+2-2lang/sbcl/distinfo
+4-42 files

OpenBSD/src gJYypQasys/arch/sh/sh db_trace.c

   Crude tr /t support.
VersionDeltaFile
1.12+35-7sys/arch/sh/sh/db_trace.c
+35-71 files

OpenBSD/src ultkQ6Xsys/dev/usb usb_subr.c

   Some USB devices have a iManufacturer property that is just a single space.
   Handle this (and substitute the vendor name from usbdevs) by checking the
   length of the string after trimming spaces.

   ok jsg@
VersionDeltaFile
1.165+9-5sys/dev/usb/usb_subr.c
+9-51 files