FreeBSD/doc 84f5735website/content/en/cgi man.cgi

add FreeBSD 15.1-RELEASE & ports manual pages

Approved by: re
DeltaFile
+12-7website/content/en/cgi/man.cgi
+12-71 files

Dreckly/dreckly aecdbdfx11/xvidcap Makefile distinfo, x11/xvidcap/patches patch-ffmpeg_libavcodec_bitstream.h

xvidcap: Avoid regressions with recent GNU toolchains.

With GCC 14 and newer, building xvidcap's internal codecs silently
fails. This results in a working package, but without any usable
codecs, which vastly impacts xvidcap's functionality.

This change fixes the silent errors.
DeltaFile
+35-0x11/xvidcap/patches/patch-ffmpeg_libavcodec_bitstream.h
+7-1x11/xvidcap/Makefile
+1-0x11/xvidcap/distinfo
+43-13 files

NetBSD/pkgsrc ePPhoK8x11/xvidcap Makefile distinfo, x11/xvidcap/patches patch-ffmpeg_libavcodec_bitstream.h

   xvidcap: Avoid regressions with recent GNU toolchains.

   With GCC 14 and newer, building xvidcap's internal codecs silently
   fails. This results in a working package, but without any usable
   codecs, which vastly impacts xvidcap's functionality.

   This change fixes the silent errors.
VersionDeltaFile
1.1+35-0x11/xvidcap/patches/patch-ffmpeg_libavcodec_bitstream.h
1.69+8-2x11/xvidcap/Makefile
1.16+2-1x11/xvidcap/distinfo
+45-33 files

NetBSD/pkgsrc-wip cd9e03cofflineimap3 Makefile

offlineimap3: update test status
DeltaFile
+1-1offlineimap3/Makefile
+1-11 files

NetBSD/pkgsrc-wip 6355af6offlineimap PLIST Makefile, offlineimap3 PLIST Makefile

offlineimap3: rename directory to offlineimap3 to match PKGNAME
DeltaFile
+127-0offlineimap3/PLIST
+0-127offlineimap/PLIST
+0-36offlineimap/Makefile
+36-0offlineimap3/Makefile
+5-0offlineimap3/distinfo
+0-5offlineimap/distinfo
+168-1685 files not shown
+175-17511 files

NetBSD/pkgsrc-wip 0575d5a. TODO

TODO: + pitchfork-2.13.1, py-whichllm-0.5.10.
DeltaFile
+2-0TODO
+2-01 files

NetBSD/pkgsrc e2GHLShdoc TODO

   doc/TODO: add some

   + jsoncpp-1.9.8, litehtml-0.10, moor-2.15.0, p5-Net-DNS-1.55 [wiz],
     py-OpenSSL-26.3.0, py-cryptography-49.0.0,
     py-cyclonedx-python-lib-11.10.0, py-filelock-3.29.4,
     py-google-auth-2.54.0, py-maturin-1.14.0, py-msgpack-1.2.0,
     py-pillow_heif-1.4.0, py-pyrate-limiter-4.3.1, py-readme_renderer-45.0,
     py-sphinx-autodoc-typehints-3.11.0, py-test-9.1.0, py-uv-build-0.11.21,
     py-zensical-0.0.45.
VersionDeltaFile
1.27407+19-1doc/TODO
+19-11 files

FreeBSD/ports 931610dgames/lmarbles Makefile pkg-plist

games/lmarbles: Upgrade to 1.1.1

- Switch to DISTVERSION
- Drop fetching extra icons and use shipped desktop .png
- Add pkg-message about upstream changes related to removal of global shared
  state support
- Take maintainership

ChangeLog: https://sourceforge.net/p/lgames/code/HEAD/tree/trunk/lmarbles/ChangeLog
DeltaFile
+8-22games/lmarbles/Makefile
+11-7games/lmarbles/pkg-plist
+14-0games/lmarbles/pkg-message
+3-2games/lmarbles/distinfo
+36-314 files

FreeBSD/ports ea8b7fadevel/zix Makefile distinfo

devel/zix: Update to 0.8.2

ChangeLog: https://drobilla.net/2026/06/11/zix-0-8-2.html
DeltaFile
+9-2devel/zix/Makefile
+3-3devel/zix/distinfo
+12-52 files

FreeBSD/ports 79b5619games/rocksndiamonds distinfo Makefile

games/rocksndiamonds: Update to 4.4.2.1

