Fredrik Fornwall
70dd6b3190
Remove TERMUX_TAR and TERMUX_TOUCH
...
These can be removed now that OS X is not supported directly (OS X
users can still use Docker to build though).
Fixes #936 .
2017-04-18 08:19:48 +02:00
Vishal Biswas
7b054cd792
mariadb: fix package layout ( #914 )
2017-04-10 16:59:29 +02:00
Vishal Biswas
b6d05a89e7
Updates for some disabled packages and add net-tools ( #911 )
...
* liblzo: update from 2.09 to 2.10
* net-tools: add package
* openvpn: update from 2.4.0 to 2.4.1
* squid: update from 3.5.24 to 3.5.25
2017-04-09 22:02:35 +02:00
Fredrik Fornwall
7d055a16ba
Use termux_error_exit
2017-04-09 15:10:01 +02:00
Fredrik Fornwall
9093c6b69e
mariadb: Some build tweaks
...
- Build with system zlib instead of bundled
- Disable libbz2
- Fix build issues if cross compiled binaries of 'cat' and 'bison'
are in the path.
2017-04-07 08:36:51 +02:00
Fredrik Fornwall
a3a9021af1
mariadb: Try to give it some love
...
- Minor version update
- Remove gssapi plugin to avoid krb5 dependency
- Build with system libedit instead of outdated bundled readline
- Mark up dependency on ncurses
- Some formatting
2017-04-07 03:39:22 +02:00
Vishal Biswas
b21ba84392
openjdk-9-jre-headless ( #895 )
...
* openjdk-9: move to ubuntu package naming and layout convention
update to latest changesets (tag 162)
update cups headers to 2.2.3
split into jre, jdk and source packages
use the client jvm, renove libffi dependency
create wrappers for binaries for LD_LIBRARY_PATH
various fixes to get it working
* openjdk-9: depend on ca-certificates-java
2017-04-03 17:34:39 +02:00
Fredrik Fornwall
e45be94c57
disabled-packages/nodejs-current: Update to 7.8
2017-03-30 22:50:02 +02:00
Fredrik Fornwall
4da01a4d6a
lrzsz: Move to disabled for now as site is dead
2017-03-22 21:15:24 +01:00
Grimler91
ae4de1d70b
ghostscript: Update to 9.21 and patch to make it build. ( #867 )
...
Package builds but doesn't work on device, running gs gives error:
"GPL Ghostscript 9.21: /home/builder/.termux-build/ghostscript/src/psi/interp.c(303): Fatal error -20 in gs_interp_init!"
2017-03-21 23:33:23 +01:00
Fredrik Fornwall
b2542477f0
Remove disabled-packages/jack-updated
2017-03-20 20:35:41 +01:00
Vishal Biswas
efb97f17e0
openjdk-9-headless: update to newest changeset, tag 160 ( #861 )
2017-03-20 13:13:50 +01:00
Fredrik Fornwall
38fb608d79
libunwind: Enable package
2017-03-19 20:28:11 +01:00
Fredrik Fornwall
1400960ef9
libunwind: Build with --disable-coredump
2017-03-19 20:27:44 +01:00
Fredrik Fornwall
93af9238bf
libunwind: Build from latest git master
2017-03-19 16:53:11 +01:00
Fredrik Fornwall
d899d7938b
libunwind: Update from 1.2-rc1 to 1.2
2017-03-19 16:39:39 +01:00
Fredrik Fornwall
489ad7089a
Remove some outdated disabled-packages/
2017-03-14 17:13:06 +01:00
bajabaq
20560abb71
Created nonworking (yet) build.sh for libusb ( #764 )
...
* Create build.sh
initial try to get libusb to build for termux
In docker image, had to apt-get install libudev-dev
so libudev is probably a dependency
* libusb: switch to github zip, disable udev
2017-03-14 03:43:27 +01:00
Alain Kalker
a680abcbdf
alsa-{lib,utils,plugins} and pulseaudio packages ( #825 )
...
* New package: libsndfile-1.0.27
* Bring back disabled package alsa-lib
* Bring back disabled package alsa-utils
* New disabled package: alsa-plugins-1.1.1
* New package: libpulseaudio-10.0, subpackage pulseaudio
2017-03-13 22:51:36 +01:00
Fredrik Fornwall
7fc9693f2d
postgresql: Enable package
2017-03-08 18:37:31 +01:00
rnauber
d415b125a8
Enable texlive ( #752 )
2017-03-08 17:41:26 +01:00
Fredrik Fornwall
b69a8220c9
postgresql: Build with bundled time zone database
2017-03-08 02:10:00 +01:00
Fredrik Fornwall
b09bf60c87
postgresql: Patch zic.c
2017-03-07 01:39:26 +01:00
Fredrik Fornwall
2eecb49a7f
postgresql: Build man pages and minor tweaks
2017-03-06 00:17:23 +01:00
Fredrik Fornwall
ff81c4964c
postgresql: Remove --with-system-tzdata
...
Android has a single /system/usr/share/zoneinfo/tzdata containing
all time zones, won't work without application level understanding.
2017-03-05 16:16:59 +01:00
Fredrik Fornwall
9cded47c80
postgresql: Fix the \e psql command
2017-03-05 15:37:08 +01:00
Fredrik Fornwall
40868b30a6
postgresql: Package some contrib/ extensions
2017-03-05 15:25:38 +01:00
Fredrik Fornwall
826f3f28b2
postgresql: Do not try to run locale in initdb
2017-03-05 14:55:17 +01:00
Fredrik Fornwall
ac48c2790d
postgresql: Patch away /bin/sh
2017-03-05 14:55:17 +01:00
Vishal Biswas
77b0e69667
openjdk-9-headless: make it build (at least on arm) ( #820 )
...
switch from jdk9/dev to mobile/dev repo
switch from tag based to changeset based build
add patch to use our getgr{gid,nam}_r from grp.h
remove all old patches
clean up code big time (no more custom patch format)
2017-03-05 14:23:52 +01:00
Fredrik Fornwall
67d2d61527
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>
2017-03-05 14:22:31 +01:00
Fredrik Fornwall
faa6f4063a
postgresql: Use _PATH_TMP instead of P_tmpdir
2017-03-05 12:55:54 +01:00
Fredrik Fornwall
7c9adcb970
postgresql: Fix default unix socket dir
2017-03-05 12:41:34 +01:00
Fredrik Fornwall
f552180d3e
postgresql: Patch for non-working hard links
2017-03-05 12:23:53 +01:00
Fredrik Fornwall
a950838920
postgresql: Specify USE_UNNAMED_POSIX_SEMAPHORES=1
2017-03-05 12:09:20 +01:00
Fredrik Fornwall
349fd91f9e
postgresql: Use libandroid-shmem
2017-03-05 11:50:11 +01:00
Vishal Biswas
7106823dfe
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
2017-03-05 11:40:50 +01:00
Fredrik Fornwall
e0afb84a66
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.
2017-03-05 00:22:55 +01:00
Fredrik Fornwall
49f47dcc30
libressl: Update the disabled package and add note
2017-03-05 00:15:41 +01:00
Fredrik Fornwall
b0fc85bb33
Add libandroid-shmem as a disabled package
2017-03-05 00:15:41 +01:00
Fredrik Fornwall
e1040e0cee
alsa-lib: Add -DTERMUX_SEMOPS_STUBS ( fixes #797 )
2017-02-27 20:34:02 +01:00
Fredrik Fornwall
b858950354
openjdk-9-headless: Update to latest tag
...
Also fix cups url
2017-02-26 22:09:41 +01:00
Fredrik Fornwall
0840b5a923
toybox: Add disabled package
2017-02-26 15:28:12 +01:00
Fredrik Fornwall
a2454bfff3
openssl: Add a disabled v1.1 update
2017-02-25 23:38:09 +01:00
Fredrik Fornwall
2e97faecc1
nodejs-current: Update disabled package
2017-02-24 22:47:57 +01:00
Fredrik Fornwall
a27346012d
jack-updated: Bump version
2017-02-18 00:48:01 +01:00
Vishal Biswas
ffcb22f1b0
add more disabled packages ( #742 )
...
* easy-rsa: add as disabled package
* openvpn: add as disabled package
* squid: add as disabled package
* llvm: add as disabled package
* alsa-lib: add as disabled package
* alsa-utils: add as disabled package
* openjdk-9-headless: add as disabled package
2017-02-08 00:44:12 +01:00
Fredrik Fornwall
4c29be99e4
postgresql: Add source checksum
2017-02-05 14:29:02 +01:00
Vishal Biswas
f8cb52375f
add postgresql and mariadb as disabled packages ( #741 )
2017-02-04 23:21:33 +01:00
Fredrik Fornwall
a2e59a1aad
attr: Patch and enable package
2017-02-02 22:14:00 +01:00