FreeBSD/ports def8df0x11/gromit-mpx Makefile pkg-plist

x11/gromit-mpx: Update to 1.9.0

- Change depends from libappindicator to libayatana-appindicator
- Port cleanup
- Take maintainership

ChangeLog:      https://github.com/bk138/gromit-mpx/releases/tag/1.9.0
                https://github.com/bk138/gromit-mpx/releases/tag/1.8.0
MFH:            2026Q2
DeltaFile
+9-8x11/gromit-mpx/Makefile
+8-1x11/gromit-mpx/pkg-plist
+3-3x11/gromit-mpx/distinfo
+20-123 files

FreeBSD/ports 9d63bdesecurity/hashcat Makefile

security/hashcat: on arm64 add build dependency on sse2neon

An attempt to fix the build on arm64, not tested since the build
is not possible in poudriere testport in arm64 emulation on my
amd64 system (the build dependency rust cannot be built with
qemu-user-static).
DeltaFile
+4-1security/hashcat/Makefile
+4-11 files

FreeBSD/ports 2bbde2csysutils/conky Makefile distinfo, sysutils/conky/files patch-src_conky.cc

sysutils/conky: Update to 0.124.0

ChangeLog: https://github.com/brndnmtthws/conky/releases/tag/v1.24.0

Remove patch merged upstream.

Features

 * feat(text): add sysfs monitoring bar variables
 * ci: consolidate required checks
 * Added a new width argument to 'hr' and 'stippled_hr' variables

Bug fixes

 * Remove mouse-events.h include guard from display-x11.cc
 * fix(core): align update schedule to wall-clock seconds
 * Fix crash when XDG_SESSION_TYPE is empty
 * Fix BUILD_LUA_CAIRO not adding cairo to conky_libs
 * Fix event propagation

    [9 lines not shown]
DeltaFile
+0-19sysutils/conky/files/patch-src_conky.cc
+1-5sysutils/conky/Makefile
+3-3sysutils/conky/distinfo
+4-273 files

FreeBSD/ports 606ad6asecurity/step-certificates Makefile distinfo

security/step-certificate: Update 0.29.0 => 0.30.2

Changelog:
https://github.com/smallstep/certificates/blob/v0.30.2/CHANGELOG.md

Improve port:
- Remove devel/pcsc-lite from BUILD_DEPENDS - LIB_DEPENDS adds it
  in BUILD_DEPENDS too.
- Replace PORTVERSION with DISTVERSION.
- Remove unnecessary MKDIR.
- Merge 4xINSTALL_MAN in single INSTALL_DATA.
- Exclude LICENSE from installation in DOCSDIR - LICENSE_FILE installs
  it too.

PR:             295798
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+4-10security/step-certificates/Makefile
+5-5security/step-certificates/distinfo
+0-1security/step-certificates/pkg-plist
+9-163 files

FreeBSD/ports 103ab64security/step-cli Makefile distinfo

security/step-cli: Update 0.29.0 => 0.30.2

Changelog:
https://github.com/smallstep/cli/blob/v0.30.2/CHANGELOG.md

Improve port:
- Replace PORTVERSION with DISTVERSION.
- Merge MKDIRs.
- Replace CPs with INSTALL_DATA.
- Split long lines.

PR:             295799
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+8-7security/step-cli/Makefile
+5-5security/step-cli/distinfo
+13-122 files

FreeBSD/ports 6e9b815graphics/converseen distinfo Makefile

graphics/converseen: Update to 0.15.2.5

ChangeLog: https://converseen.fasterland.net/changelog/

 * Added visual feedback for folder imports
 * Added Korean translation
 * Updated Chinese translation
 * Updated Italian translation
 * Various Bugfixes
DeltaFile
+3-3graphics/converseen/distinfo
+1-1graphics/converseen/Makefile
+1-0graphics/converseen/pkg-plist
+5-43 files

FreeBSD/ports 72e5678devel/hare Makefile, devel/hare/files patch-os_+freebsd_platform__environ.ha

devel/hare: Do not build on arm64

The build on arm64 fails in rt/+freebsd/syscalls.ha, line 246, due to
an assertion failure in faccessat().

The patch added in this update fixes a failed assert in a prior build
phase, since the result of sysctl hw.machine is "arm64" and not
"aarch64" as expected by the unpatched code.

While the patch is not sufficient to complete the build on arm64, it
is committed as a required but not sufficient build fix.

The port revision is bumped because of the update of devel/qbe to
version 1.3.
DeltaFile
+11-0devel/hare/files/patch-os_+freebsd_platform__environ.ha
+2-1devel/hare/Makefile
+13-12 files

FreeBSD/ports 54be5b7devel/transient Makefile distinfo, devel/transient/files patch-docs_Makefile patch-Makefile

