termux-packages
7 years agoRemove <sys/sem.h>
Fredrik Fornwall [Sun, 5 Mar 2017 13:22:31 +0000 (14:22 +0100)]
Remove <sys/sem.h>

System V semaphores doesn't work for non-root, it's better to
point at unnamed POSIX semaphores in <semaphore.h>

7 years agoWrap getpwuid_r (fixes psql history file location)
Fredrik Fornwall [Sun, 5 Mar 2017 12:34:41 +0000 (13:34 +0100)]
Wrap getpwuid_r (fixes psql history file location)

7 years agopostgresql: Use _PATH_TMP instead of P_tmpdir
Fredrik Fornwall [Sun, 5 Mar 2017 11:55:54 +0000 (12:55 +0100)]
postgresql: Use _PATH_TMP instead of P_tmpdir

7 years agopostgresql: Fix default unix socket dir
Fredrik Fornwall [Sun, 5 Mar 2017 11:41:34 +0000 (12:41 +0100)]
postgresql: Fix default unix socket dir

7 years agopostgresql: Patch for non-working hard links
Fredrik Fornwall [Sun, 5 Mar 2017 11:23:53 +0000 (12:23 +0100)]
postgresql: Patch for non-working hard links

7 years agopostgresql: Specify USE_UNNAMED_POSIX_SEMAPHORES=1
Fredrik Fornwall [Sun, 5 Mar 2017 11:09:20 +0000 (12:09 +0100)]
postgresql: Specify USE_UNNAMED_POSIX_SEMAPHORES=1

7 years agopostgresql: Use libandroid-shmem
Fredrik Fornwall [Sun, 5 Mar 2017 10:50:11 +0000 (11:50 +0100)]
postgresql: Use libandroid-shmem

7 years agolibandroid-support: Fix indentation
Fredrik Fornwall [Sun, 5 Mar 2017 10:49:49 +0000 (11:49 +0100)]
libandroid-support: Fix indentation

7 years agoUnset nullglob after using it
Fredrik Fornwall [Sun, 5 Mar 2017 10:49:01 +0000 (11:49 +0100)]
Unset nullglob after using it

7 years agoRemove <sys/shm.h> from the NDK
Fredrik Fornwall [Sun, 5 Mar 2017 10:42:26 +0000 (11:42 +0100)]
Remove <sys/shm.h> from the NDK

Use the one from libandroid-shmem instead

