Fredrik Fornwall
6297250dc7
Bump ndk standalone toolchain version
...
Also avoid patching in ndk-stl.
2017-07-16 14:36:31 +02:00
its-pointless
7874ff5b5c
fixes building cstddef include for g++
2017-07-16 14:30:46 +02:00
Fredrik Fornwall
59e8cdab0a
neovim: Update to latest git master
2017-07-16 14:18:41 +02:00
Fredrik Fornwall
a328a50407
ndk-patches: Patch to 'define MB_CUR_MAX 4'
...
The platform headers has the following macro:
#define MB_CUR_MAX __ctype_get_mb_cur_max()
where __ctype_get_mb_cur_max() tries to handle UTF-8 encodings.
However, even in Android 7.0 setlocale(LC_ALL, ""), which many
programs do at startup, doesn't work in that it sets the locale
as non-utf8:
https://android.googlesource.com/platform/bionic/+/nougat-release/libc/bionic/locale.cpp#139
So we just always consider us being in an utf-8 locale.
Also rebuild coreutils to fix #1136 .
2017-07-16 12:36:06 +02:00
Fredrik Fornwall
cfef68b8ac
libandroid-support: Update to v20
...
This adds back mbsrtowcs and mbsnrtowcs and should fix #1138 .
2017-07-16 11:34:57 +02:00
Fredrik Fornwall
879ebb5376
frobtads: Rebuild after libc++ switch
2017-07-16 11:21:58 +02:00
Fredrik Fornwall
f466628e14
imagemagick: Bump revision after catopen() removal
...
cat{open,close,gets} has been removed from libandroid-support as
they were just stubs there anyway. imagemagick manages fine without
them but needs to be rebuilt with its revision bumped.
2017-07-15 14:35:12 +02:00
Fredrik Fornwall
a89f5eb84e
ffmpeg: Rebuild after libx265 update
2017-07-15 12:07:35 +02:00
Fredrik Fornwall
12c8d946b8
libx264: Bump to latest snapshot
2017-07-15 12:07:34 +02:00
Fredrik Fornwall
bf74a80eac
run-docker.sh: Work around mac readlink
2017-07-15 11:37:17 +02:00
olg
09c5e72a9a
Fix the uid in the docker container, but only when needed and make the bind mount work for arbitrary pwd...
2017-07-15 11:20:05 +02:00
hacknox
3ac5e56343
Use $HOME replace home path
2017-07-15 11:20:05 +02:00
hacknox
36eeaeec1b
Fix root user $HOME path
2017-07-15 11:20:05 +02:00
hacknox
b21d9e3343
fix docker volume read/write permission
2017-07-15 11:20:05 +02:00
olg
daa3813fe2
Fix ghostscript for aarch64.
2017-07-15 10:53:04 +02:00
Fredrik Fornwall
de2e69fc97
binutils: Bump package revision
...
The existing 2.28 version of gold linked against libgnustl in
ld.gold.
2017-07-15 10:16:39 +02:00
Fredrik Fornwall
9c2f926167
Drop old --fix-cortex-a8 flag
2017-07-15 09:59:30 +02:00
Fredrik Fornwall
1db64a03d7
libandroid-support: Update to v19
...
This version has been cleaned up considerably. Also bump php since
it uses strfmon() which has been removed from libandroid-support.
2017-07-15 03:57:18 +02:00
Fredrik Fornwall
92320958fc
ndk-stl: Bump revision
2017-07-15 03:07:06 +02:00
Fredrik Fornwall
d66b227088
libandroid-support: Remove unused wcwidth.c
2017-07-15 03:06:55 +02:00
Fredrik Fornwall
2415cccef6
Avoid bundling lib/libc++_shared.so in a package
2017-07-15 02:44:13 +02:00
Fredrik Fornwall
369f1e26e3
Do not remove libc++ in Dockerfile setup
2017-07-15 02:25:12 +02:00
Fredrik Fornwall
9dea96a7e8
gdb: Update from 7.12.1 to 8.0
2017-07-15 00:03:23 +02:00
Fredrik Fornwall
d53a277d41
libexpat: Update from 2.2.0 to 2.2.2
2017-07-14 23:34:01 +02:00
Stephen
a7d2bf0645
revert changes
2017-07-14 23:21:20 +02:00
Stephen
cca9cd17f2
revert changes
2017-07-14 23:21:20 +02:00
Stephen
1ed8403a9e
revert changes
2017-07-14 23:21:20 +02:00
Stephen
b4d748da09
comment out new ideas
2017-07-14 23:21:20 +02:00
Stephen
1889d8a4f9
disable package downloads for down
2017-07-14 23:21:20 +02:00
Stephen
229ba6dde7
add debug tags
2017-07-14 23:21:20 +02:00
Stephen
5a89c5e2fd
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
dce1a134da
par2: Fix i686 build
2017-07-14 23:18:28 +02:00
Fredrik Fornwall
0cefc9d14e
mpd: gnustl_shared -> c++_shared
2017-07-14 09:49:14 +02:00
Fredrik Fornwall
e7c3dbd8cb
libx265: Update from 2.4 to 2.5
2017-07-14 09:42:00 +02:00
Fredrik Fornwall
c2ace42fc8
git: Update from 2.13.2 to 2.13.3
2017-07-14 00:53:31 +02:00
Fredrik Fornwall
3b9f1e4195
libnghttp2: Update from 1.23.1 to 1.24.0
2017-07-14 00:53:18 +02:00
Fredrik Fornwall
6c29aaa1c7
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
55cb92df51
neovim: Fix build if luarocks is installed
2017-07-13 22:53:43 +02:00
Fredrik Fornwall
85cf4362bb
screen: Update from 4.6.0 to 4.6.1
2017-07-12 22:45:07 +02:00
Fredrik Fornwall
ae7d086640
pcre: Update from 8.40 to 8.41
2017-07-12 22:45:07 +02:00
Fredrik Fornwall
f4a6bd2c4c
lftp: Update from 4.7.7 to 4.8.0
2017-07-12 22:45:07 +02:00
Joakim
40f30b5df6
ldc: update to llvm 4.0.1
2017-07-12 22:29:23 +02:00
vishalbiswas
947121967f
nginx: update from 1.12.0 to 1.12.1
2017-07-12 18:54:03 +02:00
vishalbiswas
e5e26725e9
apache2: update from 2.4.26 to 2.4.27
2017-07-12 18:54:03 +02:00
Fredrik Fornwall
c8b721bab0
Move TERMUX_STANDALONE_TOOLCHAIN declaration
...
See https://github.com/termux/termux-packages/pull/1125
2017-07-12 11:22:07 +02:00
Fredrik Fornwall
bf6028fed3
libgrpc: Try to fix building under docker image
2017-07-12 00:38:50 +02:00
Vishal Biswas
ca98427d8f
libgrpc: add package ( #1122 )
2017-07-11 11:50:43 +02:00
joakim-noah
e3973eb004
ldc: update to final 1.3.0 release ( #1123 )
2017-07-11 11:49:12 +02:00
Fredrik Fornwall
3fb244a3a2
ndk-sysroot: Bump after header patch fix
2017-07-10 10:59:16 +02:00
Fredrik Fornwall
c6de31185d
neovim: Update to latest git master
2017-07-10 10:59:06 +02:00