devel/transient: Update to 0.13.4, improve port

Remove custom build targets in favor of OPT_ALL_TARGET/ALL_TARGET.
Add distribution for CSS and Javascript assets, modify install
targets to install them.
Patch documentation to use installed assets.
Patch GNU sed syntax away, and drop dependency.
Adjust version constraint on compat.el and cond-let.

PR:             295645
Approved by:    submitter is maintainer
Changes:        https://raw.githubusercontent.com/magit/transient/refs/tags/v0.13.4/CHANGELOG
DeltaFile
+29-21devel/transient/Makefile
+23-1devel/transient/files/patch-docs_Makefile
+17-3devel/transient/distinfo
+11-0devel/transient/files/patch-Makefile
+80-254 files

FreeBSD/ports 7da2edadevel/qbe distinfo Makefile

devel/qbe: upgrade to version 1.3

This updated version generates significantly faster code and improved
support for the generation of position-independent code.
DeltaFile
+3-3devel/qbe/distinfo
+1-1devel/qbe/Makefile
+1-0devel/qbe/pkg-plist
+5-43 files

FreeBSD/ports dce1fa0emulators/virtualbox-ose-70/files patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_Makefile, emulators/virtualbox-ose-71/files patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_Makefile

emulators/virtualbox-ose-kmod*: Fix building on recent CURRENT

Approved by:    vvd (via Telegram)
DeltaFile
+11-2emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_Makefile
+11-2emulators/virtualbox-ose-70/files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_Makefile
+11-2emulators/virtualbox-ose-71/files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_Makefile
+10-1emulators/virtualbox-ose-72/files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_Makefile
+11-0emulators/virtualbox-ose-legacy/files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_Makefile
+54-75 files

FreeBSD/ports ac78c72net/webalizer-geodb distinfo Makefile

net/webalizer-geodb: Update to 20260601
DeltaFile
+3-3net/webalizer-geodb/distinfo
+1-1net/webalizer-geodb/Makefile
+4-42 files

FreeBSD/ports 1862f57devel/cargo-c distinfo Makefile.crates

devel/cargo-c: update to 0.10.23

Changes: https://github.com/lu-zero/cargo-c/releases/tag/v0.10.23
DeltaFile
+267-205devel/cargo-c/distinfo
+132-101devel/cargo-c/Makefile.crates
+2-2devel/cargo-c/Makefile
+401-3083 files

FreeBSD/src 940142dlib/libc/tests/gen fts_set_test.c Makefile

lib/libc/tests/gen: add fts_set() tests

Add ATF test cases for fts_set():

fts_set:
- invalid instruction returns non-zero with EINVAL
- FTS_AGAIN revisits the current node
- FTS_AGAIN consecutive visits node three times
- FTS_FOLLOW on symlink to file yields FTS_F
- FTS_FOLLOW on symlink to directory causes descent
- FTS_FOLLOW on dead symlink yields FTS_SLNONE
- FTS_SKIP prevents descent into directory
- fts_set_clientptr/fts_get_clientptr round-trip
- fts_get_stream returns parent FTS* from FTSENT*

Sponsored by:   Google LLC (GSoC 2026)
Reviewed by:    asomers
MFC after:      2 weeks
Pull Request:   https://github.com/freebsd/freebsd-src/pull/2242
DeltaFile
+361-0lib/libc/tests/gen/fts_set_test.c
+1-0lib/libc/tests/gen/Makefile
+362-02 files

FreeBSD/ports 0750503lang/perl5-devel distinfo version.mk, lang/perl5-devel/files patch-Configure

lang/perl5-devel: update to 5.43.11
DeltaFile
+3-3lang/perl5-devel/distinfo
+2-2lang/perl5-devel/files/patch-Configure
+1-1lang/perl5-devel/version.mk
+2-0lang/perl5-devel/pkg-plist
+1-1lang/perl5-devel/Makefile
+9-75 files

FreeBSD/ports d8e2cbdmath/py-resample distinfo Makefile

math/py-resample: update 1.10.2 → 1.10.3
DeltaFile
+3-3math/py-resample/distinfo
+1-2math/py-resample/Makefile
+4-52 files

FreeBSD/ports 5b490b6audio/py-samplerate distinfo Makefile, audio/py-samplerate/files patch-CMakeLists.txt

audio/py-samplerate: update 0.2.1 → 0.2.4
DeltaFile
+7-7audio/py-samplerate/files/patch-CMakeLists.txt
+3-3audio/py-samplerate/distinfo
+3-2audio/py-samplerate/Makefile
+13-123 files

FreeBSD/ports d038597audio/qsampler distinfo Makefile

