- Fix array bounds that caused a segfault while storing the config file
- Ensure that we hit EOF while storing/loading the config file on
unsigned char archs (powerpc, arm)
Wording hint and OK tb@
Since kitty offloads the rendering to the GPU, it doesn't make much sense
to run it without hardware acceleration.
Spotted while fixing the build on macppc. Thanks to Brad for proposing
to use ONLY_FOR_ARCHS instead of not building the port on macppc only.
Aarch64 has been added since it supports amdgpu(4) and radeondrm(4).
OK thfr@ (maintainer, on my first proposal)
gnupg-1.4 is not developed actively anymore, and new software expects
a modern "gpg" executable, which leads to pointless patches in the ports
tree. Move the various users of security/gnupg2 to security/gnupg and
zap patches that forced the use of "gpg2".
Crusade started by edd@ (security/gnupg maintainer), gnupg->gnupg2 test
reports from semarie@, giovanni@ and solene@, input and bulk build by
sthen@. ok sthen@ edd@ (maintainer)
```
Gromit-MPX (GRaphics Over MIscellaneous Things) is a small tool to make
annotations on the screen. Its main use is for making presentations of some
application. Normally, you would have to move the mouse pointer around the
point of interest until hopefully everybody noticed it. With Gromit-MPX, you
can draw everywhere onto the screen, highlighting some button or area.
```
We hacked gromit-mpx to remove the dependency on lib{app,}indicator. Although
we had planned to use those (previously imported) dependencies, it became clear
that lots of in-tree ports would start picking them up and now isn't the time
for full-tree changes.
x11/lib{app,}indicator remain in-tree, but unlinked as per landry@'s request.
Sent in from Laurie Tratt. OK sthen@ and landry@.
A code search suggests that lots of packages may starting picking these up, so
until we've checked, it's safer to unlink them.
Spotted by landry@, OK landry@ and sthen@.
"libappindicator is a library to allow applications to export a menu into the
Unity Menu bar. Based on KSNI it also works in KDE and will fallback to generic
Systray support if none of those are available."
From Laurie Tratt, with input from myself and sthen@.
OK sthen@, thanks!
"libindicator is a set of symbols and convience functions that all indicators
would like to use."
From Laurie Tratt with tweaks from myself and sthen@.
OK sthen@, thanks!
Clang's RTTI support don't work here, use qobject_cast<> to avoid runtime
crashes. This patch is old but unfortunately up-to-date again.
Spotted by Vadim Zhukov, thanks!
the libc crate that doesn't get along with sparc64 (see history of
newsboat). Attempting to get it to use a newer version meant it still
didn't build. Mark it BROKEN-sparc64
ok bcallah