clang defines __ppc__, unlike ports-gcc that was used previously, and
tries to make use of obsoleted Darwin (Mac OS X) flavored assembly code.
Use the C code instead, until upstream decides what to do about this.
Thanks a lot to gkoehler@ for further precisions!
While here, move HOMEPAGE to https.
OK bcallah@
Do not use the integrated assembler because it break the build.
jca@ proposed to include arm in the fix to give this arch a chance
to build it.
While here, move HOMEPAGE to https.
OK jca@
Just use /var/spool/mpd as the home dir but tweak the perms to prevent
group write access and avoid security(8) warnings. If you already have
mpd installed you might want to update the home dir by hand as
documented in the README.
Prompted by questions and diffs from chrisz@ and a report from Moises
Simon, input from ratchov@ and sthen@, ok sthen@
cpplint.py was only installed for leatherman developers purposes:
4af4e296f5
No need to attract people's attention towards this 10 years old python2
script with a MESSAGE.
ok kn@ sthen@
Leatherman is a dependency of facter which is a dependency of puppet.
Assuming that leatherman is most prominently installed for its C++ and
CMake libs, suggest the optional Python 2 dependency in a message rather
than installing it by default.
OK sthen
in spice-client-gtk-3.0.pc. We have seen intermittent failures in bulk builds for
remmina which depends on spice-gtk which it turns out is due to pkg-config not
seeing that spice-client-gtk exists, jasper@ figured out the missing dep.
OK jasper@ aja@
of git conversions of the tree. suggested by f.holop, ok jca@
as pointed out by semarie@, got doesn't support this syntax, but it parses
.cvsignore as well anyway so that's not important.
Some powerpc-specific assembly code use '.stabs', that clang does not
understand, remove them. Thanks to jca@ and Brad for their help!
OK jca@ and Brad (maintainer)
"This is a bug that if the look-behind contains a branch with a
character length of 0 and an anchor is included in the branch, the whole
look-behind is ignored."
Some powerpc-specific code has been borrowed from emulators/qemu and
as such rely on _CALL_* defines that clang does not provide.
Redefine _CALL_SYSV similarly.
OK jasper@ (maintainer), jca@
Remove the now unneeded 'atomic' from WANTLIB for this arch. While
here, reword the comment about atomics (with input from jca@, thanks)
OK jasper@ (maintainer), sthen@ and jca@
* many improvements in handling transient socket errors, i.e. no route to
host no longer prevents us from trying to reconnect at a later time if
the remote endpoint is known
* fix a possible deadlock when the queue runs full while a peer is not
connected
* schedule a keepalive after receiving the first data packet in a
responder role
* further improve log messages
From Tim Kuijsten (maintainer), thanks!
Tested on amd64, sparc64 and macppc myself as well
still maintained. Fixes a lot of deprecated warnings.
This commit also removed the dependency on the deprecated mcrypt extension
because phpldapadmin uses openssl which is enabled by default in our php.
ok sthen@