ChangeLog: https://www.artsoft.org/2026/06/13/rocksndiamonds-4-4-2-1-released/
DeltaFile
+3-3games/rocksndiamonds/distinfo
+1-1games/rocksndiamonds/Makefile
+4-42 files

FreeBSD/ports 3bae586sysutils/py-hcloud distinfo Makefile

sysutils/py-hcloud: update to 2.21.0

Changes:        https://github.com/hetznercloud/hcloud-python/blob/v2.21.0/CHANGELOG.md
Reported by:    portscout, repology
DeltaFile
+3-3sysutils/py-hcloud/distinfo
+1-1sysutils/py-hcloud/Makefile
+4-42 files

FreeBSD/ports 95c7fd5devel/py-qtconsole Makefile distinfo

devel/py-qtconsole: Update to 5.7.2, migrate to pep517, enable testing
DeltaFile
+6-4devel/py-qtconsole/Makefile
+3-3devel/py-qtconsole/distinfo
+9-72 files

LLVM/project 96d3adeflang/lib/Lower/OpenMP OpenMP.cpp, mlir/lib/Dialect/OpenMP/IR OpenMPDialect.cpp

[flang][OpenMP] Lower target in_reduction for host fallback

Enable host-fallback lowering for target in_reduction in Flang and MLIR OpenMP translation.

Model target in_reduction through the matching map entry, force address-preserving implicit mapping for Flang in_reduction list items, and emit the host-side task-reduction lookup with __kmpc_task_reduction_get_th_data. Unsupported device/offload-entry and richer reduction forms remain diagnosed.

Add Flang lowering, MLIR verifier/translation, and LLVM IR tests for the supported host-fallback path and the remaining unsupported cases.
DeltaFile
+128-14mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
+77-36mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
+72-19flang/lib/Lower/OpenMP/OpenMP.cpp
+83-3mlir/test/Target/LLVMIR/openmp-todo.mlir
+75-0mlir/test/Target/LLVMIR/openmp-target-in-reduction-multi.mlir
+60-0mlir/test/Dialect/OpenMP/invalid.mlir
+495-726 files not shown
+615-8912 files

FreeBSD/src 8a13adfshare/man/man7 d.7

d.7: Correct a few typos in the manual page

- s/occurance/occurrence/
- s/Univeristy/University/

MFC after:      5 days
DeltaFile
+3-3share/man/man7/d.7
+3-31 files

FreeBSD/src 89234ffshare/man/man4 umass.4

umass.4: Correct a typo in the manual page

- s/Sotrage/Storage/

MFC after:      5 days
DeltaFile
+1-1share/man/man4/umass.4
+1-11 files

NetBSD/pkgsrc-wip c991273knot PLIST Makefile, knot/files knot.sh

knot: remove, imported to pkgsrc (without buildlink)
DeltaFile
+0-105knot/PLIST
+0-74knot/Makefile
+0-41knot/files/knot.sh
+0-41knot/COMMIT_MSG
+0-27knot/patches/patch-samples_Makefile.in
+0-20knot/buildlink3.mk
+0-3083 files not shown
+0-3189 files

FreeBSD/ports 737662bdevel/py-ty distinfo Makefile

devel/py-ty: Update to 0.0.49

Changelog: https://github.com/astral-sh/ty/blob/0.0.49/CHANGELOG.md

Reported by:    Repology
DeltaFile
+3-3devel/py-ty/distinfo
+1-1devel/py-ty/Makefile
+4-42 files

NetBSD/pkgsrc CVUWTDRnet/knot Makefile distinfo

   net/knot: Update to 3.5.5

   Knot DNS 3.5.5 (2026-06-12)
   Features:

   knotd: support for binding wildcard addresses to a specific network interface
   mod-alias: ALIAS record synthesis from locally served targets (Thanks to Bron Gondwana) !1867 (merged)

   Improvements:

   knotd: zone XFR freeze state is persistent across restarts by storing it in timers
   knotd: optimized rescheduled DNSSEC validation
   knotd: hardened manually triggered DNSSEC validation
   utils: configuration detection fails if the database is empty or inaccessible
   utils: LMDB reader lock table is purged even for read-only access
   utils: errors when writing to stdout are reported
   libs: upgraded embedded libngtcp2 to 1.23.0
   doc: various improvements


    [22 lines not shown]
VersionDeltaFile
1.99+8-11net/knot/Makefile
1.53+4-4net/knot/distinfo
+12-152 files

