Fredrik Fornwall
a7d2558e7c
syncthing: Update from 0.14.31 to 0.14.36
7 years ago
Fredrik Fornwall
c3629906c0
command-not-found: Print to stderr ( fixes #1308 )
7 years ago
Fredrik Fornwall
4982cdaaa3
aapt: Remove __android_log_error_write reference
Removing a reference to __android_log_error_write hopefully fixes
an issue on Android 5 (see #1306 ).
7 years ago
Oliver Schmidhauser
6ef8048d02
Patch for busybox to accept = in emails
7 years ago
Fredrik Fornwall
663ac457b8
aria2: Bump revision to hopefully fix arm problem
7 years ago
Fredrik Fornwall
50be738f37
neovim: Update patch for neovim
7 years ago
Fredrik Fornwall
2ddb211aa6
neovim: Add patch to fix unibilium assertion
7 years ago
Fredrik Fornwall
63279c112c
babl: Update from 0.1.28 to 0.1.30
7 years ago
its-pointless
f0b1bddcbf
fix building vim after libvterm
7 years ago
Fredrik Fornwall
e03810d9c4
busybox: Note that it's not built with clang
7 years ago
Fredrik Fornwall
07176222ab
ruby: Do not use CFLAGS when running cpp (mkmf.rb)
This avoids problem with cpp in the NDK which is provided by gcc
and does not understand clang specific flags (e.g. -Oz).
7 years ago
Fredrik Fornwall
408001f382
ncurses: Update from 6.0.20170812 to 6.0.20170819
7 years ago
Fredrik Fornwall
e56e8b8e9d
vim: Update 8.0.0887->8.0.0979 & enable terminal
Closes #1198 .
7 years ago
Fredrik Fornwall
a6ff2127c3
libnghttp2: Update from 1.24.0 to 1.25.0
7 years ago
Fredrik Fornwall
19e8fb19c6
lftp: Build cleanup and two more bin/sh patches
7 years ago
Fredrik Fornwall
49e8e8c406
libllvm: Bump revision after enabling openmp
7 years ago
Fredrik Fornwall
0322f1acc3
mariadb: Update from 10.2.7 to 10.2.8
7 years ago
Joakim
382e583cbf
clang: add OpenMP library, should now work
8 years ago
Fredrik Fornwall
3ab5d907b4
gpsbabel: Add package ( closes #196 )
7 years ago
Fredrik Fornwall
d4bbec394a
ffmpeg: Update from 3.3.2 to 3.3.3
7 years ago
Fredrik Fornwall
9d8872a460
openal-soft: Update from 1.18.0 to 1.18.1
Also remove -DCMAKE_USE_SYSTEM_LIBRARIES=True as it is the default
when building Termux packages with cmake.
7 years ago
Fredrik Fornwall
388abdf83a
zsh: Update from 5.3.1 to 5.4.1
7 years ago
Fredrik Fornwall
95a6a9a5c7
rgbds: Remove TERMUX_PKG_BUILD_DEPENDS
Also patch Makefile to install man pages at the expected location.
7 years ago
Phillip Kovalev
06ad686d23
Add rgbds package
and byacc as rgbds dependency and self-valuable package.
7 years ago
Fredrik Fornwall
430eef3bc1
Use -Oz instead of -Os for clang
7 years ago
Fredrik Fornwall
ab69e677b6
aapt: Update from 7.0.0.14 to 7.1.2.33
7 years ago
Fredrik Fornwall
d3e4322a79
apr: Specify correct sizeof(struct iovec)
Also bump package revision
7 years ago
Stephen
94e5973546
need files for apr-util build
#1169
7 years ago
Stephen
1ec6c4b82c
add build dependency
7 years ago
Fredrik Fornwall
e6e05f2728
notmuch: Fix 32-bit arm build
7 years ago
Fredrik Fornwall
385ee34f85
man: Update from 1.14.1 to 1.14.3
7 years ago
Fredrik Fornwall
51552f3f32
radare2: Update from 1.5.0 to 1.6.0
7 years ago
Fredrik Fornwall
859ebaff95
getmail: Switch to fossies.org for tarball
7 years ago
Fredrik Fornwall
136219a8ff
xorriso: Update to new development snapshot
7 years ago
Fredrik Fornwall
bc346c4a94
Update meson version used from 0.41.2 to 0.42.0
7 years ago
Fredrik Fornwall
5e5e5fa950
libuv: Update from 1.13.1 to 1.14.0
7 years ago
Fredrik Fornwall
41c8549205
nodejs-current: Update from 8.3.0 to 8.4.0
7 years ago
Fredrik Fornwall
0bb0e20a36
Rebuild packages linking against libintl.so
The libintl.so library was a symlink to libandroid-support. We
now provide the functions inline in libintl.h so libintl.so has
been removed.
Fixes #1283 .
7 years ago
Stephen
28ad239057
update lisqlite src file location
7 years ago
Fredrik Fornwall
19f8b7bef3
lynx: Update to working download url
7 years ago
Fredrik Fornwall
03e1ccccd2
ndk-sysroot: Bump revision after libintl.h update
7 years ago
Fredrik Fornwall
c101fa914c
libsqlite: Bump revision after package change
7 years ago
Fredrik Fornwall
6fb56d78b5
lzop: Update from 1.03 to 1.04
7 years ago
Fredrik Fornwall
d34aacef93
elfutils: Remove -lintl after libintl.h change
7 years ago
Fredrik Fornwall
50ed335795
Make libintl.h provide inline stubs
Previously libandroid-support contained inline stubs for libintl.h
functions (gettext(), dgettext() and friends).
We now provide inline versions of them in libintl.h directly so
libandroid-support is no longer necessary to get them.
7 years ago
Stephen
8a30c5bb30
add tclsqlite3.c to libsqlite dev package
fixes issues that arose from building tcl with #1169 and avoids a circular dependency
7 years ago
its-pointless
aa605e8901
put shebang in scripts
7 years ago
Oliver Schmidhauser
2f90522ad3
termux-chroot: Specify command to execute
Allow a command to be specified when running termux-chroot.
Example:
```
$ termux-chroot ls /
bin data dev etc home lib proc property_contexts share storage system tmp usr var vendor
```
This makes it possible to run scripts that include a part that needs to
be run in a chrooted environment, like a compile script.
```
./configure
make
termux-chroot make install
```
Previously it had to be done like this:
```
./configure
make
termux-chroot
cd program
make install
exit
```
7 years ago
Fredrik Fornwall
c87e861bae
libxapian: Bump revision after change
7 years ago
Fredrik Fornwall
982ce4905b
hunspell: Bump revision after patch
7 years ago