Commit Graph

764 Commits

Author SHA1 Message Date
Fredrik Fornwall
563f0b1b84 findutils: Update from 4.5.14 to 4.5.17 2015-12-25 21:27:25 -05:00
Fredrik Fornwall
76897d2eed ffmpeg: Update from 2.8.3 to 2.8.4 2015-12-25 21:26:47 -05:00
Fredrik Fornwall
54cb74f98d apt: Update to 1.1.6, default disable SRV records
By disabling SRV records support in apt by default we work around
an issue with HTC devices (fixes #99).
2015-12-25 19:32:51 -05:00
Fredrik Fornwall
4e7183b9b8 busybox: Update i686 build 2015-12-25 19:13:55 -05:00
Fredrik Fornwall
59d4c3f2a8 weechat: Rebuild to link against new ruby 2.3 lib 2015-12-25 18:25:10 -05:00
Fredrik Fornwall
98e0a8ee97 ruby: Update from 2.2.4 to 2.3.0 (closes #114) 2015-12-25 16:35:13 -05:00
Fredrik Fornwall
307f9bf63e linux-man-pages: Update from 4.02 to 4.03 2015-12-25 15:36:21 -05:00
Fredrik Fornwall
c8baff59f9 gnupg: Update from 1.4.19 to 1.4.20 2015-12-25 09:38:50 -05:00
Fredrik Fornwall
f7dcd8ad1f lftp: Update from 4.6.4 to 4.6.5 2015-12-25 09:36:20 -05:00
Fredrik Fornwall
59c1f3a138 Merge pull request #113 from franciscod/stdio-ctermid
ndk_patches/stdio.h.patch: add bogus ctermid()
2015-12-24 09:19:32 +01:00
Fredrik Fornwall
7e606cc7eb Remove dependency on php on the builder
The native php executable is built by the package itself
2015-12-24 02:50:23 -05:00
Francisco Demartino
93b884f130 ndk_patches/stdio.h.patch: add bogus ctermid() 2015-12-24 04:13:53 -03:00
Francisco Demartino
413192e8f6 play-audio: bump to 0.4 2015-12-23 03:01:08 -03:00
Francisco Demartino
eb8a3d4216 play-audio: use heredoc instead of printf 2015-12-23 02:59:53 -03:00
Francisco Demartino
8a1912b9e5 play-audio: use 'quoted dollar at' ("$@") for args 2015-12-23 02:59:11 -03:00
Fredrik Fornwall
433f51009f play-audio: Fix shared library clash
The play-audio binary links to libOpenSLES, which links indirectly
to libskia. As libskia links to both libpng and libjpeg this means
problems if either of those libraries are installed from a Termux
package into LD_LIBRARY_PATH.

Avoid this by placing the play-audio binary into libexec/, and let
bin/play-audio be a wrapper script which resets LD_LIBRARY_PATH
before calling the binary in libexec/. Fixes #103.
2015-12-22 17:34:50 -05:00
Francisco Demartino
b3baa1e868 p7zip: add maintainer 2015-12-22 16:26:58 -03:00
Fredrik Fornwall
e74041f9c1 p7zip: Fix build on non-arm arches 2015-12-22 07:12:24 -05:00
Fredrik Fornwall
0d5b5d5333 Merge pull request #105 from franciscod/p7zip
p7zip: add package
2015-12-22 12:25:37 +01:00
Fredrik Fornwall
c7bdfff616 php: Enable the zip and iconv extension 2015-12-22 06:16:08 -05:00
Fredrik Fornwall
e339be429f php: Enable phar and openssl module 2015-12-22 05:37:56 -05:00
Francisco Demartino
1adca84b65 p7zip: fix man path 2015-12-21 14:59:34 -03:00
Francisco Demartino
05ee85bb0e p7zip: add package
I put almost 3 hours on this!

It ships with a lot of makefiles for various platforms, notably
one for android_arm. I patched it a bit because Termux already gives
many of the goodies. Probably it could be simplified.

Most of the time went on tinkering with flags and waiting for the
Docker container to reload the new files...there must be a better way!

p7zip doesn't seem to honor $prefix, instead it uses $DEST_HOME.
2015-12-21 14:32:50 -03:00
Fredrik Fornwall
379db8b623 libxml2: Update from 2.9.2 to 2.9.3
This required rebuilding dependent packages after soname bump.
2015-12-20 20:46:55 -05:00
Fredrik Fornwall
ce7752b7ab libxml2: Update from 2.9.2 to 2.9.3 2015-12-20 20:27:11 -05:00
Fredrik Fornwall
56e5fb2365 golang: Fix 64-bit builds 2015-12-20 17:58:20 -05:00
Fredrik Fornwall
e69b142770 asciinema: Fix aarch64 build 2015-12-20 17:47:38 -05:00
Fredrik Fornwall
3a189d898c Update go handling
- Use 1.6beta1 for host build
- Download host build tool when needed
- Re-build asciinema with 1.6beta1 to avoid relocation warnings
2015-12-20 12:02:59 -05:00
Fredrik Fornwall
b6cc859c74 openssh: Avoid linking to libutil 2015-12-19 18:01:04 -05:00
Fredrik Fornwall
cce3b37350 command-not-found: Update 2015-12-19 17:59:40 -05:00
Fredrik Fornwall
b5661c0177 jack: Try to find right lib folder 2015-12-19 17:49:36 -05:00
Fredrik Fornwall
6bbba8f22a openssh: Make ControlMaster feature work
The ControlMaster feature for multiplexing used hard links, which
does not work on Android starting in Android 6.0. Replace this
with a non-atomic check-then-rename for now. Fixes #91.
2015-12-17 19:34:19 -05:00
Fredrik Fornwall
9158a301e0 glib: Avoid defining invalid RTLD_* constants 2015-12-17 18:33:52 -05:00
Fredrik Fornwall
dd15f7cf28 libvpx: Support 64-bit builds 2015-12-17 23:06:24 +01:00
Fredrik Fornwall
9fac4f0856 apt: Update from 1.1.4 to 1.1.5 2015-12-17 12:06:03 -05:00
Fredrik Fornwall
cdd8e2edc6 fish: Remove no longer needed patch 2015-12-17 11:47:55 -05:00
Fredrik Fornwall
f657b221c0 aria2: Update from 1.19.2 to 1.19.3 2015-12-17 09:33:23 -05:00
Fredrik Fornwall
eeb22a41cc angband: Update from 4.0.3 to 4.0.4 2015-12-17 09:21:35 -05:00
Fredrik Fornwall
543007aa11 ruby: Update from 2.2.3 to 2.2.4 2015-12-17 08:01:58 -05:00
Fredrik Fornwall
7b40bb6906 gnupg2: Build with sqlite disabled for now 2015-12-17 06:13:55 -05:00
Fredrik Fornwall
aaa12518ef libgpg-error: Update from 1.20 to 1.21 2015-12-17 05:57:09 -05:00
Fredrik Fornwall
6ef0f614d7 fish: Fix compiling with master 2015-12-17 05:15:33 -05:00
Fredrik Fornwall
95fcb2763a nmap: Update from 6.49BETA4 to 7.01 2015-12-15 20:15:33 -05:00
Fredrik Fornwall
13633dba6a dnsutils: Break out $PREFIX/etc/resolv.conf
This introduces a new resolv-conf package containing
$PREFIX/etc/resolv.conf which can be used by other packages.
2015-12-15 20:14:15 -05:00
Fredrik Fornwall
f1f58a7159 libav: Bump revision to force rebuild 2015-12-15 20:13:43 -05:00
Fredrik Fornwall
209cba9f51 ffmpeg: Move out from disabled 2015-12-15 20:12:55 -05:00
Fredrik Fornwall
2dbfa57c19 wget: Build without idn for now 2015-12-15 20:06:43 -05:00
Fredrik Fornwall
451fbbe856 asciinema: Ready for 64 bit builds 2015-12-15 09:27:47 -05:00
Fredrik Fornwall
33d16b567f mutt: Enable sasl. Fixes #93. 2015-12-15 08:57:25 -05:00
Fredrik Fornwall
fe66968bf8 zsh: Update from 5.1.1 to 5.2.0 2015-12-15 08:56:27 -05:00
Fredrik Fornwall
704e64f22c perl: Update from 5.22.0 to 5.22.1 2015-12-15 08:55:07 -05:00
Fredrik Fornwall
155aa12bf9 vim: Update to latest patch 2015-12-15 08:38:40 -05:00
Fredrik Fornwall
c9b4c74d6a Add libsasl package 2015-12-15 06:56:49 -05:00
Fredrik Fornwall
b5dfb604e9 procps: Update from 3.3.10 to 3.3.11 2015-12-15 06:54:50 -05:00
Fredrik Fornwall
59e39612a5 stunnel: Update from 5.27 to 5.28 2015-12-15 05:26:11 -05:00
Fredrik Fornwall
31d77226ca dropbear: Switch back to main site 2015-12-15 05:25:00 -05:00
Fredrik Fornwall
9c471bdd6d mutt: Various fixes and improvements
- Fix hardlink usage which doesn't work on Android 6.
- Enable header cache and depend on gdbm.
- Specify $PREFIX/bin/sh as exec shell to avoid trying /bin/sh.
  Fixes #84.
- Avoid building bundled&broken (v)snprintf functions.
2015-12-13 21:22:39 -05:00
Fredrik Fornwall
f01cc586d2 Add disabled patch to clang 2015-12-13 19:10:44 -05:00
Fredrik Fornwall
62c2c23b61 wget: Update from 1.17 to 1.17.1 2015-12-13 15:05:31 -05:00
Fredrik Fornwall
9da06063db Make libav conflict with ffmpeg 2015-12-11 20:10:27 -05:00
Francisco Demartino
2706f44c29 inotify-tools: Update url, use https 2015-12-11 04:11:06 -03:00
Fredrik Fornwall
7fc9aca02c git: Update from 2.6.3 to 2.6.4 2015-12-10 07:11:31 -05:00
Fredrik Fornwall
f16ed1269b python: Keep pyvenv. Fixes #83. 2015-12-09 07:33:59 -05:00
Fredrik Fornwall
4a9025e535 mathomatic: Minor changes
- Enable readline.
- Remove .desktop files and icon not used in Termux.
- Compile with -DUSE_TGAMMA to remove warning and improve speed.
- Compile with -DBOLD_COLOR to improve color visibility.
2015-12-09 07:19:35 +01:00
Jonathan Badger
b3f2a0bde5 initial mathomatic package 2015-12-08 20:08:19 -05:00
Fredrik Fornwall
77866ed51d cmake: Update from 3.3.2 to 3.4.1 2015-12-08 16:15:53 -05:00
Fredrik Fornwall
2a5b3895f3 gnutls: Update from 3.4.6 to 3.4.7 2015-12-08 16:15:17 -05:00
Fredrik Fornwall
a0a503c80f golang: Update from 1.5.1 to 1.5.2 2015-12-08 16:14:24 -05:00
Fredrik Fornwall
b2e4b4145b nodejs: Update to latest patch 2015-12-08 02:47:55 -05:00
Fredrik Fornwall
a4df7672a1 pathpicker: Update from 0.6.2 to 0.7.0 2015-12-08 02:47:34 -05:00
Fredrik Fornwall
08eca8c443 imagemagick: Update to latest patch 2015-12-08 02:46:59 -05:00
Fredrik Fornwall
f817e4a9a0 mc: Remove no longer needed define 2015-12-08 02:46:43 -05:00
Fredrik Fornwall
8b6fdb4cc9 nano: Update from 2.4.2 to 2.5.0 2015-12-08 02:45:07 -05:00
Fredrik Fornwall
6c5b26e115 python: Update 2.7.10 to 2.7.11 and 3.5.0 to 3.5.1 2015-12-08 02:44:04 -05:00
Fredrik Fornwall
4a70323e83 apt: Update from 1.1.3 to 1.1.4 2015-12-08 02:40:54 -05:00
Fredrik Fornwall
55ed132258 vim: Update to latest patch 2015-12-07 19:57:15 -05:00
Fredrik Fornwall
1d2aaaa0c8 gdb: Update from 7.10 to 7.10.1 2015-12-07 09:46:01 -05:00
Fredrik Fornwall
e1f2b6e2f0 Add new package: remind. Fixes #75. 2015-12-06 17:04:20 -05:00
Fredrik Fornwall
457eb244fc gnupg2: Update from 2.1.9 to 2.1.10 2015-12-06 16:31:09 -05:00
Fredrik Fornwall
e648ee4f87 libassuan: Update from 2.4.0 to 2.4.2 2015-12-06 16:29:01 -05:00
Fredrik Fornwall
9a0f600ca2 kona: Updates to build on non-arm platforms
Patch the Makefile to avoid assuming that CC is
arm-linux-androideabi-gcc on Android, and use the CFLAGS and
LDFLAGS already set.

Also avoid inlining the TERMUX_PREFIX value.
2015-12-06 15:04:23 -05:00
Fredrik Fornwall
5b61474814 Merge pull request #77 from jhbadger/master
Initial version of kona package
2015-12-06 20:35:55 +01:00
Fredrik Fornwall
131bb40101 Fix termux-elf-cleaner tool build on OS X 2015-12-06 20:35:25 +01:00
Iain Nicol
ee844100b8 zile: Bump packaging version
Zile needs to be rebuilt to take advantage of a recently-committed
workaround regarding gnulib's rpl_getcwd().
2015-12-06 18:04:21 +00:00
Jonathan Badger
7eda442a71 initial kona package with maintainer info and without termux-elf-cleaner.cpp changes 2015-12-06 08:40:53 -05:00
Fredrik Fornwall
b65e2a462f apt: Fix build failure if glob.h is not available 2015-12-04 10:28:02 -05:00
Fredrik Fornwall
5f3c9b8223 apt: Fix libapt-pkg.so symlink 2015-12-04 10:27:43 -05:00
Fredrik Fornwall
a1b579d9e8 apt: Remove cdrom code for slight size shrink 2015-12-04 06:27:24 -05:00
Fredrik Fornwall
e86c51bd34 stunnel: Update from 5.26 to 5.27 2015-12-04 04:41:39 -05:00
Fredrik Fornwall
f168575991 apt: Do not link against libbz2 2015-12-03 21:36:04 -05:00
Fredrik Fornwall
d18c472a98 Patch apt to work with busybox cp 2015-12-03 21:30:38 -05:00
Fredrik Fornwall
68faa04f88 apt: Update from 1.0.10.2 to 1.1.3 2015-12-03 20:00:19 -05:00
Fredrik Fornwall
12cbb7a4cd gnupg: Avoid linking with libbz2 2015-12-03 19:57:55 -05:00
Fredrik Fornwall
9f6fba5c81 dpkg: Avoid linking to libbz2 2015-12-03 19:22:01 -05:00
Fredrik Fornwall
b3ab1d545a Mark dash as an essential package 2015-12-03 19:04:57 -05:00
Fredrik Fornwall
6b70c5ef9a Add ack-grep package 2015-12-03 17:10:27 -05:00
Fredrik Fornwall
16c55a1caf Update freetype from 2.6.1 to 2.6.2 2015-12-03 16:01:37 -05:00
Fredrik Fornwall
917dd81c3f Update zsh source url 2015-12-03 16:01:08 -05:00
Fredrik Fornwall
651173d642 dropbear: Update from 2015.68 to 2015.71 2015-12-03 11:50:40 -05:00
Fredrik Fornwall
02b1e70ea5 openssl: Update from 1.0.2d to 1.0.2e 2015-12-03 11:08:57 -05:00
Fredrik Fornwall
c539d2e36d libcurl: Update from 7.45 to 7.46 2015-12-03 04:35:18 -05:00
Fredrik Fornwall
488acbe2bb python: Add module dependencies 2015-12-02 13:29:44 -05:00
Fredrik Fornwall
22d8b161fa imagemagick: Update to latest version 2015-12-02 09:11:42 -05:00
Fredrik Fornwall
3410d50ef7 ttyrec: /system/bin/sh -> $PREFIX/bin/sh 2015-12-02 07:05:10 -05:00
Fredrik Fornwall
6352f1b901 ruby: Fix correct deps for shared libraries 2015-12-02 06:58:30 -05:00
Fredrik Fornwall
803191c8d1 vim: Update to latest patch 2015-12-02 06:33:15 -05:00
Fredrik Fornwall
70a744a484 More /system/bin/sh -> $PREFIX/bin/sh changes 2015-12-02 06:32:11 -05:00
Fredrik Fornwall
5822f92030 git: Use $PREFIX/bin/sh instead of /system/bin/sh 2015-12-02 06:24:10 -05:00
Fredrik Fornwall
f2091a8e83 mutt: Do not link in libidn 2015-12-02 06:19:21 -05:00
Fredrik Fornwall
c0630a14cb libcurl: Do not link in libidn 2015-12-02 06:18:16 -05:00
Fredrik Fornwall
a43db4170e mc: /system/bin/sh -> $PREFIX/bin/sh 2015-12-02 05:58:47 -05:00
Fredrik Fornwall
e0525b0675 ruby: More /system/bin/sh -> $PREFIX/bin/sh 2015-12-02 05:57:06 -05:00
Fredrik Fornwall
89a13ec524 python: $PREFIX/bin/sh instead of /system/bin/sh 2015-12-02 05:55:58 -05:00
Fredrik Fornwall
2fd1858183 ruby: Use $PREFIX/bin/sh instead of /system/bin/sh 2015-12-02 05:54:07 -05:00
Fredrik Fornwall
d59a97b31b nodejs: Fix 64-bit builds 2015-12-01 21:50:00 -05:00
Fredrik Fornwall
b90c2d3261 ca-certificates: Mark as platform-independent 2015-12-01 20:32:08 -05:00
Fredrik Fornwall
0ff8e1e793 ndk-stl: Fix 64-bit builds 2015-12-01 19:59:49 -05:00
Fredrik Fornwall
68b9813716 openssl: Fix 64-bit build 2015-12-01 19:50:21 -05:00
Fredrik Fornwall
ce2a8eac82 Add mblen.c to 64-bit libandroid-support build 2015-12-01 19:43:46 -05:00
Fredrik Fornwall
db180b4a11 Rebuild libidn with disable-version-scripts 2015-12-01 07:48:33 -05:00
Fredrik Fornwall
38c333e01a ranger: Fix sh call and avoid hard links 2015-11-29 18:36:59 -05:00
Fredrik Fornwall
3a6638274a Fix rbconfig.rb for other platforms than arm
Should fix building nokogiri on i686 (closes #69).
2015-11-29 08:12:53 -05:00
Fredrik Fornwall
00afbe13d4 coreutils: Do not install broken df 2015-11-27 16:57:38 -05:00
Fredrik Fornwall
72dd9a3b35 Fix 32-bit picolisp loading of 'ext' 2015-11-27 06:24:29 -05:00
Fredrik Fornwall
0db46e5465 picolisp: Work on 64-bit support 2015-11-26 17:50:18 -05:00
Fredrik Fornwall
9868494adb Make busybox compile for 64-bits 2015-11-26 16:16:58 -05:00
Fredrik Fornwall
4d384d7197 Prepare python2 for 64-bit builds 2015-11-26 02:53:19 -05:00
Fredrik Fornwall
7466509fd2 Make git depend on less
The busybox version of less does not handle required escape sequences
used by 'git log', so require the complete less. See #63.
2015-11-26 01:09:56 -05:00
Fredrik Fornwall
2ba1fa72aa zsh: Work on binary loadable modules 2015-11-25 08:11:49 -05:00
Fredrik Fornwall
b605215da0 Update picolisp from 3.1.11 to 15.11 2015-11-25 07:48:52 -05:00
Fredrik Fornwall
be47d1afce mc: Update from 4.8.14 to 4.8.15 2015-11-20 18:04:00 -05:00
Fredrik Fornwall
ecb2ad164a Add w3m 2015-11-19 17:53:41 -05:00
Fredrik Fornwall
a110240408 Add tracepath 2015-11-19 17:53:32 -05:00
Fredrik Fornwall
63557b195c command-not-found: Update with new packages 2015-11-19 17:53:01 -05:00
Fredrik Fornwall
089a0efe41 findutils: Remove locate and updated (use mlocate) 2015-11-19 17:50:02 -05:00
Fredrik Fornwall
a6a42bf967 Add libidn 2015-11-19 16:32:50 -05:00
Fredrik Fornwall
4b25506e12 golang: Fix version numbering mistake
Apt considers 1.5.1.rel to be a lower version than 1.5.rel so the
golang 1.5 package was never updated to 1.5.1.

Fix that by introducing an epoch number (1) and prefix it to 1.5.1,
so that the resulting version number 1:1.5.1 is considered higher.

Thanks to Kristof Kovacs for reporting.
2015-11-17 17:06:59 -05:00
Fredrik Fornwall
0b95773fae wget: Update from 1.16.3 to 1.17 2015-11-17 16:31:46 -05:00
Fredrik Fornwall
e58281b9f9 libvpx: Update from 1.4.0 to 1.5.0 2015-11-17 15:42:18 -05:00
Fredrik Fornwall
6c2692459b Change how configure is called 2015-11-17 14:21:55 -05:00
Fredrik Fornwall
aa5281949c imagemagick: Update version 2015-11-17 03:20:37 -05:00
Fredrik Fornwall
b67a287616 libpng: Update to latest version 2015-11-16 19:02:34 -05:00
Fredrik Fornwall
134f23128d pwgen and zile: Update build revision
Followup to https://github.com/termux/termux-packages/pull/57
2015-11-15 19:43:52 -05:00
Fredrik Fornwall
e8128ce08a cmatrix: Fix old configure script 2015-11-15 19:28:28 -05:00
Iain Nicol
dad61f97b8 (Naïvely) agree to maintain a couple packages 2015-11-15 23:30:57 +00:00
Fredrik Fornwall
fb8edfde9c python2: Improve unicode support
Add --enable-unicode=ucs4 and note that langinfo.h exists. One
result is that sys.stdout.encoding now is UTF-8 instead of None,
which allows e.g. bpython to launch without messing with the
PYTHONIOENCODING environment variable (see #35).
2015-11-15 17:24:35 -05:00
Fredrik Fornwall
89df5522c6 Enable the zile package
The zile package no longer crashes after @iainnicol finding out
that the issue was rpl_malloc, so enable it.

See https://github.com/termux/termux-packages/pull/56
2015-11-15 16:43:01 -05:00
Fredrik Fornwall
150f95af27 Fix rpl_malloc when cross compiling
Work around rpl_malloc being used, see
http://wiki.buici.com/xwiki/bin/view/Programing+C+and+C%2B%2B/Autoconf+and+RPL_MALLOC
for more information:

"The AC_FUNC_MALLOC macro makes sure that the malloc function when passed a zero
argument returns a valid memory block instead of a NULL pointer. This behaviour
conforms to the GNU C library.  Normally, this is a reasonable test that autoconf
makes at build-time. In the case of cross-compilation, however, autoconf cannot
execute a program to verify proper behavior.  It makes the conservative assumption
that the target library will produce non-conforming code.

Failure of this test causes autconf to replace malloc() calls with rpl_malloc()
calls. At link time, if there is no rpl_malloc() function, the linker will fail
with an error describing the missing symbol. The autoconf documentation recommends
adding this harmless code to the application to implement the function."

In Termux the rpl_malloc() usage is useless at best, and may also prevent building
some packages as well as giving runtime crashes for libgc-using packages or others
expecting to intercept malloc.

Previously some packages specified worked around this themselves, but the configure
arguments are now moved into build-package.sh.
2015-11-15 16:04:37 -05:00
Fredrik Fornwall
e0a348d6d4 file: Tell configure that mmap works
This avoids segfault mentioned in http://bugs.gw.com/view.php?id=494
and should fix #53.
2015-11-14 19:12:27 -05:00
Iain Nicol
4eaef780b8 pwgen: add new package 2015-11-14 20:55:46 +00:00
Fredrik Fornwall
dd28f151c1 weechat: Add man page and ruby subpackage
Also make sure other that the tcl, lua and python plugins does not
get built for now.
2015-11-13 23:22:18 -05:00
Fredrik Fornwall
008efe0ee5 vim: Update to latest patch number 2015-11-13 23:04:56 -05:00
Fredrik Fornwall
09c28acaef Make unnethack a disabled package as it's broken 2015-11-13 23:01:57 -05:00
Fredrik Fornwall
1f35974de0 poppler: Disable poppler-glib
This avoids depending on glib. It can be split up into separate
subpackage if anyone needs that, but for now just don't build it.
2015-11-13 22:59:54 -05:00
Fredrik Fornwall
a71776bcb6 command-not-found: Update package list 2015-11-13 22:51:27 -05:00
Fredrik Fornwall
15130ff36d libxslt: Move out xslt-config and xsltproc
Also add --without-python configure flag.
2015-11-13 22:50:13 -05:00
Fredrik Fornwall
7ad250059b libxml2-dev: Add bin/xml2-config
Introduce TERMUX_PKG_INCLUDE_IN_DEVPACKAGE as a method of
specifying additional files for -dev packages, and use that to
add bin/xml2-config (which is needed to e.g. install the python
lxml package) to libxml2-dev.

Should fix https://github.com/termux/termux-app/issues/8

Also change subpackage containing xmllint to libxml2-utils to
match debian.
2015-11-13 22:47:05 -05:00
Fredrik Fornwall
99a8f0589d ndk-sysroot: Depend on libandroid-support-dev
This makes sure that iconv.h and libintl.h are available.
2015-11-13 21:53:24 -05:00
Fredrik Fornwall
d03dc20a3d libxml2: Add two patches 2015-11-13 21:51:08 -05:00
Fredrik Fornwall
f34a276b5e Do not use /system/bin/{mkdir,install} in rbconfib
Using executables in /system/bin is fragile since they may not
work due to LD_LIBRARY_PATH containing libraries with the same
name that the executables are linked against (but with different
versions).
2015-11-13 21:28:30 -05:00
Fredrik Fornwall
50691ee47d libpng: Use working pkg url 2015-11-13 16:20:22 -05:00
Fredrik Fornwall
0aa37fa210 ruby: Fix mention of $_SPECSFLAG in rbconfig 2015-11-13 16:20:05 -05:00
Fredrik Fornwall
5aa240d27b gsl: Update from 2.0 to 2.1 2015-11-13 15:19:37 -05:00
Fredrik Fornwall
e054b9eb42 Add php package (closes #46) 2015-11-10 17:39:00 -05:00
Fredrik Fornwall
b0c457ae91 openssh: Install the ssh-copy-id script 2015-11-10 17:10:16 -05:00
Fredrik Fornwall
c2c9b4775f libmpfr: Use updated tarball url 2015-11-10 17:05:59 -05:00
Fredrik Fornwall
f0beb529c5 Add sshpass 2015-11-10 16:31:03 -05:00
Fredrik Fornwall
09ede9b077 Rebuild some packages and fix dependencies 2015-11-08 02:23:57 -05:00
Fredrik Fornwall
751c27e81a gsl: Update from 1.16 to 2.0 2015-11-08 01:58:01 -05:00
Fredrik Fornwall
6700158362 speex: Minor version update 2015-11-08 01:56:26 -05:00
Fredrik Fornwall
81f78cf96c stunnel: Update from 5.25 to 5.26 2015-11-08 01:56:17 -05:00
Fredrik Fornwall
45ca162919 serf: Update homagepage 2015-11-08 01:51:27 -05:00
Fredrik Fornwall
9f8c4baf6d pkg-config: Update from 0.28 to 0.29 2015-11-08 01:49:04 -05:00
Fredrik Fornwall
4e987dc553 pick: Minor version update 2015-11-08 01:47:58 -05:00
Fredrik Fornwall
804ada0567 pango: Minor version update 2015-11-08 01:47:03 -05:00
Fredrik Fornwall
4b4d574d86 parallel: Minor version update 2015-11-08 01:46:53 -05:00
Fredrik Fornwall
9ab569fcfa netpbm: Minor version bump 2015-11-08 01:45:53 -05:00
Fredrik Fornwall
a79f175218 mutt: Update from 1.5.23 to 1.5.24 2015-11-08 01:43:03 -05:00
Fredrik Fornwall
c9c6e8d142 libsqlite: Update from 3.8.11.1 to 3.9.2 2015-11-08 01:36:53 -05:00
Fredrik Fornwall
30b1bd77a5 libgmp: Minor version bump 2015-11-08 01:31:52 -05:00
Fredrik Fornwall
496d605a81 libcroco: Minor version bump 2015-11-08 01:28:30 -05:00
Fredrik Fornwall
1da812ec71 libcairo: Version bump, remove upstreamed patch 2015-11-08 01:27:41 -05:00
Fredrik Fornwall
340c135c52 libassuan: Minor version update 2015-11-08 01:25:28 -05:00
Fredrik Fornwall
b34656aa65 iperf3: Update from 3.0.11 to 3.1 2015-11-08 01:22:30 -05:00
Fredrik Fornwall
f532079a16 imagemagick: Minor version bump 2015-11-08 01:17:45 -05:00
Fredrik Fornwall
f37e8906b0 harfbuzz: Update from 0.9.41 to 1.0.6 2015-11-08 01:16:58 -05:00
Fredrik Fornwall
ce5025e418 graphicsmagick: Update from 1.3.22 to 1.3.23 2015-11-08 01:12:28 -05:00
Fredrik Fornwall
a5d4e3d674 glib: Update from 2.44.1 to 2.46.2 2015-11-08 01:09:15 -05:00
Fredrik Fornwall
5d65da05f7 file: Update from 5.24 to 5.25 2015-11-08 01:05:49 -05:00
Fredrik Fornwall
8bf3f3f075 Minor version bumps 2015-11-08 01:02:27 -05:00
Fredrik Fornwall
3152547b65 Fix python (and python2) syslog module
Since the syslog api is a wrapper around the native Android logging
system, we need to link the syslog module against liblog. Fixes #41.
2015-11-07 17:44:51 -05:00
Fredrik Fornwall
6da5daba2f git: Update from 2.6.2 to 2.6.3 2015-11-07 12:38:00 -05:00
Fredrik Fornwall
0387d28efc grep: Update from 2.21 to 2.22 2015-11-07 12:37:46 -05:00
Fredrik Fornwall
1189304e6f nodejs: Update from 4.2.1 to 4.2.2 2015-11-05 16:51:09 -05:00
Fredrik Fornwall
663bbf7034 stunnel: Update from 5.24 to 5.25 2015-11-05 16:50:53 -05:00
Fredrik Fornwall
fd2712d340 tmux: Enable mouse wheel scrolling by default 2015-11-02 16:04:37 -05:00
Fredrik Fornwall
49168cdc8f neovim: Handle new xdg system config file 2015-11-02 15:52:36 -05:00
Fredrik Fornwall
8409accfef fish: Remove outdated patch 2015-11-01 17:30:32 -05:00
Fredrik Fornwall
6c6a232e82 less: Remove old workaround for broken tarball 2015-11-01 17:28:30 -05:00
Fredrik Fornwall
4e3d3c0034 Fix dash AT_EACCESS usage
The dash shell used AT_EACCESS for certain operations, such as when
checking if a file is executable. This does not work on Android 6+,
and is not needed on Termux as a single-user system anyways, so
remove the custom define of AT_EACCESS when building and use the
disabled value of 0 from the patched system headers.

Fixes #37.
2015-10-31 13:37:04 -04:00
ebraminio
0947a1115b Add ragel package 2015-10-29 01:07:03 +03:30
Fredrik Fornwall
2810eedb42 Add --multi-line and --title options to termux-dialog
See https://github.com/termux/termux-app/issues/3
2015-10-27 02:14:37 +01:00
Fredrik Fornwall
e46c5cbca3 Make zsh folder permissions to please compaudit
Closes #31.
2015-10-26 20:26:08 -04:00
Fredrik Fornwall
abe8a8de2b Add --password flag to termux-dialog 2015-10-27 00:55:12 +01:00
Fredrik Fornwall
c56d5ac07f Add taskwarrior (closes #30) 2015-10-26 19:49:35 -04:00
Fredrik Fornwall
04ab47cb3f Update libgnutls 2015-10-26 19:49:30 -04:00
Fredrik Fornwall
46559847b1 Update busybox to 1.24.1 2015-10-26 19:35:22 -04:00
Fredrik Fornwall
63dd5a9043 Update units 2015-10-25 16:55:17 -04:00
Fredrik Fornwall
289f1725e7 Update gnuchess 2015-10-25 16:55:08 -04:00
Fredrik Fornwall
2df87e72e2 Compile python as if link(2) is not available
From Android 6.0 on hard links are not permitted, so remove
link to force e.g. _vendor/lockfile/linklockfile.py to use
other mechanisms. Fixes #29.
2015-10-21 14:36:57 -04:00
Fredrik Fornwall
629f805ba1 Patch NDK to define AT_EACCESS to 0
This fixes breakage for gnulib-using packages which otherwise
defines AT_EACCESS, which does not work on Android 6.

Bump build revisions for coreutils and emacs to rebuild them
with this patch.
2015-10-19 17:51:13 -04:00
Fredrik Fornwall
b4b35f2f10 tmux: Update to 2.1 2015-10-19 17:36:17 -04:00
Fredrik Fornwall
9bd9a950fa dnsutils: Depend on readline 2015-10-18 16:11:09 -04:00
Fredrik Fornwall
1cccebe549 vim: Update patch number 2015-10-17 20:31:48 -04:00
Fredrik Fornwall
0ba050ed01 git: Update to 2.6.2 2015-10-17 20:28:58 -04:00
Fredrik Fornwall
63438afbb4 Update node.js to 4.2.1 from 4.1.2 2015-10-14 06:49:14 -04:00
Fredrik Fornwall
01c46e3b95 Fix ranger referencing python3.4 (closes #27) 2015-10-14 06:40:49 -04:00
Fredrik Fornwall
637f22d133 Remove DT_VERDEF and DT_VERDEFNUM elf entries
This fixes Android 6 problems (so closes #26).

It also rebuilds termux-elf-cleaner when needed
and bumps some build revisions for packages
needed updates to remove DT_VERDEF and DT_VERDEFNUM.
2015-10-13 15:48:40 -04:00
Fredrik Fornwall
9e7e94c87f dnsutils: Avoid hardlinks to man pages 2015-10-11 11:31:48 -04:00
Fredrik Fornwall
4b9ecf442f gnupg2: Update to 2.1.9 2015-10-11 10:58:17 -04:00
robertvalik
e7344047e4 fixed some non-ascii chars in build scripts 2015-10-11 10:11:08 +02:00
Fredrik Fornwall
f3c180bc25 libutil: Wrap pty.h in __{BEGIN,END}_DECLS 2015-10-09 21:42:22 -04:00
Fredrik Fornwall
627d1d30e1 less: Update to less-481 2015-10-08 19:46:01 -04:00
Fredrik Fornwall
4e19e4489e vim-python: Specify deps directly for buildorder.py 2015-10-08 19:35:56 -04:00
Fredrik Fornwall
105e98886a pathpicker: Update to 0.6.2 2015-10-08 19:26:46 -04:00
Fredrik Fornwall
b14c5952c4 Various minor version bumps 2015-10-08 19:18:17 -04:00
Fredrik Fornwall
3a0f9073df Bump dpkg and liblzma versions 2015-10-08 18:12:53 -04:00
Fredrik Fornwall
dab936e501 fish: Use valid version number.. 2015-10-08 18:12:31 -04:00
Fredrik Fornwall
f03d2d9875 Mark mosh as a disabled package 2015-10-08 18:01:46 -04:00
Fredrik Fornwall
27f2a254ea fish: Better version naming 2015-10-08 18:01:09 -04:00
Fredrik Fornwall
f571a06632 Bump: libmsgpack, libtermkey, libunibilium, nodejs 2015-10-08 18:00:47 -04:00
Fredrik Fornwall
e9b466845e netpbm: Update and remove invalid "r" prefix
Otherwise dpkg fails with "version number does not start with digit".

Fixes #18.
2015-10-04 10:15:40 -04:00
Fredrik Fornwall
b10c297cd4 Move picolisp from disabled to enabled package 2015-10-02 09:10:43 -04:00
Fredrik Fornwall
c881abb563 libuv: Update to 1.7.5 2015-10-02 05:19:31 -04:00
Fredrik Fornwall
3e9c81f21e fish: Update package to latest master 2015-10-02 04:33:54 -04:00
Fredrik Fornwall
f54c910984 fish: Build from master 2015-09-30 19:16:05 -04:00
Fredrik Fornwall
670cdeeabc python2: Fix C extension flags to not contain termux.spec 2015-09-30 17:33:01 -04:00
Fredrik Fornwall
3eac1a4519 libpixman: Update to 0.32.8 2015-09-30 05:01:48 -04:00
Fredrik Fornwall
72c64c2a15 git: Update to 2.6.0 2015-09-30 04:55:46 -04:00
Fredrik Fornwall
4d685cb669 Fix i686 gcc compiling by appending to spec file
See #14 for more information.
2015-09-29 04:14:50 -04:00
Fredrik Fornwall
ff1a2ccc64 mutt: Bump build revision after openssl fix 2015-09-27 07:54:47 -04:00
Fredrik Fornwall
2dc5b35a77 Merge pull request #15 from robertvalik/master
Patch setting termux path to mutt smime_keys.pl
2015-09-27 13:37:38 +02:00
Fredrik Fornwall
99856c1d1c multitail: Update to 6.4.2 2015-09-27 06:10:07 -04:00
Fredrik Fornwall
d840bb87bf subversion: Update to 1.9.2 2015-09-27 05:57:36 -04:00
Fredrik Fornwall
883d9499ae lynx: Update download url 2015-09-27 05:57:06 -04:00
robertvalik
495876c7f4 Patch setting termux path to mutt smime_keys.pl 2015-09-27 08:33:39 +02:00
Fredrik Fornwall
58fd730b81 python2: Patch /bin/sh path in subprocess.py
This fixes #13.
2015-09-26 18:31:06 -04:00
Fredrik Fornwall
a3ef97c093 nodejs: Update to 4.1.1 2015-09-26 18:19:05 -04:00
Fredrik Fornwall
097a1bfa82 silversearcher-ag: Update to latest 2015-09-26 03:27:55 -04:00
Fredrik Fornwall
7bcd601120 lftp: Update to latest release 2015-09-23 07:16:50 -04:00