Fredrik Fornwall
1bfcadd7b9
nnn: Minor polish
6 years ago
Karol Baraniecki
2cc58b2476
Add nnn
6 years ago
Fredrik Fornwall
8d9a82e1cc
erlang: Bump revision after cpu_sup.c patch
6 years ago
Alexander Clouter
741df7c820
re-enable cpu_sup.patch for Erlang now it compiles
6 years ago
Alexander Clouter
c75c7df39f
compile fix for Erlang that slipped through in PR#2905, sorry!
6 years ago
Fredrik Fornwall
a37594a8bf
erlang: Disable broken patch
The patch caused the following errors:
cpu_sup.c:346:33: error: expected expression
case AVG1: (unsigned int)(return info.loads[0] / 256);
^
cpu_sup.c:347:33: error: expected expression
case AVG5: (unsigned int)(return info.loads[1] / 256);
^
cpu_sup.c:348:33: error: expected expression
case AVG15: (unsigned int)(return info.loads[2] / 256);
^
cpu_sup.c:351:26: error: use of undeclared identifier 'avgs'
sendi((unsigned int)(avgs[idx] * 256));
^
cpu_sup.c:351:31: error: use of undeclared identifier 'idx'
sendi((unsigned int)(avgs[idx] * 256));
^
5 errors generated.
6 years ago
Fredrik Fornwall
7218dcdae1
libmosquitto: Update from 1.5.2 to 1.5.3
6 years ago
Fredrik Fornwall
2c5be24dd0
erlang&make: Bump revision after patches
6 years ago
Alexander Clouter
8401207b8c
Make Erlang's cpu_sup function better on Android
Due to `/proc` restrictions in newer Android releases enforced by SELinux, Erlang needs a fix so that it can get some basic CPU stats (use the `sysinfo` syscall rather than reading `/proc/loadavg`).
6 years ago
Alexander Clouter
9d4db606b8
fix Erlang's os:cmd, by adding @TERMUX_PREFIX@ so /bin/sh works
6 years ago
Alexander Clouter
89d611f018
include dev componments for Erlang
6 years ago
Alexander Clouter
0acdf1ed94
stop make putting std{out,err} into append mode and tripping up SELinux
6 years ago
Fredrik Fornwall
6b3a878f06
Dockerfile: Clean up for ndk r18
6 years ago
Fredrik Fornwall
17765e66c3
readline: Build with -fexceptions
6 years ago
Fredrik Fornwall
fcd12d56ff
pkgconf: Add as disabled package
6 years ago
Fredrik Fornwall
265ec9031e
nginx: Update from 1.15.3 to 1.15.4
6 years ago
Fredrik Fornwall
dfffd901db
sqlite: Update from 3.25.1 to 3.25.2
6 years ago
Fredrik Fornwall
195d2f99b5
yarn: Update from 1.9.4 to 1.10.1
6 years ago
Fredrik Fornwall
17cd5cc5c5
imagemagick: Update from 7.0.8.10 to 7.0.8.12
6 years ago
Fredrik Fornwall
89299cde60
erlang: Update from 21.0.8 to 21.1
6 years ago
Fredrik Fornwall
41269070a6
weechat: Bundle man pages with asciidoctor
6 years ago
Fredrik Fornwall
c055fa1849
build-package.sh: Update meson from 0.47.0 to 0.48.0
6 years ago
Fredrik Fornwall
fb21e18f41
setup-ubuntu.sh: Remove xutils-dev
6 years ago
Fredrik Fornwall
f6908ddfaa
newsboat: Update from 2.12 to 2.13
6 years ago
Fredrik Fornwall
e44b572307
fossil: Update from 2.6 to 2.7
6 years ago
Fredrik Fornwall
166ad2d452
python&python2: Bump revision
6 years ago
Fredrik Fornwall
78c088caa2
xorriso: Update from 1.4.8 to 1.5.0
6 years ago
Fredrik Fornwall
e9aa16984a
Remove disabled cutter package
6 years ago
Leonid Plyushch
775a8c6c13
pulseaudio: disable privilege dropping
6 years ago
Leonid Plyushch
014ad62956
python(2): dev package requires libcrypto-dev
6 years ago
Fredrik Fornwall
c10ec21e0c
Fix lint-packages.py checks
6 years ago
Fredrik Fornwall
cb71389f07
ttyd: Fix build without requiring xxd
6 years ago
Fredrik Fornwall
0373225f53
libelf: Update from 0.173 to 0.174
6 years ago
Fredrik Fornwall
4b5c7adb28
apache2: Update from 2.4.34 to 2.4.35
6 years ago
Fredrik Fornwall
596f9b6326
libuv: Update from 1.23.0 to 1.23.1
6 years ago
Fredrik Fornwall
c1afd216b9
less: Remove pcre dependency
6 years ago
Tom Yan
a7ff6487e8
mpd: bump revision after changes
6 years ago
Tom Yan
631481f89b
mpd: remove libevent from LD_PRELOAD
6 years ago
Tom Yan
75c7679e1c
mpd: workaround clang uncaught exception bug
6 years ago
Fredrik Fornwall
78f8539074
autossh: Depend on either openssh or dropbear
6 years ago
Fredrik Fornwall
4baae9de0e
libmosquitto: Update from 1.5.1 to 1.5.2
6 years ago
Fredrik Fornwall
d254d7fa56
libmesode: Update from 0.9.1 to 0.9.2
6 years ago
Fredrik Fornwall
ba426daaa8
keybase: Update from 2.6.0 to 2.6.2
6 years ago
Fredrik Fornwall
99a246631a
libssh: Update from 0.8.2 to 0.8.3
6 years ago
Fredrik Fornwall
cf99f910e4
perl: Build with -Dosname=android
6 years ago
Fredrik Fornwall
cbd8976c80
Use ac_cv_c_bigendian=no for all packages
Tesseract also needs it now, but enough is enough, so just add it to all
autoconf-using packages by default.
6 years ago
Fredrik Fornwall
a652e88c93
gst-plugins-ugly: Fix outdated checksum
6 years ago
Fredrik Fornwall
f58fff1e3d
Add scripts/ldd utility script
6 years ago
Fredrik Fornwall
0f1a7efc8a
nodejs: Update from 10.10.0 to 10.11.0
6 years ago
Fredrik Fornwall
0056475350
mosh: Fix build with ndk r18
6 years ago