GhostBSD/xconfig 7347ca4bin xconfig, cardDetect XF86Config.qemu XF86Config.vmware

Improve VM guest setup and cleanup workflows

- Add explicit cleanup functions for VirtualBox, VMware, QEMU, Hyper-V, and bhyve.
- Integrate cleanup steps for unused drivers and configurations in hypervisor detection flow.
- Update QEMU configuration to use `qxl` driver instead of `cirrus`.
- Enhance VMware and QEMU setup with additional service handling and device detection logic.
DeltaFile
+109-4bin/xconfig
+1-3cardDetect/XF86Config.qemu
+0-1cardDetect/XF86Config.vmware
+110-83 files

FreeBSD/ports dbfbe8cdevel/tbb pkg-plist Makefile, devel/tbb/files patch-build-BSD.inc patch-build_FreeBSD.gcc.inc

devel/tbb: Remove expired port

2026-03-01 devel/tbb: Project moved to devel/onetbb
DeltaFile
+0-125devel/tbb/pkg-plist
+0-92devel/tbb/Makefile
+0-47devel/tbb/files/patch-build-BSD.inc
+0-33devel/tbb/files/patch-build_FreeBSD.gcc.inc
+0-15devel/tbb/files/version_info_FreeBSD.sh
+0-13devel/tbb/files/patch-include-tbb-tbb_config.h
+0-3256 files not shown
+1-36212 files

FreeBSD/ports d6b2b21. MOVED, lang Makefile

lang/go-devel: Remove expired port

2026-03-01 lang/go-devel: Old version of Go. Use the go package (lang/go) instead.
DeltaFile
+0-158lang/go-devel/Makefile
+0-15lang/go-devel/distinfo
+0-11lang/go-devel/files/patch-src_cmd_go_internal_modload_vendor.go
+0-2lang/go-devel/pkg-descr
+0-1lang/Makefile
+1-0MOVED
+1-1876 files

LLVM/project e4301c4utils/bazel/llvm-project-overlay/llvm BUILD.bazel

