net/abaddon: update to 0.2.4
This update is backported to -stable by maintainer request to disable
voice support because it can lead to a ban of user on stable.
From izzy Meyer (maintainer)
update to borgmatic-2.1.6
(we don't have the required 'textual' dep for the new experimental
browse mode; I have a start at a set of ports for this somewhere..)
Drop php -embed (which was done as a pseudo-flavour that turned on an
-embed subpackage and turned off -main as the two can't be built in one
configure run). It was only used by unit (now archived upstream). If
this comes back it needs doing differently (probably a separate port)
as this approach doesn't work well with dpb -R (now used for stable
builds).
www/sogo: fix build with llvm 22
disclaimer: i know nothing to objective-C, it's mostly fixing
incompatible pointer types by changing var types or sprinkling casts
here and there. should be pushed upstream for a proper review by ppl
knowledgeable in obj-C..