audio/qsampler: update 1.0.1 → 1.0.2
DeltaFile
+3-3audio/qsampler/distinfo
+1-2audio/qsampler/Makefile
+4-52 files

FreeBSD/ports 54d04cescience/py-qcmanybody Makefile distinfo

science/py-qcmanybody: update 0.5.1 → 0.7.1
DeltaFile
+9-3science/py-qcmanybody/Makefile
+3-3science/py-qcmanybody/distinfo
+12-62 files

FreeBSD/ports caa209bsecurity/trufflehog distinfo Makefile

security/trufflehog: update 3.95.3 → 3.95.4
DeltaFile
+5-5security/trufflehog/distinfo
+1-1security/trufflehog/Makefile
+6-62 files

FreeBSD/ports 94a1f5amisc/sonoscli distinfo Makefile

misc/sonoscli: update 0.2.0 → 0.3.1
DeltaFile
+5-5misc/sonoscli/distinfo
+1-2misc/sonoscli/Makefile
+6-72 files

FreeBSD/ports c3d0214databases/weaviate distinfo Makefile

databases/weaviate: update 1.37.6 → 1.37.7
DeltaFile
+5-5databases/weaviate/distinfo
+1-1databases/weaviate/Makefile
+6-62 files

FreeBSD/ports 75de006misc/dartsim pkg-plist distinfo

misc/dartsim: update 6.16.3 → 6.16.8
DeltaFile
+13-13misc/dartsim/pkg-plist
+3-3misc/dartsim/distinfo
+2-4misc/dartsim/Makefile
+18-203 files

FreeBSD/ports 42635e2devel/cargo-mutants distinfo Makefile

devel/cargo-mutants: update 27.0.0 → 27.1.0
DeltaFile
+21-19devel/cargo-mutants/distinfo
+11-10devel/cargo-mutants/Makefile
+32-292 files

FreeBSD/ports aad6df5devel/py-uv distinfo Makefile, devel/uv distinfo Makefile

devel/{,py-}uv: update 0.11.17 → 0.11.18
DeltaFile
+5-5devel/uv/distinfo
+3-3devel/py-uv/distinfo
+1-1devel/uv/Makefile
+1-1devel/py-uv/Makefile
+1-1devel/uv/Makefile.crates
+11-115 files

FreeBSD/ports 17d25damisc/lean-ctx distinfo Makefile

misc/lean-ctx: update 3.6.26 → 3.7.0
DeltaFile
+5-3misc/lean-ctx/distinfo
+2-1misc/lean-ctx/Makefile
+7-42 files

FreeBSD/ports 1169301. MOVED, devel Makefile

devel/twiggy: Remove
DeltaFile
+0-181devel/twiggy/distinfo
+0-114devel/twiggy/Makefile
+0-62devel/twiggy/files/patch-powerpc
+0-5devel/twiggy/pkg-descr
+0-1devel/Makefile
+1-0MOVED
+1-3636 files

FreeBSD/ports fe788c7devel/py-uv-build distinfo Makefile

devel/py-uv-build: update 0.11.17 → 0.11.18
DeltaFile
+3-3devel/py-uv-build/distinfo
+1-1devel/py-uv-build/Makefile
+4-42 files

FreeBSD/ports d50ae27sysutils/loaders-update Makefile distinfo

sysutils/loaders-update: Update 1.3.1 => 1.4.0

Changelog:
https://github.com/Emrion/uploaders/releases/tag/1.4.0

PR:             295776
Sponsored by:   UNIS Labs
DeltaFile
+4-3sysutils/loaders-update/Makefile
+3-3sysutils/loaders-update/distinfo
+7-62 files

FreeBSD/ports 5c155a8emulators/dosbox-x distinfo Makefile, emulators/dosbox-x/files patch-src_gui_sdl__gui.cpp patch-configure.ac

emulators/dosbox-x: Update to 2026.06.02

ChangeLog:
https://github.com/joncampbell123/dosbox-x/releases/tag/dosbox-x-v2026.06.02
DeltaFile
+4-4emulators/dosbox-x/files/patch-src_gui_sdl__gui.cpp
+3-3emulators/dosbox-x/distinfo
+2-2emulators/dosbox-x/files/patch-configure.ac
+1-1emulators/dosbox-x/Makefile
+10-104 files

FreeBSD/ports 73b8137sysutils/py-dbuild distinfo Makefile

sysutils/py-dbuild: Update to 1.8.8

ChangeLogs:

- https://github.com/daemonless/dbuild/releases/tag/v1.8.6
- https://github.com/daemonless/dbuild/releases/tag/v1.8.7
- https://github.com/daemonless/dbuild/releases/tag/v1.8.8
DeltaFile
+3-3sysutils/py-dbuild/distinfo
+1-1sysutils/py-dbuild/Makefile
+4-42 files