ok abieber@
"NOTE: This release drops the integrations that were moved to their
own repos, i.e. git-credential-gopass, gopass-hibp, gopass-jsonapi and
gopass-summon-provider." -- if someone wants any of these, portgen go
can probably help.
This version adds a new option --no-active-event to allow the user
to avoid the automatic pausing that happens when the window loses
the focus or is iconified.
access is available during build it tried to download soundfont files
again even though they're already included in the distfile.
problem reported by inoguchi@, no objection bcallah@ (maintainer)
dropped dependency on libsndfile since this version uses libFLAC only, also
removed a few other libs from WANTLIB since they are also not necessary
according to `make lib-depends-check'
tested by Micah Muer < micah at fastmail.net >
Since 2017 and maybe earlier people have experienced hangs in various
parts of Emacs. Two error cases which were easy to reproduce:
Emacs spinning when running org-capture in an X11 environment, and (more
recently reported) M-x list-packages failing to connect to online
mirrors.
Those hangs don't appear any more if we disable an old workaround for
our seemingly broken SIGIO implementation. Even if we still suffer from
problems in this area, right now the workaround seems to hurt us more
than help us.
Many thanks to mikeb@, Emmanuel Giraud, abieber@, Piotr Isajew, Gregoire
Jadi, krw@ and others for the reports and quick feedback. Special
thanks to fellow Gregoire Jadi for leading the latest bug hunt which
gave us this diff. <3
Generic endianness/types support shared with alpha and aarch64.
JB_SP_INDEX value found in /src/lib/libc/arch/riscv64/gen/_setjmp.S
ok landry@ (maintainer)
check for this pulls in cmake modules which check for LLVM toolchain
components (llvm-ar/llvm-ranlib) which are only present in the version
of LLVM in ports not the version in base; it then tries to use them in
the build, e.g. llvm-ar instead of ar when archiving libraries.
There is a cmake variable _CMAKE_TOOLCHAIN_LOCATION which looks like
it should force only checking in a certain path, but it doesn't seem
to work.
Build problem reported by tb@