- Add some missing dependencies:
* USES=pkgconfig for libyaz to be detected correctly.
* USE_KDE4=libkcompactdisc for kdemultimedia to be correctly found.
PR: 197918 [1]
Submitted by: djdomics@gmail.com [1]
vmtouch is a tool for learning about and controlling the file
system cache of unix and unix-like systems.
Author: Doug Hoyte <doug@hcsw.org>
WWW: http://hoytech.com/vmtouch/
Changes in this release:
- Server dashboard look & feel refresh
- Support Sync for Windows 8.1
- Support downloading
- Revamped web client search
- Support SSL
- Support requests without /mediabrowser suffix
PR: 197900
Submitted by: Ben Woods (maintainer)
the .so macro. I know that work has been done on this in base, but for now fix
discount's manpages by installing them as symlinks instead.
PR: 196842
Approved by: maintainer timeout (> 1 month)
This bug was first discovered by Fedora 22 team building with gcc5 and
they reported it upstream:
https://github.com/dsully/perl-crypt-openssl-x509/issues/39
I believe this patch is equivalent but a bit nicer than the fix suggested
there. The problem is "not (c < 0)" is desired but "(not c) < 0)" is
what the condition evaluates to. The joy of C.
Approved by: Just fix it
Honggfuzz fails -pedantic checks on gcc-5. This wouldn't be a problem
except for the fact -Werror was also set, so Werror is getting removed.
Approved by: blanket
Gnome-Pie is a circular application launcher. It is made of several pies,
each consisting of multiple slices. The user presses a key stroke which
opens the desired pie. By activating one of its slices, applications may
be launched, key presses may be simulated or files can be opened.
WWW: http://simmesimme.github.io/gnome-pie.html
1. Fixes a crash on platforms with AESNI support and a malloc which does
not align large allocations to 16-byte boundaries. (AFAIK this does not
affect FreeBSD.)
2. Turns on TCP_NODELAY in order to avoid Nagling latency problems.
The building of the man page relies on cpp behavior that has changed
in the latest version of cpp, so used tradcpp unconditionally.
Approved by: blanket