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@
Deluge no longer uses GTK+2, it builds and runs fine without it.
GTK+3 is used, but has been missing a proper RDEP; probably unnoticed
since because it was already installed on every user's system.
Use proper MODPY_FLAVOR and comment patches while here.
Missing GTK+3 dependency spotted by ajacoutot
OK sthen
- don't pass "-p 22" to ssh; makes ssh_config's Port option work (semarie)
- fix a file index corruption problem with 'got rebase' (found by tracey)
- fix 'got log -r' loading refs from the wrong repo if invoked in a work tree
- filter out "remotes/*/HEAD" references in got/tog log output
tumble is a somewhat rustic utility that takes jpeg pictures OR 1 bit
tiff b&w pictures and creates a pdf out of them, see the README for more
details
okay jca@
Browser integration only works with Chromium-based browsers
and/or Firefox, build it only on archs that support either of
these two to avoid wasting bulk time.
"fine for me" rsadowski@ (maintainer), OK kmos@