llvm/sparc64: match BFD -N alignment
BFD aligns nonpaged PT_LOAD segments to their maximum contained section
alignment. Do the same for SPARCV9 instead of retaining the 1 MiB
maximum page alignment.
This removes roughly 1 MiB of leading padding from ofwboot without
changing its load address or memory layout.
OK: deraadt@, kettenis@
rtorrent: add default fallback cache line size
This type of hard failure is just dumb as it forced many patches for
both Linux and non-Linux systems out there. Fix the build on riscv64
and most probably on mips64, sparc64 etc
seamonkey: unbreak build with libcxx22, discussed with landry
hunspell_fopen_hooks.h contains a preprocessor hack to replace the standard
fopen() with one supporting readahead. This used to work because libcxx's
fstream header used a naked fopen() call. libcxx22 changed to std::fopen(),
so the build breaks because there is no std::hunspell_fopen_readahead():
/usr/include/c++/v1/fstream:716:20: error: no member named 'hunspell_fopen_readahead' in namespace 'std'; did you mean simply 'hunspell_fopen_readahead'?
716 | return __do_open(std::fopen(__s, __mdstr), __mode);
geo/josm: update to svn r19613, from MAINTAINER Holger Mikolon
original diff from Christoph Liebender moving to jdk25, but this has
memory issues at runtime as noted by MAINTAINER so stay with jdk17.
x11/qt6/qtshadertools: fix build with libcxx22, ok rsadowski (maintainer)
Building doc.cc with -O2 gobbles up all the memory and ends with
"LLVM ERROR: out of memory". That's probably a compiler bug.
Force -O1 on that file as a workaround.
Update to miniflux-2.3.3
While there, update with miniflux.rc with:
- By default miniflux logs to standard error, so setting the daemon
output will hook it up with syslogd out of the box.
- Service now supports reloading. It's only for reloading TLS
certificates, not log files. If you wish to do anything extra with
your log files, you'll have to do it with syslogd by setting the
logging back to default as mentioned in the previous paragraph.
From Igor Zornik (maintainer)
import gr-osmosdr
Unified gnuradio input/output block for a variety of SDR devices,
including RTL-SDR and HackRF.
needed as dependency for new comms/gqrx
feedback and OK bentley@