Commit Graph

3389 Commits

Author SHA1 Message Date
Fredrik Fornwall c6de31185d neovim: Update to latest git master 2017-07-10 10:59:06 +02:00
Fredrik Fornwall c25c48e6b7 fzf: Update from 0.16.7 to 0.16.8 2017-07-10 10:09:47 +02:00
Fredrik Fornwall b117bf39f1 ndk-patches: Fix malformed <utmp.h> patch 2017-07-10 09:52:50 +02:00
Fredrik Fornwall 443ab74f22 syncthing: Update from 0.14.30 to 0.14.31 2017-07-10 02:53:32 +02:00
Fredrik Fornwall d6f17cd039 libnpth: Update from 1.4 to 1.5 2017-07-10 02:18:19 +02:00
Fredrik Fornwall 32eb81a2fe libgcrypt: Update from 1.7.7 to 1.7.8 2017-07-10 02:16:52 +02:00
Fredrik Fornwall adcb0d0854 grep: Update from 3.0 to 3.1 2017-07-10 02:16:37 +02:00
Fredrik Fornwall ca631167ef coreutils: Remove debug patch (fixes #1121) 2017-07-10 02:09:30 +02:00
Fredrik Fornwall 0be9118d7f mariadb: Enable 32-bit builds again 2017-07-10 01:49:27 +02:00
Fredrik Fornwall 7f7d9a1648 php: Update from 7.1.6 to 7.1.7, fix aarch64 issue
Backport 8c8679207a
which fixes https://github.com/termux/termux-packages/issues/890 (and
possibly other issues).
2017-07-10 01:49:27 +02:00
Fredrik Fornwall 75ec26b30e picolisp: Update from 17.6.6 to 17.7.9
Also switch to using clang for building 64-bit picolisp.
2017-07-10 01:49:27 +02:00
Stephen 3ae0eb3a87 Travis pkg builds (#1119) 2017-07-10 00:05:36 +02:00
Fredrik Fornwall 5e29b6bbb4 Make it possible to opt in to _FILE_OFFSET_BITS=64 2017-07-10 00:02:22 +02:00
Fredrik Fornwall 4a4d5b68c3 Avoid ndk patch used only by elfutils 2017-07-09 23:35:21 +02:00
Fredrik Fornwall 36c42a6d15 neovim: Bump to latest git master 2017-07-09 22:42:15 +02:00
Fredrik Fornwall d8688a7b45 sqlite: Fix potential segfault 2017-07-09 22:41:48 +02:00
Fredrik Fornwall 64bafdb635 Introduce TERMUX_PKG_API_LEVEL
By setting the TERMUX_PKG_API_LEVEL property to an android api
level packages can build against later API levels than the current
Termux default of 21.
2017-07-09 21:22:49 +02:00
Fredrik Fornwall 2d2aff30b5 vim: -Werror=implicit-function-declaration 2017-07-09 20:43:06 +02:00
Fredrik Fornwall 657776d94c vim: Update from 8.0.0675 to 8.0.0704
Also tidy up formatting a bit.
2017-07-09 20:41:25 +02:00
Fredrik Fornwall 2ec126810c glib: -Werror=implicit-function-declaration 2017-07-09 20:40:41 +02:00
Fredrik Fornwall a551357be0 subversion: Update from 1.9.5 to 1.9.6 2017-07-08 22:29:46 +02:00
Fredrik Fornwall fc2a712331 libuv: Update from 1.13.0 to 1.13.1 2017-07-08 22:29:06 +02:00
Fredrik Fornwall b71e2494b4 util-linux: Depend on libcrypt 2017-07-07 12:51:16 +02:00
Fredrik Fornwall 167405240b Dockerfile: Do not remove non android-21 platforms 2017-07-07 12:23:13 +02:00
Fredrik Fornwall f75ddb4e01 gnutls: Update from 3.5.13 to 3.5.14 2017-07-07 12:23:00 +02:00
Fredrik Fornwall 447a6a803b ncurses: We really need --with-pkg-config-libdir 2017-07-07 12:22:28 +02:00
Fredrik Fornwall 559bfa19e5 multitail: -Werror=implicit-function-declaration 2017-07-07 10:51:23 +02:00
Fredrik Fornwall 43af7d0157 less: -Werror=implicit-function-declaration 2017-07-07 10:51:06 +02:00
Fredrik Fornwall 2e69a72456 gtypist: -Werror=implicit-function-declaration 2017-07-07 10:36:51 +02:00
Fredrik Fornwall bf440f28d1 libnettle: -Werror=implicit-function-declaration 2017-07-07 10:28:14 +02:00
Fredrik Fornwall 72435ffd93 dialog: -Werror=implicit-function-declaration 2017-07-07 09:24:15 +02:00
Fredrik Fornwall 9e0af9b2ea cscope: -Werror=implicit-function-declaration 2017-07-07 09:17:23 +02:00
Fredrik Fornwall d30c926ca3 bvi: -Werror=implicit-function-declaration 2017-07-07 09:13:34 +02:00
Fredrik Fornwall 0e33627897 brogue: -Werror=implicit-function-declaration 2017-07-07 09:10:25 +02:00
Fredrik Fornwall 00520ebf68 zip: -Werror=implicit-function-declaration 2017-07-07 09:02:55 +02:00
Fredrik Fornwall 47e31105e6 libjasper: -Werror=implicit-function-declaration 2017-07-07 09:02:01 +02:00
Fredrik Fornwall 441ff8a2ca unzip: Clean build a little 2017-07-07 08:48:26 +02:00
Fredrik Fornwall 40e25d02cb wol: -Werror=implicit-function-declaration 2017-07-07 08:20:02 +02:00
Fredrik Fornwall ab2a420e96 setup-ubuntu.sh: Install libgnutls-dev
Needed for building mariadb
2017-07-07 03:58:32 +02:00
Fredrik Fornwall 993268c308 Drop -D_FILE_OFFSET_BITS=64 support for now
32-bit android uses 32-bit off_t by default. When building with
-D_FILE_OFFSET_BITS=64 with unified headers off_t are promoted
to 64-bit, but there are bugs in the toolchain and spotty support
for it in the platform (not all functions are available until
android-24, and the platform zlib is compiled with 32-bit off_t).

Also, unless every library&program is rebuilt with 64-bit off_t,
including user-built ones, we risk a mismatch between programs and
libraries which can cause serious (but sometimes subtle) runtime
failures.

As -D_FILE_OFFSET_BITS=64 is not that important for most users
(with mariadb requiring it as an exception), we drop the support
for now by patching it away in <sys/cdefs.h>.
2017-07-07 03:52:46 +02:00
Fredrik Fornwall 17e9bc3344 ndk-patches: Use @TERMUX_PREFIX@ 2017-07-07 03:29:49 +02:00
Fredrik Fornwall f7f4787b7e privoxy: Specify TERMUX_PKG_KEEP_SHARE_DOC (#1117) 2017-07-07 03:02:23 +02:00
Fredrik Fornwall a39c49c494 unzip: -Werror=implicit-function-declaration 2017-07-07 02:52:33 +02:00
Fredrik Fornwall 76d1747db3 ttyrec: -Werror=implicit-function-declaration 2017-07-07 02:29:28 +02:00
Fredrik Fornwall cee3cfd273 sharutils: -Werror=implicit-function-declaration 2017-07-07 02:22:58 +02:00
Fredrik Fornwall bad0d8faa8 pv: Update from 1.6.0 to 1.6.6
Also fix -Werror=implicit-function-declaration.
2017-07-07 02:07:06 +02:00
Fredrik Fornwall 85d0c243a9 libuuid: -Werror=implicit-function-declaration 2017-07-07 01:49:16 +02:00
Fredrik Fornwall 0bbe44da5f libtalloc: -Werror=implicit-function-declaration 2017-07-07 01:32:23 +02:00
Fredrik Fornwall 9ecb6ecbaf libpcap: -Werror=implicit-function-declaration 2017-07-07 01:16:06 +02:00
Fredrik Fornwall d48a4f754b libevent: -Werror=implicit-function-declaration 2017-07-07 01:05:34 +02:00