[bazel] Fix windows stack space on llvm driver link (#182998)

Bazel was missing this logic from cmake:
https://github.com/llvm/llvm-project/blob/cd200c8dfae0de1602b59011381377d147a86bdb/llvm/cmake/modules/HandleLLVMOptions.cmake#L567-L580
DeltaFile
+3-0utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
+3-01 files

FreeBSD/doc 58bdce5website/content/ru administration.adoc

website/ru: Update administration.adoc

Update to EN 22313159f103d297235c222c53b0ad06c069650e
Improve wording, translate comments in some places.
DeltaFile
+18-18website/content/ru/administration.adoc
+18-181 files

NetBSD/pkgsrc-wip 36d3a12minio TODO

minio: note fork alternative
DeltaFile
+3-0minio/TODO
+3-01 files

LLVM/project 4515297clang/docs ReleaseNotes.rst, clang/lib/Sema SemaExpr.cpp

[clang] fix common type calculation for l-values of 'void' type (#183972)

Fixes #111300
DeltaFile
+5-1clang/test/Sema/sugar-common-types.c
+2-2clang/lib/Sema/SemaExpr.cpp
+1-0clang/docs/ReleaseNotes.rst
+8-33 files

FreeBSD/src 4a4c885usr.bin/from from.c

from(1): Capsicumise

Signed-off-by: Faraz Vahedi <kfv at kfv.io>
Reviewed by: imp, oshogbo, markj (previous version)
Pull Request: https://github.com/freebsd/freebsd-src/pull/1491
DeltaFile
+4-0usr.bin/from/from.c
+4-01 files

FreeBSD/src ffe7d45usr.bin/from from.c

from(1): style fixes

No functional changes.
DeltaFile
+4-4usr.bin/from/from.c
+4-41 files

FreeBSD/src dde5113usr.bin/from from.c

from(1): Replace magic exit codes with standard macros

Signed-off-by: Faraz Vahedi <kfv at kfv.io>

With minor changes from committer.

Reviewed by: imp, oshogbo, markj (previous version)
Pull Request: https://github.com/freebsd/freebsd-src/pull/1491
DeltaFile
+4-3usr.bin/from/from.c
+4-31 files

LLVM/project 02c7a6cllvm/test/Transforms/SLPVectorizer/X86 disjoint-or-reductions.ll

[SLP][NFC]Add tests for bitcasts/bswaps with large target type
DeltaFile
+101-0llvm/test/Transforms/SLPVectorizer/X86/disjoint-or-reductions.ll
+101-01 files

FreeBSD/ports 7481980benchmarks/fio Makefile

benchmarks/fio: Update project WWW

- The homepage has moved from git.kernel.dk to git.kernel.org

Reported by:    Sitsofe Wheeler <sitsofe at gmail.com>
DeltaFile
+1-1benchmarks/fio/Makefile
+1-11 files

Illumos/gate b496192usr/src/uts/i86pc/os smb_dev.c

17897 unix: smbios_open() fails to find SMB when address offset is large
Reviewed by: Bill Sommerfeld <sommerfeld at hamachi.org>
Reviewed by: Robert Mustacchi <rm+illumos at fingolfin.org>
Approved by: Gordon Ross <gordon.w.ross at gmail.com>
DeltaFile
+6-1usr/src/uts/i86pc/os/smb_dev.c
+6-11 files

pkgng/pkgng cf901celibpkg pkg_osvf.c pkg_solve.c

pkg: avoid a bunch of warnings

I am currently looking into importing pkg into FreeBSD's base system.
Compilation warnings during that build process are strict and often
considered as errors.

These changes solve a bunch more.

Sponsored by:   The FreeBSD Foundation
DeltaFile
+25-25libpkg/pkg_osvf.c
+19-19libpkg/pkg_solve.c
+17-0libpkg/pkg.c
+4-4libpkg/scripts.c
+4-4libpkg/pkg_key.c
+3-3libpkg/pkg_status.c
+72-557 files not shown
+85-6713 files

pkgng/pkgng fb6eefflibpkg pkg_abi.c, libpkg/private pkg.h

pkg: avoid a warning around enum pkg_shlib_flags

I am currently looking into importing pkg into FreeBSD's base system.
Compilation warnings during that build process are strict and often
considered as errors.

These changes add a value to `enum pkg_shlib_flags` for the combined
flags of Linux and 32-bit compatibility, as used in pkg_abi.c.

Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-1libpkg/pkg_abi.c
+1-0libpkg/private/pkg.h
+2-12 files

pkgng/pkgng 3b9bfd7libpkg pkg_attributes.c pkg_cudf.c

pkg: avoid a bunch of warnings

I am currently looking into importing pkg into FreeBSD's base system.
Compilation warnings during that build process are strict and often
considered as errors.

These changes solve a few of them; lots more fixes to come.

Sponsored by:   The FreeBSD Foundation
DeltaFile
+13-0libpkg/pkg_attributes.c
+5-4libpkg/pkg_cudf.c
+4-4libpkg/lua_scripts.c
+6-0libpkg/pkg_audit.c
+3-3libpkg/scripts.c
+2-2libpkg/pkg_config.c
+33-1314 files not shown
+55-3120 files

FreeBSD/ports 2356008shells/ksh-devel/files patch-src_cmd_INIT_mamake.c

shells/ksh-devel: Fix build with /bin/sh

When /bin/sh is $SHELL (as in poudriere), upstream commit 93fdfc28
causes a ksh package error.
DeltaFile
+18-0shells/ksh-devel/files/patch-src_cmd_INIT_mamake.c
+18-01 files

FreeBSD/ports 2609e5dshells/ksh-devel Makefile

Revert "shells/ksh-devel: Fix poudriere build"

This does not address the problem.

This reverts commit 54361e152fd47820e032312d2e9ef16190da22a0.
DeltaFile
+0-2shells/ksh-devel/Makefile
+0-21 files

OpenBSD/ports Rdqy7QImultimedia/gstreamer1/plugins-rs distinfo crates.inc

   Update to gst-plugins-rs-0.15.1.
VersionDeltaFile
1.9+88-94multimedia/gstreamer1/plugins-rs/distinfo
1.9+41-44multimedia/gstreamer1/plugins-rs/crates.inc
1.11+4-4multimedia/gstreamer1/plugins-rs/Makefile
+133-1423 files

LLVM/project 406413dclang/docs ReleaseNotes.rst, clang/lib/Sema SemaExpr.cpp

[clang] fix common type calculation for l-values of 'void' type

Fixes #111300
DeltaFile
+5-1clang/test/Sema/sugar-common-types.c
+2-2clang/lib/Sema/SemaExpr.cpp
+1-0clang/docs/ReleaseNotes.rst
+8-33 files

OPNSense/core 52a2deasrc/opnsense/mvc/app/library/OPNsense/Core Config.php

config: ignore future backups when they exist, closes https://github.com/opnsense/core/issues/9802

Although this is quite uncommon, having a machine with its clock set in the future for some time may leave backups that prevent future backups being made (because of the configured number of backups).
Usually diskspace is not really an issue and just removing future backups without knowing what the actual time is has downsides too, so lets leave them there and ignore them to warrant normal operation.
DeltaFile
+8-1src/opnsense/mvc/app/library/OPNsense/Core/Config.php
+8-11 files

FreeBSD/ports 8a75d2dwww/axis2 pkg-plist Makefile

www/axis2: update 1.8.0 -> 2.0.0

Changelog: https://axis.apache.org/axis2/java/core/release-notes/2.0.0.html

Update and reorder Makefile to make portlint and porclippy happy
DeltaFile
+111-77www/axis2/pkg-plist
+17-19www/axis2/Makefile
+3-3www/axis2/distinfo
+131-993 files

FreeBSD/ports a579b2fwww/glassfish pkg-plist distinfo

www/glassfish: update 7.1.0 -> 8.0.0

Changelog: https://github.com/eclipse-ee4j/glassfish/releases/tag/8.0.0
DeltaFile
+35-20www/glassfish/pkg-plist
+3-3www/glassfish/distinfo
+2-3www/glassfish/Makefile
+40-263 files

FreeBSD/ports 52ae540www/cadaver distinfo Makefile, www/cadaver/files patch-src-commands.c patch-src_commands.c

www/cadaver: update 0.26 -> 0.28

Changelog: https://github.com/notroj/cadaver/blob/master/NEWS
DeltaFile
+0-73www/cadaver/files/patch-src-commands.c
+48-0www/cadaver/files/patch-src_commands.c
+25-0www/cadaver/files/patch-src_edit.c
+9-7www/cadaver/files/patch-Makefile.in
+3-3www/cadaver/distinfo
+1-1www/cadaver/Makefile
+86-846 files

FreeBSD/ports 5930716www/hiawatha Makefile distinfo

www/hiawatha: Update 11.8 => 12.0

Release Notes:
https://hiawatha.leisink.net/changelog

PR:     293528
DeltaFile
+5-3www/hiawatha/Makefile
+3-3www/hiawatha/distinfo
+8-62 files

FreeBSD/ports 0f99c33security Makefile, security/mbedtls4 pkg-plist Makefile

security/mbedtls4: New port 4.0.0

Changelog:
https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-4.0.0

PR:     293527
DeltaFile
+64-74security/mbedtls4/pkg-plist
+5-9security/mbedtls4/Makefile
+3-3security/mbedtls4/distinfo
+1-0security/Makefile
+73-864 files

FreeBSD/ports 305cd2esecurity/mbedtls3 Makefile

security/mbedtls3: Adjust CONFLICTS in anticipation of security/mbedtls4

PR:             293527
Approved by:    tijl (implicit)
DeltaFile
+2-0security/mbedtls3/Makefile
+2-01 files

FreeBSD/ports a28c15dsecurity/mbedtls4 pkg-plist Makefile

security/mbedtls4: Repocopy from security/mbedtls3

PR:     293527
DeltaFile
+176-0security/mbedtls4/pkg-plist
+48-0security/mbedtls4/Makefile
+3-0security/mbedtls4/distinfo
+2-0security/mbedtls4/pkg-descr
+229-04 files

FreeBSD/src 452ee04usr.bin/paste paste.c Makefile

paste(1): Capsicumise

Signed-off-by: Faraz Vahedi <kfv at kfv.io>
Reviewed by: imp, oshogbo
Pull Request: https://github.com/freebsd/freebsd-src/pull/1443
DeltaFile
+25-7usr.bin/paste/paste.c
+8-0usr.bin/paste/Makefile
+33-72 files

FreeBSD/src 4ba5c9dusr.bin/paste paste.c

paste(1): Utilise STAILQ from <sys/queue.h> in lieu of the home-rolled linked-list

Signed-off-by: Faraz Vahedi <kfv at kfv.io>
Reviewed by: imp, oshogbo
Pull Request: https://github.com/freebsd/freebsd-src/pull/1443
DeltaFile
+12-11usr.bin/paste/paste.c
+12-111 files