Henrik Grimler
92427fcd7d
[android-5] add service scripts for transmission, mpd and tor ( #4197 )
* transmission: add termux-services script
Skip timestamp in log as transmission standard output already has timestamp.
* mpd: add termux-services script
* tor: add termux-services script
* openssh: fix faulty symlink for termux-services script
* mpd: mark service scripts as config files
* tor: mark service scripts as config files
* openssh: mark service scripts as config files
* busybox: mark service files for ftpd and telnetd as conffiles
* transmission: mark service scripts as config files
* emacs: add termux-service script, put socket in $PREFIX/var/run
Start with sv up emacsd
* tmux: put socket in $PREFIX/var/run instead of $TMPDIR
See https://github.com/termux/termux-packages/issues/4206
* mpd: use $PREFIX/var/run instead of $TMPDIR
See https://github.com/termux/termux-packages/issues/4206
5 years ago
Fredrik Fornwall
6c34b341c4
nodejs: Update from 12.4.0 to 12.9.0
5 years ago
Fredrik Fornwall
85a8d7da4a
nodejs-lts: Update from 10.16.0 to 10.16.3
5 years ago
Butta
836e848ab9
cmake: fix typo that broke exec_program
5 years ago
Fredrik Fornwall
52071cd0a8
swig: Update from 4.0.0 to 4.0.1
5 years ago
Fredrik Fornwall
5a343db89f
shellharden: Update from 4.1 to 4.1.1
5 years ago
Fredrik Fornwall
b63b563c83
librsync: Update from 2.0.2 to 2.1.0
5 years ago
Fredrik Fornwall
4551ca34e3
tor: Update from 0.4.0.5 to 0.4.1.5
5 years ago
Fredrik Fornwall
b41d0f4a97
php: Update from 7.3.7 to 7.3.8
5 years ago
Fredrik Fornwall
3ba330b0d0
zstd: Update from 1.4.2 to 1.4.3
5 years ago
Fredrik Fornwall
132e74800a
liblz4: Update from 1.9.1 to 1.9.2
5 years ago
danobr
b473f4f83a
hugo: Update from 0.55.6 to 0.57.2
5 years ago
Fredrik Fornwall
8423e438ad
cmake: Update from 3.14.5 to 3.15.2
5 years ago
Fredrik Fornwall
29ee837b34
libllvm: Update from 8.0.0 to 8.0.1
5 years ago
Leonid Plyushch
864a7fb98d
libiconv: breaks & replaces libandroid-support-dev
For replacement of libandroid-support-dev v22.
5 years ago
Leonid Plyushch
f70d9212af
iverilog: update to 10.3
5 years ago
Leonid Plyushch
dd71720a6e
libsearpc: breaks and replaces -dev package
6 years ago
Leonid Plyushch
b97486e534
ccnet: breaks and replaces -dev package
6 years ago
Leonid Plyushch
f40c72de95
fix for termux_create_subpackages.sh
5 years ago
Leonid Plyushch
544d88f1ba
vim: fix subpackage script
5 years ago
Leonid Plyushch
413f9c14d3
apt: fix subpackage script
5 years ago
Leonid Plyushch
142ca7651f
help2man: update to 1.47.11
5 years ago
Leonid Plyushch
c4049bfe70
seafile-client: update to 7.0.2
5 years ago
Leonid Plyushch
ec68fd5b89
vim, vim-python: update to 8.1.1850
5 years ago
Leonid Plyushch
4cc25833af
golang: allow on-device builds
But it will fail currently anyway to non-pie executables generated in
bootstrap process.
5 years ago
Fredrik Fornwall
9ecd94e143
readline: Update from 8.0 to 8.0.1
5 years ago
Fredrik Fornwall
703da3c206
nginx: Update from 1.17.2 to 1.17.3
5 years ago
Fredrik Fornwall
13226ce7ac
libnghttp2: Update from 1.39.1 to 1.39.2
5 years ago
Fredrik Fornwall
3c5922b9e9
ccache: Update from 3.7.2 to 3.7.3
5 years ago
Fredrik Fornwall
20ddc6d489
git: Update from 2.22.1 to 2.23.0
5 years ago
Fredrik Fornwall
126c93265f
pango: Update from 1.42.4 to 1.44.5
5 years ago
Fredrik Fornwall
6a42459543
apache2: Update from 2.4.39 to 2.4.41
5 years ago
Leonid Plyushch
8e45cc6649
new package: gumbo-parser
Requested in https://github.com/termux/termux-packages/issues/4194 .
5 years ago
Leonid Plyushch
223aeeb8b6
build-package.sh: use absolute paths when sourcing parts from scripts/build/
+ some fixes for shellcheck.
5 years ago
Leonid Plyushch
bed98c708f
build-package.sh: allow script to be called from any directory
5 years ago
Leonid Plyushch
be0b51d0a1
fish: do not use wcstod_l() even if found on target
Fix following error when building fish on device with Android 9:
src/builtin_printf.cpp:278:12: error: use of undeclared identifier 'wcstod_l'; did you mean 'wcstold_l'?
return wcstod_l(s, end, fish_c_locale());
5 years ago
Leonid Plyushch
83a34a9246
libjasper: specify lib directory for installation
When building on device (aarch64), the lib directory is set to $PREFIX/lib64
which is wrong and should be overridden.
5 years ago
Leonid Plyushch
6654ee5bfb
libjasper: fix linking with libm for on-device builds
5 years ago
Leonid Plyushch
5ec9188aef
libgpg-error: replace pthreads-no-weak.patch with sed expression
Patch seems has no effect due to autoreconf.
5 years ago
Leonid Plyushch
059a8a935e
libgpg-error: disable weak references to pthreads
Fix on-device build.
5 years ago
Leonid Plyushch
833d2ae508
libgpg-error: add support for building with gawk 5.0
5 years ago
Leonid Plyushch
2ec73676aa
minicom: specify lock directory
5 years ago
Leonid Plyushch
aed14e0d5f
libopus: do not build tests & demo
Fix for on-device builds.
5 years ago
Leonid Plyushch
4a1c051c31
libpcap: use `--without-libnl` to disable libnl linking instead of ac_cv_lib_nl_3_nl_socket_alloc
Fixes on-device build.
5 years ago
Leonid Plyushch
c593317895
zile: fix on-device build
5 years ago
Leonid Plyushch
e376d0a165
parted: force link with libiconv (required for on-device builds)
5 years ago
Leonid Plyushch
96211368ac
inetutils: pass LIBS=-llog in make args
Should be compatible with both cross-compiling and building on device.
5 years ago
Leonid Plyushch
e4e61b5975
Revert "inetutils: pass `-llog` with LDFLAGS for now"
This reverts commit 944c8bf0e3
.
5 years ago
Leonid Plyushch
c3494d2df3
inetutils: pass `-llog` with LDFLAGS for now
5 years ago
Leonid Plyushch
a283a4fa28
parted: fix for on-device build
5 years ago