Commit Graph

15 Commits

Author SHA1 Message Date
Twaik Yont e326adb087 bump(main/ecl): 23.9.9 2023-10-01 22:38:46 +03:00
agnostic-apollo f743005751 fix(build-package.sh): Localize and do not use variables defined in `termux_step_host_build` in other functions
The `termux_step_host_build` runs only the first time package is built for its specific version, based on `TERMUX_HOSTBUILD_MARKER` in `termux_step_handle_hostbuild`. If `build-package.sh` is run twice, then second time, variables defined in `termux_step_host_build` won't be set in later functions since its not called, like `_PREFIX_FOR_BUILD` in `aapt/build.sh` would be unset inside `termux_step_pre_configure`, resulting in unbound variable error.

Even `termux_step_pre_configure` may not always run, depending on `$TERMUX_CONTINUE_BUILD`, so build scripts should not share variables between functions and redefine them again where necessary.

Also `_PREFIX_FOR_BUILD` should use a standard path `$TERMUX_PKG_HOSTBUILD_DIR/prefix` and not others like `$TERMUX_PKG_HOSTBUILD_DIR/_prefix`. Some build scripts use `$TERMUX_PKG_HOSTBUILD_DIR/src` for other stuff, so best use `prefix` sub directory.
2022-07-28 15:27:20 +05:00
2096779623 dd23a889c2 chore: Remove the . in TERMUX_PKG_DESCRIPTION
[skip ci]
2022-07-11 15:45:04 +05:30
xtkoba ace5844658
ecl: Fix ABI for host build 2021-12-05 16:56:17 +01:00
Yaksh Bariya cd81866c5c ecl: bump revision 2021-08-01 18:46:01 +03:00
Leonid Pliushch d3726e4f17
ecl: update to 21.2.1 2021-02-04 20:46:35 +00:00
Leonid Pliushch 37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Felix Lange e6260ac9ca
ecl: remove revision 2020-11-26 10:05:43 +01:00
Felix Lange beb1ef82e2
ecl: fix typo 2020-11-26 02:45:52 +01:00
Felix Lange 5cabafdf70 ecl: use system libgc 2020-11-26 02:25:09 +01:00
Felix Lange 3900bbe8a8 ecl: fix indentation 2020-11-26 01:03:55 +01:00
Felix Lange 2952df3c72 ecl: add dependency on libffi 2020-11-26 01:02:13 +01:00
Felix Lange b0deef5246 ecl: use included libgc 2020-11-26 01:01:55 +01:00
Felix Lange 10ef80024f ecl: use system libgmp 2020-11-26 01:01:18 +01:00
Felix Lange e0108c256c ecl: add package for embeddable common lisp
Fixes #183
2020-11-26 00:22:10 +01:00