Commit Graph

4291 Commits

Author SHA1 Message Date
Fredrik Fornwall
85a70c0aec micro: Update from 1.3.3 to 1.3.4 2017-11-25 22:49:50 +01:00
Fredrik Fornwall
ceaab21407 libuv: Update from 1.16.1 to 1.17.0 2017-11-25 22:49:35 +01:00
Fredrik Fornwall
d15eb00c3f golang: Use gcc for host build 2017-11-25 22:39:29 +01:00
Fredrik Fornwall
bed09ee8b1 mariadb: Make host build work without gnutls 2017-11-25 22:39:29 +01:00
Auxilus
bc0fade1e1 Update parallel from 20171022 to 20171122 2017-11-25 22:39:12 +01:00
Fredrik Fornwall
489245ac0f expect: Patch to make it buildable without host tcl 2017-11-22 16:46:06 +01:00
Fredrik Fornwall
8937106f35 proot: Bump build revision after change 2017-11-22 16:45:14 +01:00
Fredrik Fornwall
f8af14d10a erlang: Update from 20.1 to 20.1.6 2017-11-22 16:43:28 +01:00
Auxilus
5f19aec1cb gperf: Add package 2017-11-21 23:56:34 +01:00
Cswl Coldwind
b8f6d4a6c6 Update tsu to v1.1 2017-11-21 11:53:21 +01:00
Fredrik Fornwall
b54c3eb86e Update scripts/Vagrantfile for ubuntu 17.10 2017-11-21 06:05:04 +01:00
Fredrik Fornwall
b069947e0d termux-tools: Avoid pm list in termux-info (#1426) 2017-11-21 05:59:47 +01:00
Fredrik Fornwall
d94c342761 aapt&ecj: Use jar instead of zip 2017-11-21 05:26:30 +01:00
Fredrik Fornwall
8faf27fdd6 colordiff: Skip the make step 2017-11-21 05:25:00 +01:00
Fredrik Fornwall
ddd429197e proot: Only bind /property_contexts if file exists
Fixes the following warning when running termux-chroot on Android 8:

proot warning: can't sanitize binding "/property_contexts":
No such file or directory
2017-11-21 05:13:54 +01:00
Fredrik Fornwall
fccb3f172e libnettle: Update from 3.3 to 3.4 2017-11-20 15:28:21 +01:00
Fredrik Fornwall
325fe6780d debianutils: Update from 4.8.2 to 4.8.3 2017-11-19 15:11:32 +01:00
Fredrik Fornwall
d1776d92e7 Remove NDK gnu-libstdc from the docker image 2017-11-19 14:40:31 +01:00
Fredrik Fornwall
1d5a909d4e Fix outdated comment about libgnustl 2017-11-19 14:38:48 +01:00
Fredrik Fornwall
b39b311462 Cleanup scripts/buildorder.py 2017-11-19 14:29:49 +01:00
Fredrik Fornwall
545a24028c vim-python: Remove vim-runtime subpackage
The vim-runtime package is being built by the main vim package.
2017-11-19 14:28:33 +01:00
vishalbiswas
481f948bb1 squid: update to 3.5.27 and --enable-delay-pools 2017-11-19 10:01:48 +01:00
cswl
8121738519 update tsu to version 0.4 (#1810) 2017-11-19 10:01:24 +01:00
Henrik Grimler
c33dc783a3 poppler: disable multithreading. Fixes #1657. (#1806)
valgrind still complains though.
2017-11-19 01:42:18 +01:00
Fredrik Fornwall
de94c4fdf8 pforth: Do not cache host build 2017-11-18 22:22:50 +01:00
Fredrik Fornwall
5804a5252d pforth: Make M32 a local variable 2017-11-18 22:20:30 +01:00
its-pointless
5ce4d4fb54 fix building pforth for 32 bit archs (#1804) 2017-11-18 22:18:05 +01:00
Fredrik Fornwall
49906e78de ndk-multilib: Remove mips
Mips is being dropped from the Android NDK.
2017-11-18 22:10:23 +01:00
Auxilus
e0a705db74 nano: Update from 2.8.7 to 2.9.0 2017-11-18 22:05:54 +01:00
Cswl Coldwind
9beccf40a8 Update tsu to v0.3, fixes su detection 2017-11-17 20:26:00 +01:00
Henrik Grimler
c02aadd1da texlive-bin: fix build failure for i686 and x86_64 (due to NDK r16?) 2017-11-17 16:26:29 +01:00
Fredrik Fornwall
b3c2186a44 gdb: Fix x86_64 build with NDK r16
The NDK headers now define elf_siginfo.
2017-11-17 09:35:36 +01:00
Fredrik Fornwall
8226298133 neovim: Update to latest git master 2017-11-17 02:14:59 +01:00
Fredrik Fornwall
11e67255be libllvm: Bump revision after patch 2017-11-17 02:13:32 +01:00
Fredrik Fornwall
5d9fbb92e6 dx: Rewrite classes to not be under com.android
Fixes #1801.
2017-11-17 02:06:11 +01:00
Fredrik Fornwall
2014dc8bf1 python: Fix build for x86_64 with NDK r16 2017-11-17 01:37:31 +01:00
Fredrik Fornwall
04301bb86e binutils: Fix building on x86_64 with NDK r16
The NDK now defines elf_siginfo for x86_64.
2017-11-17 01:36:49 +01:00
Fredrik Fornwall
4c64010794 vim: Update from 8.0.1241 to 8.0.1300
Also note the new policy of only updating every 50 releases on
multiples of 50, which is the same policy as homebrew now uses
to reduce update frequency.
2017-11-17 00:53:06 +01:00
Fredrik Fornwall
9493e72698 Avoid hard-coded paths in some more places
The plan is to allow other apps to build packages by changing the
prefix.
2017-11-16 23:37:57 +01:00
Vladimir Serbinenko
8804436bcb ndk-multilib: Supply crt* files for all platforms.
It allows compiling binaries for another android variant on termux.

E.g. to compile for arm on aarch64 do:

clang -m32 -o 1 1.c -fuse-ld=lld -L/system/lib -B$PREFIX/arm-linux-androideabi/lib

Hopefully with the time -L and -B will be eliminated
2017-11-16 23:36:10 +01:00
Vladimir Serbinenko
d13180c3f3 Add LLD package.
LLD is LLVM-based multi-platform linker. Together with cross-compiling
clang it can be used to create binaries for other platforms.
2017-11-16 23:36:10 +01:00
Vladimir Serbinenko
13a86d8959 Currently the only clang available on termux compiles for termux. This
patc allows clang to be used in cross-compilations. E.g. to compile 32-bit
binaries on 64-bit termux.
2017-11-16 23:36:10 +01:00
Fredrik Fornwall
362514b369 notmuch: Update from 0.25.1 to 0.25.2 2017-11-16 22:57:09 +01:00
Fredrik Fornwall
c503675bcf httping: Switch to fossies due to cert problem 2017-11-16 12:14:15 +01:00
Fredrik Fornwall
830ed681bb multitail: Use fossies.org due to certificate problem 2017-11-16 11:04:56 +01:00
Cswl Coldwind
a42c60cec2 Bump tsu version so it actually gets installed.
db817da647
updated the url of tsu download but didnt bump the package version

Which I guess caused apt to skip updating this package
2017-11-16 10:52:32 +01:00
Fredrik Fornwall
bf4bccd096 Bump packages after libogg update 2017-11-15 23:53:25 +01:00
Fredrik Fornwall
2b12322b66 libx264: Fix i686 build with NDK r16 2017-11-15 22:33:36 +01:00
Fredrik Fornwall
ef6ddba894 gnuplot: Update from 5.2.0 to 5.2.1 2017-11-15 20:35:13 +01:00
Fredrik Fornwall
ec39feb4c6 mpd: Update from 0.20.10 to 0.20.11 2017-11-15 20:35:00 +01:00