Commit Graph

17204 Commits

Author SHA1 Message Date
dev-bz 48e1146e00 dart: Update to 2.16.1 2022-02-15 19:53:45 +01:00
Tee KOBAYASHI 0196f5a948 openethereum: Re-enable and update to 3.3.3 2022-02-15 19:53:03 +01:00
Tee KOBAYASHI 3db2125a6e iverilog: Re-enable and update to 11.0 2022-02-15 19:52:41 +01:00
Tee KOBAYASHI b34c1d7ee4 termux_step_configure_autotools: Cat `config.log` when failed 2022-02-15 19:52:41 +01:00
Termux Github Actions 35ea367564 slides: update to 0.7.3
This commit has been automatically submitted by Github Actions.
2022-02-15 18:35:47 +00:00
Termux Github Actions 26a33e6920 radare2: update to 5.6.2
This commit has been automatically submitted by Github Actions.
2022-02-15 18:34:34 +00:00
Termux Github Actions deae4c7963 gh: update to 2.5.1
This commit has been automatically submitted by Github Actions.
2022-02-15 18:14:47 +00:00
s00se d32fca6b97 proxmark3: update build options
debug mode to workaround unresolved bug
2022-02-15 15:33:56 +01:00
GalaxySnail 704523aaab python: remove no longer needed distutils patch
Because multiprocessing is supported in commit 258f5fa,
distutils-command-build.py.patch is no longer needed now.
2022-02-15 15:33:07 +01:00
Tee KOBAYASHI e8625ec370 termux_setup_meson: Backport patch for gtkdoc
from https://github.com/mesonbuild/meson/pull/9841.
2022-02-15 16:38:08 +09:00
Tee KOBAYASHI f6dc911739 harfbuzz: Update to 3.4.0 2022-02-15 16:38:08 +09:00
Tee KOBAYASHI 18eacda09a sc-im: Add dependencies 2022-02-15 16:29:39 +09:00
Tee KOBAYASHI 8a22a4dcec libxlsxwriter: Build shared libs 2022-02-15 16:29:39 +09:00
Tee KOBAYASHI 255e8d857a postgresql: Update to 14.2 2022-02-15 16:13:06 +09:00
Termux Github Actions 8ed106fdea pathpicker: update to 0.9.5
This commit has been automatically submitted by Github Actions.
2022-02-15 00:32:42 +00:00
Termux Github Actions 84a99d8253 git-lfs: update to 3.1.1
This commit has been automatically submitted by Github Actions.
2022-02-15 00:21:28 +00:00
Termux Github Actions c0173de75b git-delta: update to 0.12.0
This commit has been automatically submitted by Github Actions.
2022-02-15 00:20:30 +00:00
Henrik Grimler ae1ed14d79
scdoc: build host tools in termux_step_host_build
And also fix pkgconfig path and avoid overriding
termux_step_make_install.
2022-02-14 22:04:50 +01:00
Henrik Grimler 7009a7621a
daemonize: avoid installing to sbin/
Seem to be an issue when building outside the docker image on some
distros.
2022-02-14 21:44:20 +01:00
Henrik Grimler dbaca929fa
m4: link against libandroid-spawn
It doesn't build without it, it then tries to use a generated spawn
header and fails with something like:

```
  CC       gl_linkedhash_list.o
In file included from /home/builder/.termux-build/m4/src/lib/execute.c:72:
./spawn.h:690:17: error: use of undeclared identifier 'POSIX_SPAWN_RESETIDS'
            [(((POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP
                ^
./spawn.h:690:40  CC       gl_list.o
: error: use of undeclared identifier 'POSIX_SPAWN_SETPGROUP'
            [(((POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP
                                       ^
./spawn.h:691:19: error: use of undeclared identifier 'POSIX_SPAWN_SETSIGDEF'
                | POSIX_SPAWN_SETSIGDEF | POSIX_SPAWN_SETSIGMASK
                  ^
```

Solve this error by depending on libandroid-spawn instead.
2022-02-14 21:43:13 +01:00
Henrik Grimler 1d36a59974
gforth: fix hostbuilt tool path
On repeated builds _PREFIX_FOR_BUILD is not set.

