Commit Graph

3318 Commits

Author SHA1 Message Date
Fredrik Fornwall
6b884285ac Avoid bundling lib/libc++_shared.so in a package 2017-07-15 02:44:13 +02:00
Fredrik Fornwall
f8f9c19bef Do not remove libc++ in Dockerfile setup 2017-07-15 02:25:12 +02:00
Fredrik Fornwall
571e5ce211 gdb: Update from 7.12.1 to 8.0 2017-07-15 00:03:23 +02:00
Fredrik Fornwall
162c9f464d libexpat: Update from 2.2.0 to 2.2.2 2017-07-14 23:34:01 +02:00
Stephen
75ee50fc02 revert changes 2017-07-14 23:21:20 +02:00
Stephen
6c2e81a4f5 revert changes 2017-07-14 23:21:20 +02:00
Stephen
5c6763d005 revert changes 2017-07-14 23:21:20 +02:00
Stephen
dd50463e22 comment out new ideas 2017-07-14 23:21:20 +02:00
Stephen
58726460e7 disable package downloads for down 2017-07-14 23:21:20 +02:00
Stephen
3229d546ad add debug tags 2017-07-14 23:21:20 +02:00
Stephen
06e5ec1f12 Continuous output and failure
some attempt at using dpkg for termux package installs instead of
rebuilding from source
2017-07-14 23:21:20 +02:00
Fredrik Fornwall
74d8b7b240 par2: Fix i686 build 2017-07-14 23:18:28 +02:00
Fredrik Fornwall
1947e86409 mpd: gnustl_shared -> c++_shared 2017-07-14 09:49:14 +02:00
Fredrik Fornwall
29620e5f88 libx265: Update from 2.4 to 2.5 2017-07-14 09:42:00 +02:00
Fredrik Fornwall
a584b3b2c0 git: Update from 2.13.2 to 2.13.3 2017-07-14 00:53:31 +02:00
Fredrik Fornwall
dc7242f77c libnghttp2: Update from 1.23.1 to 1.24.0 2017-07-14 00:53:18 +02:00
Fredrik Fornwall
d946e67c5b Transition from gnustl to libc++
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.

We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.

Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
2017-07-14 00:23:37 +02:00
Fredrik Fornwall
b4d3c3f0d5 neovim: Fix build if luarocks is installed 2017-07-13 22:53:43 +02:00
Fredrik Fornwall
3fe97bc353 screen: Update from 4.6.0 to 4.6.1 2017-07-12 22:45:07 +02:00
Fredrik Fornwall
284a80f886 pcre: Update from 8.40 to 8.41 2017-07-12 22:45:07 +02:00
Fredrik Fornwall
4a7a2c4ccb lftp: Update from 4.7.7 to 4.8.0 2017-07-12 22:45:07 +02:00
Joakim
1ed597ca5b ldc: update to llvm 4.0.1 2017-07-12 22:29:23 +02:00
vishalbiswas
5cd9cb96b3 nginx: update from 1.12.0 to 1.12.1 2017-07-12 18:54:03 +02:00
vishalbiswas
1ce0a9b96b apache2: update from 2.4.26 to 2.4.27 2017-07-12 18:54:03 +02:00
Fredrik Fornwall
28c3a74ab3 Move TERMUX_STANDALONE_TOOLCHAIN declaration
See https://github.com/termux/termux-packages/pull/1125
2017-07-12 11:22:07 +02:00
Fredrik Fornwall
275715a87b libgrpc: Try to fix building under docker image 2017-07-12 00:38:50 +02:00
Vishal Biswas
402c0a0527 libgrpc: add package (#1122) 2017-07-11 11:50:43 +02:00
joakim-noah
221ac3bb2f ldc: update to final 1.3.0 release (#1123) 2017-07-11 11:49:12 +02:00
Fredrik Fornwall
a019789379 ndk-sysroot: Bump after header patch fix 2017-07-10 10:59:16 +02:00
Fredrik Fornwall
6e60881a2e neovim: Update to latest git master 2017-07-10 10:59:06 +02:00
Fredrik Fornwall
f1a05d2584 fzf: Update from 0.16.7 to 0.16.8 2017-07-10 10:09:47 +02:00
Fredrik Fornwall
1f8481e363 ndk-patches: Fix malformed <utmp.h> patch 2017-07-10 09:52:50 +02:00
Fredrik Fornwall
7ef73477d6 syncthing: Update from 0.14.30 to 0.14.31 2017-07-10 02:53:32 +02:00
Fredrik Fornwall
3ac39e63bd libnpth: Update from 1.4 to 1.5 2017-07-10 02:18:19 +02:00
Fredrik Fornwall
e75ac4aa77 libgcrypt: Update from 1.7.7 to 1.7.8 2017-07-10 02:16:52 +02:00
Fredrik Fornwall
59ca384d22 grep: Update from 3.0 to 3.1 2017-07-10 02:16:37 +02:00
Fredrik Fornwall
63603681ca coreutils: Remove debug patch (fixes #1121) 2017-07-10 02:09:30 +02:00
Fredrik Fornwall
b4e4f4903c mariadb: Enable 32-bit builds again 2017-07-10 01:49:27 +02:00
Fredrik Fornwall
e907179689 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
ec49e87dbc 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
4559aa03eb Travis pkg builds (#1119) 2017-07-10 00:05:36 +02:00
Fredrik Fornwall
4e9a8b45eb Make it possible to opt in to _FILE_OFFSET_BITS=64 2017-07-10 00:02:22 +02:00
Fredrik Fornwall
f5404c4ae8 Avoid ndk patch used only by elfutils 2017-07-09 23:35:21 +02:00
Fredrik Fornwall
5af0ad20c3 neovim: Bump to latest git master 2017-07-09 22:42:15 +02:00
Fredrik Fornwall
ba45a84f44 sqlite: Fix potential segfault 2017-07-09 22:41:48 +02:00
Fredrik Fornwall
272404e1fe 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
966f0fbecd vim: -Werror=implicit-function-declaration 2017-07-09 20:43:06 +02:00
Fredrik Fornwall
b712b92a7d 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
c780e80923 glib: -Werror=implicit-function-declaration 2017-07-09 20:40:41 +02:00
Fredrik Fornwall
3b4e98caf4 subversion: Update from 1.9.5 to 1.9.6 2017-07-08 22:29:46 +02:00