NetBSD/pkgsrc 1VcjEgFdoc CHANGES-2026

   doc: Updated net/knot to 3.5.5
VersionDeltaFile
1.3801+2-1doc/CHANGES-2026
+2-11 files

OpenBSD/src x1Yx9L4usr.sbin/relayd ssl.c ca.c

   relayd: drain OpenSSL error queue on TLS failures

   Borrowed from smtpd. Without draining we just log "RSA_meth_dup failed"
   and lose the actual reason.

   Wire ssl_error() into ca_engine_init(), which also kills a dead
   RSA_meth_free() on a NULL pointer there, and into ssl_load_key()s fail
   path.

   Tweaks and OK tb
VersionDeltaFile
1.41+16-1usr.sbin/relayd/ssl.c
1.54+4-2usr.sbin/relayd/ca.c
1.286+2-1usr.sbin/relayd/relayd.h
+22-43 files

OpenBSD/src 34r7bgBusr.sbin/relayd ca.c

   relayd: remove from and toptr to simplify

   feedback and OK claudio
VersionDeltaFile
1.53+8-12usr.sbin/relayd/ca.c
+8-121 files

NetBSD/pkgsrc-wip 193d5f6. Makefile, py-zensical PLIST distinfo

py-zensical: remove, imported to pkgsrc
DeltaFile
+0-16,609py-zensical/PLIST
+0-530py-zensical/distinfo
+0-177py-zensical/cargo-depends.mk
+0-28py-zensical/Makefile
+1-2Makefile
+0-2py-zensical/DESCR
+1-17,3486 files

OpenBSD/src cJgMLlOusr.sbin/relayd relayd.c config.c

   relayd: use ibuf_get_string() and ibuf_get_data() to read imsg payloads

   Drop the local get_string() and read variable-length string and binary
   payloads through the ibuf getters instead of the raw imsg->data pointer.

   ibuf_get_string() no longer trims the input at the first non-printable
   byte like the old get_string() did; the payloads come from the parent
   over privsep imsg.

   idea and ok claudio
VersionDeltaFile
1.201+11-18usr.sbin/relayd/relayd.c
1.53+7-12usr.sbin/relayd/config.c
1.285+2-3usr.sbin/relayd/relayd.h
+20-333 files

NetBSD/pkgsrc-wip 46273a6mtr Makefile options.mk

mtr: remove, imported to pkgsrc
DeltaFile
+0-27mtr/Makefile
+0-19mtr/options.mk
+0-11mtr/COMMIT_MSG
+0-7mtr/PLIST
+0-6mtr/DESCR
+0-5mtr/distinfo
+0-751 files not shown
+0-767 files

NetBSD/pkgsrc Tt7dPfrnet/mtr distinfo Makefile

   net/mtr: Update to 0.96

   WHAT'S NEW?
   V0.96

   Merge branch 'traviscross:master' into master
   Change UDP and ICMP sockets binding to accept a source IP from the -a CLI option
   Adjust MIN_PORT to match other implementations
   Handle EHOSTDOWN and refine error handling better granularity
   [...]
   More in NEWS
VersionDeltaFile
1.56+4-4net/mtr/distinfo
1.133+3-4net/mtr/Makefile
+7-82 files

OpenBSD/src 8oEyL01usr.sbin/relayd control.c

   fix knfmt
VersionDeltaFile
1.68+2-2usr.sbin/relayd/control.c
+2-21 files

FreeBSD/src f257497sys/dev/acpica acpi_timer.c

acpi(4): Fix a typo in a source code comment

- s/freqency/frequency/

MFC after:      3 days
DeltaFile
+1-1sys/dev/acpica/acpi_timer.c
+1-11 files

NetBSD/pkgsrc dlJAI3sdoc CHANGES-2026 TODO

   doc: Updated net/mtr to 0.96
VersionDeltaFile
1.3800+2-1doc/CHANGES-2026
1.27406+1-2doc/TODO
+3-32 files

OpenBSD/src 5HQcdhGusr.sbin/relayd proc.c relayd.h

   Check error in proc_forward_imsg
VersionDeltaFile
1.55+3-5usr.sbin/relayd/proc.c
1.284+2-2usr.sbin/relayd/relayd.h
+5-72 files

FreeBSD/src 58cf810sys/dev/clk clknode_if.m

clk: Fix a typo in a source code comment

- s/freqency/frequency/

MFC after:      3 days
DeltaFile
+1-1sys/dev/clk/clknode_if.m
+1-11 files