7 years agoFixes (#819)
Vishal Biswas [Sun, 5 Mar 2017 10:40:50 +0000 (16:10 +0530)]
Fixes (#819)

* remove ndk_patches/sys-shm.h.patch
add a note about libandroid-shmem and posix semaphores

* libandroid-shmem: enable package

* separate function to replace autoconf guess scripts

7 years agopango: Update from 1.40.2 to 1.40.4
Fredrik Fornwall [Sun, 5 Mar 2017 02:31:12 +0000 (03:31 +0100)]
pango: Update from 1.40.2 to 1.40.4

7 years agoUse termux_error_exit in more cases
Fredrik Fornwall [Sun, 5 Mar 2017 02:30:38 +0000 (03:30 +0100)]
Use termux_error_exit in more cases

7 years agolibjasper: Update from 2.0.10 to 2.0.12
Fredrik Fornwall [Sun, 5 Mar 2017 02:09:42 +0000 (03:09 +0100)]
libjasper: Update from 2.0.10 to 2.0.12

7 years agobinutils: Update from 2.27 to 2.28
Fredrik Fornwall [Sun, 5 Mar 2017 02:09:16 +0000 (03:09 +0100)]
binutils: Update from 2.27 to 2.28

7 years agostrace: Fix aarch64 build if gawk is installed
Fredrik Fornwall [Sun, 5 Mar 2017 01:15:28 +0000 (02:15 +0100)]
strace: Fix aarch64 build if gawk is installed

7 years agoReset relevant package revisions after update
Fredrik Fornwall [Sun, 5 Mar 2017 00:34:02 +0000 (01:34 +0100)]
Reset relevant package revisions after update

7 years agolftp and sed can now be built with clang
Fredrik Fornwall [Sun, 5 Mar 2017 00:07:01 +0000 (01:07 +0100)]
lftp and sed can now be built with clang

7 years agohunspell-en-us: Update to latest version
Fredrik Fornwall [Sun, 5 Mar 2017 00:01:50 +0000 (01:01 +0100)]
hunspell-en-us: Update to latest version

7 years agoRemove alsa-lib and alsa-utils disabled packages
Fredrik Fornwall [Sat, 4 Mar 2017 23:22:55 +0000 (00:22 +0100)]
Remove alsa-lib and alsa-utils disabled packages

Android does not have the alsa kernel level support. These packages
were only added as a build dependency of openjdk 9, but that should
no longer be necessary.

7 years agolibressl: Update the disabled package and add note
Fredrik Fornwall [Sat, 4 Mar 2017 23:13:02 +0000 (00:13 +0100)]
libressl: Update the disabled package and add note

7 years agoAdd libandroid-shmem as a disabled package
Fredrik Fornwall [Sat, 4 Mar 2017 22:44:09 +0000 (23:44 +0100)]
Add libandroid-shmem as a disabled package

7 years agoUpdate README.md
Fredrik Fornwall [Sat, 4 Mar 2017 21:24:46 +0000 (22:24 +0100)]
Update README.md

7 years agoAdd PowerShell script to run Docker (#815)
Matthew Klein [Sat, 4 Mar 2017 21:20:43 +0000 (15:20 -0600)]
Add PowerShell script to run Docker (#815)

* Add .gitattributes file

* Add PowerShell script to run Docker

7 years agoUpdate from NDK r13 to r14
Fredrik Fornwall [Sat, 4 Mar 2017 21:03:54 +0000 (22:03 +0100)]
Update from NDK r13 to r14

For those using Docker build environments: run scripts/update-docker.sh
to pull the latest Docker image with r14 installed.

Otherwise, remove the $NDK directory (defaults to
$HOME/lib/android-ndk if not setup in the environment) and run
scripts/setup-android-sdk.sh to setup a r14 installation.

7 years agoUse more source checksums
Fredrik Fornwall [Sat, 4 Mar 2017 20:54:30 +0000 (21:54 +0100)]
Use more source checksums

7 years agoreadline: Use source checksum
Fredrik Fornwall [Sat, 4 Mar 2017 14:10:29 +0000 (15:10 +0100)]
readline: Use source checksum

7 years agorlwrap: Update from 0.42 to 0.43
Fredrik Fornwall [Sat, 4 Mar 2017 01:30:09 +0000 (02:30 +0100)]
rlwrap: Update from 0.42 to 0.43

7 years agoapt: Fix build failure when libdb is available
Fredrik Fornwall [Fri, 3 Mar 2017 12:40:42 +0000 (13:40 +0100)]
apt: Fix build failure when libdb is available

7 years agotor: Update from 0.2.9.9 to 0.2.9.10
Fredrik Fornwall [Fri, 3 Mar 2017 12:32:24 +0000 (13:32 +0100)]
tor: Update from 0.2.9.9 to 0.2.9.10

7 years agoman: Update from 1.13.4 to 1.14.1
Fredrik Fornwall [Thu, 2 Mar 2017 15:14:05 +0000 (16:14 +0100)]
man: Update from 1.13.4 to 1.14.1

7 years agoharfbuzz: Only harfbuzz-icu should depend on libicu
Fredrik Fornwall [Thu, 2 Mar 2017 14:28:17 +0000 (15:28 +0100)]
harfbuzz: Only harfbuzz-icu should depend on libicu

7 years agognupg2: Update from 2.1.18 to 2.1.19
Fredrik Fornwall [Thu, 2 Mar 2017 12:21:19 +0000 (13:21 +0100)]
gnupg2: Update from 2.1.18 to 2.1.19

7 years agomlocate: Update project url
Fredrik Fornwall [Thu, 2 Mar 2017 10:53:39 +0000 (11:53 +0100)]
mlocate: Update project url

7 years agolibuuid: Use source checksum
Fredrik Fornwall [Thu, 2 Mar 2017 00:29:50 +0000 (01:29 +0100)]
libuuid: Use source checksum

7 years agoFix typo in comment
Fredrik Fornwall [Wed, 1 Mar 2017 23:07:35 +0000 (00:07 +0100)]
Fix typo in comment

7 years agoffmpeg: Bump revision after libx265 update
Fredrik Fornwall [Wed, 1 Mar 2017 21:35:16 +0000 (22:35 +0100)]
ffmpeg: Bump revision after libx265 update

The libx265 updates are not binary compatible, rebuild ffmpeg against
the updated library. Fixes #804.

7 years agofrotz: Update project homepage
Fredrik Fornwall [Wed, 1 Mar 2017 21:14:15 +0000 (22:14 +0100)]
frotz: Update project homepage

7 years agofrotz: Depend on curl for the zgames script
Fredrik Fornwall [Wed, 1 Mar 2017 21:12:43 +0000 (22:12 +0100)]
frotz: Depend on curl for the zgames script

Fixes #779.

7 years agoplay-audio: Build from separate dedicated repo
Fredrik Fornwall [Wed, 1 Mar 2017 21:11:53 +0000 (22:11 +0100)]
play-audio: Build from separate dedicated repo

7 years agoharfbuzz: Enable graphite and libicu
Fredrik Fornwall [Wed, 1 Mar 2017 20:54:44 +0000 (21:54 +0100)]
harfbuzz: Enable graphite and libicu

Split the icu part into a harfbuzz-icu subpackage, so not everyone
using harfbuzz needs to pull in icu.

7 years agoctags: Update to git HEAD
Fredrik Fornwall [Wed, 1 Mar 2017 17:14:25 +0000 (18:14 +0100)]
ctags: Update to git HEAD

7 years agoneovim: Update to git head
Fredrik Fornwall [Wed, 1 Mar 2017 17:10:03 +0000 (18:10 +0100)]
neovim: Update to git head

7 years agolibgpg-error: Update from 1.26 to 1.27
Fredrik Fornwall [Wed, 1 Mar 2017 17:09:53 +0000 (18:09 +0100)]
libgpg-error: Update from 1.26 to 1.27

7 years agovim: Update from patch 340 to 393
Fredrik Fornwall [Wed, 1 Mar 2017 17:09:33 +0000 (18:09 +0100)]
vim: Update from patch 340 to 393

7 years agompv: Enable lua
Fredrik Fornwall [Wed, 1 Mar 2017 16:50:58 +0000 (17:50 +0100)]
mpv: Enable lua

7 years agonmap: Build against system liblua
Fredrik Fornwall [Wed, 1 Mar 2017 16:46:41 +0000 (17:46 +0100)]
nmap: Build against system liblua

7 years agolibx265: Update from 2.2 to 2.3
Fredrik Fornwall [Wed, 1 Mar 2017 16:39:03 +0000 (17:39 +0100)]
libx265: Update from 2.2 to 2.3

7 years agotermux-tools: Handle --help in termux-open
Fredrik Fornwall [Wed, 1 Mar 2017 16:20:37 +0000 (17:20 +0100)]
termux-tools: Handle --help in termux-open

Fixes #801.

7 years agolua: Build with -DLUA_COMPAT_5_2
Fredrik Fornwall [Wed, 1 Mar 2017 16:18:15 +0000 (17:18 +0100)]
lua: Build with -DLUA_COMPAT_5_2

7 years agotermux-tools: Bump version to 0.38
Fredrik Fornwall [Mon, 27 Feb 2017 23:30:51 +0000 (00:30 +0100)]
termux-tools: Bump version to 0.38

7 years agotermux-tools: Setup xdg-open->termux-open symlink
Fredrik Fornwall [Mon, 27 Feb 2017 23:30:19 +0000 (00:30 +0100)]
termux-tools: Setup xdg-open->termux-open symlink

7 years agotermux-tools: Handle invalid login in chsh
Fredrik Fornwall [Mon, 27 Feb 2017 23:30:06 +0000 (00:30 +0100)]
termux-tools: Handle invalid login in chsh

7 years agotermux-open: Handle relative paths
Fredrik Fornwall [Mon, 27 Feb 2017 23:29:49 +0000 (00:29 +0100)]
termux-open: Handle relative paths

7 years agotermux-tools: Add termux-open
Fredrik Fornwall [Mon, 27 Feb 2017 23:15:22 +0000 (00:15 +0100)]
termux-tools: Add termux-open

7 years agoNo .hushlogin instructions in motd for brevity
Fredrik Fornwall [Mon, 27 Feb 2017 20:21:43 +0000 (21:21 +0100)]
No .hushlogin instructions in motd for brevity

7 years agoalsa-lib: Add -DTERMUX_SEMOPS_STUBS (fixes #797)
Fredrik Fornwall [Mon, 27 Feb 2017 19:34:02 +0000 (20:34 +0100)]
alsa-lib: Add -DTERMUX_SEMOPS_STUBS (fixes #797)

7 years agoUpdate pass to version 1.7 (#796)
Oliver Schmidhauser [Mon, 27 Feb 2017 15:03:16 +0000 (16:03 +0100)]
Update pass to version 1.7 (#796)

7 years agoopenjdk-9-headless: Update to latest tag
Fredrik Fornwall [Sun, 26 Feb 2017 21:09:41 +0000 (22:09 +0100)]
openjdk-9-headless: Update to latest tag

Also fix cups url

7 years agotoybox: Add disabled package
Fredrik Fornwall [Sun, 26 Feb 2017 14:28:12 +0000 (15:28 +0100)]
toybox: Add disabled package

7 years agolibllvm: Bump revision, enable the clang split
Fredrik Fornwall [Sun, 26 Feb 2017 13:52:04 +0000 (14:52 +0100)]
libllvm: Bump revision, enable the clang split

7 years agogetconf: Update from 0.2 to 0.4
Fredrik Fornwall [Sun, 26 Feb 2017 13:04:04 +0000 (14:04 +0100)]
getconf: Update from 0.2 to 0.4

7 years agolibdb: Updates from @vishalbiswas
Fredrik Fornwall [Sun, 26 Feb 2017 11:33:40 +0000 (12:33 +0100)]
libdb: Updates from @vishalbiswas

7 years agogpgme: Update from 1.6.0 to 1.8.0 and use gnupg2
Fredrik Fornwall [Sun, 26 Feb 2017 11:26:04 +0000 (12:26 +0100)]
gpgme: Update from 1.6.0 to 1.8.0 and use gnupg2

7 years agoAdded libdb package (#405)
David Martínez [Sun, 26 Feb 2017 11:05:24 +0000 (12:05 +0100)]
Added libdb package (#405)

7 years agoncurses: Update to latest patch version
Fredrik Fornwall [Sun, 26 Feb 2017 10:56:25 +0000 (11:56 +0100)]
ncurses: Update to latest patch version

7 years agofwknop: Add source checksum
Fredrik Fornwall [Sun, 26 Feb 2017 10:56:08 +0000 (11:56 +0100)]
fwknop: Add source checksum

7 years agolibksba: Use source checksum
Fredrik Fornwall [Sun, 26 Feb 2017 10:40:41 +0000 (11:40 +0100)]
libksba: Use source checksum

7 years agoopenssl: Add a disabled v1.1 update
Fredrik Fornwall [Sat, 25 Feb 2017 22:38:09 +0000 (23:38 +0100)]
openssl: Add a disabled v1.1 update

7 years agoWeekly Updates #3 (#794)
Vishal Biswas [Sat, 25 Feb 2017 20:43:46 +0000 (02:13 +0530)]
Weekly Updates #3 (#794)

* util-linux: update from 2.29.1 to 2.29.2

* parallel: update from 20170122 to 20170222

* mutt: update from 1.7.2 to 1.8.0

7 years agoautomake: Add patch for perl 5.24 compatibility
Fredrik Fornwall [Sat, 25 Feb 2017 20:29:42 +0000 (21:29 +0100)]
automake: Add patch for perl 5.24 compatibility

7 years agoed: Update from 1.14.1 to 1.14.2
Fredrik Fornwall [Sat, 25 Feb 2017 01:18:57 +0000 (02:18 +0100)]
ed: Update from 1.14.1 to 1.14.2

7 years agonano: Update from 2.7.4 to 2.7.5
Fredrik Fornwall [Sat, 25 Feb 2017 01:15:59 +0000 (02:15 +0100)]
nano: Update from 2.7.4 to 2.7.5

7 years agopicolisp: Update from 17.1.30 to 17.2.24
Fredrik Fornwall [Sat, 25 Feb 2017 00:14:04 +0000 (01:14 +0100)]
picolisp: Update from 17.1.30 to 17.2.24

7 years agogit: Update from 2.11.1 to 2.12.0
Fredrik Fornwall [Sat, 25 Feb 2017 00:09:58 +0000 (01:09 +0100)]
git: Update from 2.11.1 to 2.12.0

7 years agopure-ftpd: Add virtual users, default to $HOME
Fredrik Fornwall [Fri, 24 Feb 2017 22:31:28 +0000 (23:31 +0100)]
pure-ftpd: Add virtual users, default to $HOME

7 years agopure-ftpd: add package (#790)
David Martínez [Fri, 24 Feb 2017 21:56:48 +0000 (22:56 +0100)]
pure-ftpd: add package (#790)

7 years agonodejs-current: Update disabled package
Fredrik Fornwall [Fri, 24 Feb 2017 21:47:57 +0000 (22:47 +0100)]
nodejs-current: Update disabled package

7 years agonetpbm: Update from r2831 to r2901
Fredrik Fornwall [Fri, 24 Feb 2017 21:36:19 +0000 (22:36 +0100)]
netpbm: Update from r2831 to r2901

7 years agoperl: Update perl-cross from 1.1.3 to 1.1.4
Fredrik Fornwall [Fri, 24 Feb 2017 20:12:49 +0000 (21:12 +0100)]
perl: Update perl-cross from 1.1.3 to 1.1.4

7 years agocurl: Update from 7.52.1 to 7.53.1
Fredrik Fornwall [Fri, 24 Feb 2017 20:12:36 +0000 (21:12 +0100)]
curl: Update from 7.52.1 to 7.53.1

7 years agofixes the config so cpan works on install. (#789)
its-pointless [Fri, 24 Feb 2017 19:46:47 +0000 (06:46 +1100)]
fixes the config so cpan works on install. (#789)

* fixes the config so cpan works on install.

* fix so it actually works..

7 years agonodejs: Update from 6.9.5 to 6.10.0
Fredrik Fornwall [Thu, 23 Feb 2017 11:42:43 +0000 (12:42 +0100)]
nodejs: Update from 6.9.5 to 6.10.0

7 years agoopenal-soft: Add source checksum
Fredrik Fornwall [Thu, 23 Feb 2017 11:42:23 +0000 (12:42 +0100)]
openal-soft: Add source checksum

7 years agompv: Really use LD_PRELOAD
Fredrik Fornwall [Wed, 22 Feb 2017 08:14:31 +0000 (09:14 +0100)]
mpv: Really use LD_PRELOAD

7 years agompv: Add ffmpeg libs to LD_PRELOAD
Fredrik Fornwall [Tue, 21 Feb 2017 22:54:52 +0000 (23:54 +0100)]
mpv: Add ffmpeg libs to LD_PRELOAD

This should fix issues on devices where vendors have ffmpeg libs
available in the system lib dir.

7 years agotermux-tools: Bump version to bring 'packages'
Fredrik Fornwall [Tue, 21 Feb 2017 22:54:24 +0000 (23:54 +0100)]
termux-tools: Bump version to bring 'packages'

7 years agoliboggz&libvorbis: Add source checksums
Fredrik Fornwall [Tue, 21 Feb 2017 22:26:33 +0000 (23:26 +0100)]
liboggz&libvorbis: Add source checksums

7 years agolibmp3lame: Add source checksum
Fredrik Fornwall [Tue, 21 Feb 2017 22:24:37 +0000 (23:24 +0100)]
libmp3lame: Add source checksum

7 years agoFix ifaddrs.h for real now
Fredrik Fornwall [Tue, 21 Feb 2017 09:11:52 +0000 (10:11 +0100)]
Fix ifaddrs.h for real now

7 years agoradare2: Update to new checksum
Fredrik Fornwall [Mon, 20 Feb 2017 21:15:03 +0000 (22:15 +0100)]
radare2: Update to new checksum

7 years agoadd new package: redir (#772)
ElTopo [Mon, 20 Feb 2017 21:14:52 +0000 (13:14 -0800)]
add new package: redir (#772)

* add bvi package

* add new package: cgdb

* add gdb in cgdb's TERMUX_PKG_DEPENDS

* add new package: redir

* bvi package revision 1: fix column number issue with clang (gcc does not seem to have this issue)
bvi (compiled with clang) incorrectly displayed only 12 bytes for each line on a 80-column terminal (instead of 16 bytes normally). command :set cm=## also had similar problems.
I found the issue was caused by the following statements:
       sprintf(addr_form,  "%%0%dllX  ", AnzAdd);
       AnzAdd = sprintf(tmp, addr_form, block_begin);

   ('block_begin''s data type is off_t)
   gcc automatically typecasts 'block_begin' from off_t to loff_t,
   on the otherhand, clang takes address of 'block_begin' and uses
   it as loff_t thus writes some garbage value in 'tmp' string.

7 years agoBump toolchain after ifaddrs.h change
Fredrik Fornwall [Mon, 20 Feb 2017 20:58:41 +0000 (21:58 +0100)]
Bump toolchain after ifaddrs.h change

7 years agondk_patches: Mark functions as static in ifaddrs.h
Fredrik Fornwall [Mon, 20 Feb 2017 20:44:13 +0000 (21:44 +0100)]
ndk_patches: Mark functions as static in ifaddrs.h

7 years agostrace: Fix x86-64 build
Fredrik Fornwall [Mon, 20 Feb 2017 04:57:01 +0000 (05:57 +0100)]
strace: Fix x86-64 build

7 years agolibffi: Add source checksum
Fredrik Fornwall [Mon, 20 Feb 2017 04:44:16 +0000 (05:44 +0100)]
libffi: Add source checksum

7 years agoAnother round of minor updates (#781)
Vishal Biswas [Mon, 20 Feb 2017 04:02:33 +0000 (09:32 +0530)]
Another round of minor updates (#781)

* lftp: update from 4.7.5 to 4.7.6

* strace: update from 4.15 to 4.16

* glib: update from 2.50.2 to 2.50.3

* getmail: update from 4.53.0 to 4.54.0

* poppler: update from 0.51.0 to 0.52.0

7 years agovim: Update to latest patch
Fredrik Fornwall [Mon, 20 Feb 2017 03:34:39 +0000 (04:34 +0100)]
vim: Update to latest patch

7 years agoneovim: Update to latest git HEAD
Fredrik Fornwall [Mon, 20 Feb 2017 03:34:19 +0000 (04:34 +0100)]
neovim: Update to latest git HEAD

7 years agofzf: Update from 0.16.4 to 0.16.5
Fredrik Fornwall [Mon, 20 Feb 2017 03:34:13 +0000 (04:34 +0100)]
fzf: Update from 0.16.4 to 0.16.5