Commit Graph

5724 Commits

Author SHA1 Message Date
Alexander Clouter f4b820f806 compile fix for Erlang that slipped through in PR#2905, sorry! 2018-09-27 21:48:49 +02:00
Fredrik Fornwall aed31a04af 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.
2018-09-27 21:06:33 +02:00
Fredrik Fornwall e92484fa72 libmosquitto: Update from 1.5.2 to 1.5.3 2018-09-27 20:58:08 +02:00
Fredrik Fornwall 266c6512a7 erlang&make: Bump revision after patches 2018-09-27 20:57:39 +02:00
Alexander Clouter aef83cad47 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`).
2018-09-27 20:56:06 +02:00
Alexander Clouter 6ce53ebfe6 fix Erlang's os:cmd, by adding @TERMUX_PREFIX@ so /bin/sh works 2018-09-27 20:56:06 +02:00
Alexander Clouter 42293b0997 include dev componments for Erlang 2018-09-27 20:56:06 +02:00
Alexander Clouter 618037e8d6 stop make putting std{out,err} into append mode and tripping up SELinux 2018-09-27 20:56:06 +02:00
Fredrik Fornwall 0eb957e0e4 Dockerfile: Clean up for ndk r18 2018-09-27 01:06:34 +02:00
Fredrik Fornwall 1269f41c93 readline: Build with -fexceptions 2018-09-27 01:00:52 +02:00
Fredrik Fornwall 4905896573 pkgconf: Add as disabled package 2018-09-27 00:53:39 +02:00
Fredrik Fornwall eb1da6d335 nginx: Update from 1.15.3 to 1.15.4 2018-09-27 00:08:53 +02:00
Fredrik Fornwall 73d5e9221e sqlite: Update from 3.25.1 to 3.25.2 2018-09-27 00:08:39 +02:00
Fredrik Fornwall 75daf26907 yarn: Update from 1.9.4 to 1.10.1 2018-09-27 00:08:25 +02:00
Fredrik Fornwall 34b76299d1 imagemagick: Update from 7.0.8.10 to 7.0.8.12 2018-09-26 08:27:50 +02:00
Fredrik Fornwall 8cfa4a3d33 erlang: Update from 21.0.8 to 21.1 2018-09-26 08:27:26 +02:00
Fredrik Fornwall 0671f0ffea weechat: Bundle man pages with asciidoctor 2018-09-26 08:26:51 +02:00
Fredrik Fornwall 71869f8e44 build-package.sh: Update meson from 0.47.0 to 0.48.0 2018-09-26 07:16:50 +02:00
Fredrik Fornwall 035a00ed4a setup-ubuntu.sh: Remove xutils-dev 2018-09-25 00:32:00 +02:00
Fredrik Fornwall 71e9557461 newsboat: Update from 2.12 to 2.13 2018-09-25 00:31:47 +02:00
Fredrik Fornwall e38aad4aa8 fossil: Update from 2.6 to 2.7 2018-09-23 17:48:47 +02:00
Fredrik Fornwall 3ff3e9cbfa python&python2: Bump revision 2018-09-23 17:16:25 +02:00
Fredrik Fornwall 16cc086572 xorriso: Update from 1.4.8 to 1.5.0 2018-09-23 17:15:59 +02:00
Fredrik Fornwall bd9f9804ae Remove disabled cutter package 2018-09-23 17:15:26 +02:00
Leonid Pliushch 1b0bce2bd5 pulseaudio: disable privilege dropping 2018-09-23 16:51:16 +02:00
Leonid Pliushch c776c0439a python(2): dev package requires libcrypto-dev 2018-09-23 16:42:52 +02:00
Fredrik Fornwall b0f604be92 Fix lint-packages.py checks 2018-09-22 21:50:32 +02:00
Fredrik Fornwall ec1b66d2d5 ttyd: Fix build without requiring xxd 2018-09-22 21:27:52 +02:00
Fredrik Fornwall bdab6e1944 libelf: Update from 0.173 to 0.174 2018-09-22 21:27:43 +02:00
Fredrik Fornwall 8c59f1c57c apache2: Update from 2.4.34 to 2.4.35 2018-09-22 20:53:52 +02:00
Fredrik Fornwall 7909644184 libuv: Update from 1.23.0 to 1.23.1 2018-09-22 20:53:34 +02:00
Fredrik Fornwall f0779c1a57 less: Remove pcre dependency 2018-09-22 20:53:09 +02:00
Tom Yan 22e98a5d14 mpd: bump revision after changes 2018-09-22 05:02:36 +02:00
Tom Yan b6a39114e1 mpd: remove libevent from LD_PRELOAD 2018-09-22 05:02:36 +02:00
Tom Yan a36f24947c mpd: workaround clang uncaught exception bug 2018-09-22 05:02:36 +02:00
Fredrik Fornwall 18b6c7ecfe autossh: Depend on either openssh or dropbear 2018-09-22 04:36:17 +02:00
Fredrik Fornwall b1833bb9f5 libmosquitto: Update from 1.5.1 to 1.5.2 2018-09-22 04:35:20 +02:00
Fredrik Fornwall e185a1bcb7 libmesode: Update from 0.9.1 to 0.9.2 2018-09-22 04:35:03 +02:00
Fredrik Fornwall 9dad6ef82a keybase: Update from 2.6.0 to 2.6.2 2018-09-22 04:34:40 +02:00
Fredrik Fornwall 467393e0fb libssh: Update from 0.8.2 to 0.8.3 2018-09-22 04:34:20 +02:00
Fredrik Fornwall 161259f190 perl: Build with -Dosname=android 2018-09-22 03:11:38 +02:00
Fredrik Fornwall 1cb7b759cb 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.
2018-09-22 01:05:16 +02:00
Fredrik Fornwall 64874490f5 gst-plugins-ugly: Fix outdated checksum 2018-09-22 00:49:25 +02:00
Fredrik Fornwall 62c6c16c03 Add scripts/ldd utility script 2018-09-22 00:25:27 +02:00
Fredrik Fornwall abe5f13d2b nodejs: Update from 10.10.0 to 10.11.0 2018-09-22 00:22:40 +02:00
Fredrik Fornwall e77ef01f38 mosh: Fix build with ndk r18 2018-09-22 00:20:53 +02:00
Fredrik Fornwall a22f91837c fish: Fix build with ndk r18 2018-09-22 00:10:27 +02:00
Leonid Pliushch 347483556e disabled-packages: remove qt5
Remove package 'qt5' in favor of https://github.com/termux/x11-packages/tree/master/packages/qt5-base
2018-09-21 23:49:22 +02:00
Fredrik Fornwall bcf15174b0 debootstrap: Update from 1.0.108 to 1.0.109 2018-09-21 08:38:12 +02:00
Fredrik Fornwall cc8a07d85e Merge branch 'master' of github.com:termux/termux-packages 2018-09-21 06:37:39 +00:00