x11/zutty: Add dependency for default font
If the font is not present, zutty without a configuration present will
not create a window, which is confusing.
Event: Berlin Hackathon 202609
MFH: 2026Q3
(cherry picked from commit 36db676c8f1b9e8b1b849ce2e5fbad868b43e0e0)
archivers/lzma: update to 26.03
- add USES=cpe
- a bug fix release
Upstream changes:
- Some bugs and vulnerabilities were fixed.
Reported by: Anton Saietskii <vsasjason at gmail.com>
PR: 298138
MFH: 2026Q3
Event: Berlin Hackathon 202609
(cherry picked from commit 8a2bb3240effab42b2d93b8824669c437f8c3b22)
devel/erlang-native-compiler: Update to g20251024
Upstream's only change since 2021: replace code:lib_dir/2, deprecated
in OTP 27, with code:lib_dir/1 plus filename:join/2 when locating the
erl_interface include and lib directories.
Reviewed by: dch
Differential Revision: https://reviews.freebsd.org/D59223
games/frobtads: BROKEN on 32-bit platforms
I tried to look into this build failure, but this is some C++
voodoo way above my paygrade.
Approved by: portmgr (build fix blanket)
Event: Berlin Hackathon 202609
net-p2p/eiskaltdcpp-lib: Add missing build dependency on boost
With the removal of the runtime dependency on Boost::Thread, the build
depenency on Boost was not satisfied anymore.
Event: Berlin Hackathon 202609
biology/avida: only for x86
Guys, if it says "invokes x86 assembler," don't mark it as broken on
each architecture individually. Mark it as only for x86 right away"
Event: Berlin Hackathon 202609
biology/avida: Fix CMake version
Convert REINPLACE_CMD calls to proper patches where possible, apply the
REINPLACE in the pre-configure target to not mess up make makepatch.
Event: Berlin Hackathon 202609
net-p2p/eiskaltdcpp-lib: Fix CMake version
Fix build with modern Boost:
- Boost::System is now header-only, so remove the find_package()
component
- Since only header-only libraries are used, use plain find_package()
call.
Remove the runtime dependency on Boost::Thread, because it is not used
by the library.
Add USES=iconv.
Event: Berlin Hackathon 202609
math/clrng: make portable
No architecture restriction is apparent.
Lift the artificial road block and fix a minor issue preventing
compilation on armv7.
Event: Berlin Hackathon 202609
math/clfft: remove ONLY_FOR_ARCHS
Event: Berlin Hackathon 202609
No reason for the architecture restriction is apparent.
It seems to be a "haven't tested it elsewhere," which is against policy.
archivers/lzma: update to 26.03
- add USES=cpe
- a bug fix release
Upstream changes:
- Some bugs and vulnerabilities were fixed.
Reported by: Anton Saietskii <vsasjason at gmail.com>
PR: 298138
MFH: 2026Q3
Event: Berlin Hackathon 202609
net/rosenpass: try to continue if we cannot load if_wg
This makes rosenpass easier to use in VNET jails.
PR: 292769
Reported by: rob2g2 <rob2g2-freebsd at bitbert.com>
Event: Berlin Hackathon 202609