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).
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]
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
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.
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
devel/qbe: upgrade to version 1.3
This updated version generates significantly faster code and improved
support for the generation of position-independent code.