%ci:no-build
2022-02-14 21:42:19 +01:00
Henrik Grimler 62ea4b9987
cc65: hostbuild step needs to be run on every build
%ci:no-build
2022-02-14 21:41:42 +01:00
Termux Github Actions cbbe86b446 cicada: update to 0.9.24
This commit has been automatically submitted by Github Actions.
2022-02-14 18:17:19 +00:00
Tee KOBAYASHI 4c7fa89bb8 new package: libtsduck 2022-02-15 01:20:24 +09:00
Termux Github Actions 854633d041 qalc: update to 4.0.0
This commit has been automatically submitted by Github Actions.
2022-02-14 12:33:25 +00:00
Yaksh Bariya e38232f7a4
lighttpd: update to 1.4.64 2022-02-14 16:37:52 +05:30
Termux Github Actions 4a409a2fb0 b3sum: update to 1.3.1
This commit has been automatically submitted by Github Actions.
2022-02-14 06:12:46 +00:00
Yaksh Bariya 710175df0a
Revert "openssl: Also install manpages (#8720)"
This reverts commit 6b95718c60.
2022-02-13 19:57:07 +05:30
Tee KOBAYASHI 5e3a5dca19 python: Do not assume GNU Binutils
and assume Clang/LLVM toolchain instead.
2022-02-13 22:33:05 +09:00
Jia Yuan Lo e089df25a2 new package: mold 2022-02-13 22:23:41 +09:00
Chongyun Lee 258f5fabd2 Fix (python) : Add support for multiprocessing module 2022-02-13 22:05:48 +09:00
Henrik Grimler a309263baa
libgnutls: update to 3.7.3
Seem to be no need to bump packages (like apt) that depend on
libgnutls.
2022-02-13 10:08:16 +01:00
Henrik Grimler 06d4ee7d69
Revert "build gnutls with p11-kit"
This reverts commit 6c010f0da0.
2022-02-13 10:06:17 +01:00
Henrik Grimler c44db19566
calc: pass LONG_BITS in TERMUX_PKG_EXTRA_MAKE ARGS
That one was missed in previous f12977efdf ("calc: patch Makefile
instead of overriding a lot of variables").

Also unset LDCONFIG variable, we don't need a ldconfig step.
2022-02-13 08:44:06 +01:00
Jia Yuan Lo aa7d39daa5 clvk: bump to 0.0.20220210 2022-02-13 12:02:57 +05:30
Jia Yuan Lo 24a52261ff opencl packages: rebuild against latest headers 2022-02-13 12:02:57 +05:30
Jia Yuan Lo 7d09f1e1eb opencl-headers: update to 2022.01.04 2022-02-13 12:02:57 +05:30
Jia Yuan Lo 7b417cdf61 opencl-clhpp: minor edit to homepage & description 2022-02-13 12:02:57 +05:30
Jia Yuan Lo 4bdce3b90c vulkan packages: update to 1.3.205 2022-02-13 12:02:57 +05:30
Termux Github Actions ebd5c4f367 php-zephir-parser: update to 1.5.0
This commit has been automatically submitted by Github Actions.
2022-02-13 00:27:44 +00:00
Termux Github Actions 5fffd671cf flyctl: update to 0.0.297
This commit has been automatically submitted by Github Actions.
2022-02-12 18:15:39 +00:00
Tee KOBAYASHI fcdb6e46ad libraptor2, librasqal: Fix typo in `*-config` wrapper
%ci:no-build
2022-02-13 02:55:46 +09:00
Tee KOBAYASHI 715ce90c53 aapt: Fix inappropriate use after `std::move()`
* Specify `-DNDEBUG`
2022-02-12 20:10:57 +09:00
Tee KOBAYASHI 7c375fd144
libandroid-posix-semaphore: Fix hardcoded string lengths 2022-02-12 09:39:38 +01:00
Henrik Grimler 38ffdd9187
valgrind: use @Lzhiyong's align_fix.py to fix underaligned TLS segment
Otherwise we get:

$ valgrind
error: "valgrind": executable's TLS segment is underaligned: alignment is 8, needs to be at least 64 for ARM64 Bionic
Aborted
2022-02-12 09:14:24 +01:00
Tee KOBAYASHI 8a82ee521d
valgrind: Fix build for x86_64 2022-02-12 09:06:07 +01:00
Henrik Grimler 33e9cda847
valgrind: fix build for non-aarch64 arches as well
Valgrind seem to work fine after the memcpy overrides have been
removed, but as always I don't really know what I am doing.
2022-02-12 09:06:04 +01:00
Henrik Grimler 1332e5c926
valgrind: update to 3.18.1 2022-02-12 09:06:00 +01:00
Tee KOBAYASHI 4a01f30280 new package: libsled 2022-02-12 11:32:54 +09:00
Maxython 465159a72e
build-package.sh: change logic for package manager selection to be more stable
termux_step_setup_variables: added logic with TERMUX_PACKAGE_FORMAT
for easier compilation.
2022-02-11 22:38:40 +01:00