31 Commits

Author SHA1 Message Date
Tee KOBAYASHI
c3081d4187 make{,-guile}: Bump to 4.4.1 2023-02-27 05:42:37 +00:00
Chongyun Lee
cea73f9a57 make{,-guile}: fix randomly EAGAIN error on arm
In `make` 4.4, `fifo` is added and has been default value of `jobserver-style` option,
and error EAGAIN will randomly happen if `pselect` is disabled. In Termux, `pselect` in
make is disabled to solve issue #2983.

Error msg is like `make: *** read jobs pipe: Try again.  Stop.`. It is originally happened
on `termux-docker`, but can be reproduced on AVD (API 24, armv7a).

This issue is fixed upstream when porting z/OS.

Part of 11444fb001
2023-02-07 18:18:03 +00:00
Tee KOBAYASHI
672cbe10bc make: Bump to 4.4 2022-11-06 12:13:27 +00:00
Tee KOBAYASHI
01069ecb73 new package: make-guile 2022-02-26 19:23:45 +09:00
Ivan Max
04469d9137 create packages group base-devel for pacman format (#7612)
%ci:no-build
2021-09-28 18:21:42 +03: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
Leonid Pliushch
8ba496c413 make: rebuild package 2020-02-05 12:46:21 +02:00
Fredrik Fornwall
209daa77fa make: Update from 4.2.1 to 4.3 2020-01-22 22:34:32 +01:00
Leonid Pliushch
5123b0cffa fix formatting of some build.sh 2020-01-13 03:00:07 +02:00
Leonid Pliushch
c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch
fd9f4a1156 make: fix unbound variable error 2019-08-11 16:03:35 +03:00
Leonid Pliushch
33f341c259 add support for on-device bootstrapping of "make" 2019-08-11 16:03:35 +03:00
Leonid Pliushch
6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Wetitpig
d50c847f11 Shell script compliance 2019-02-15 18:01:09 +02:00
Wetitpig
5f07ac4eb9 Change permissions 2019-02-09 21:06:31 +02:00
Leonid Pliushch
46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall
0889ff1eee make: Build with ac_cv_func_pselect=no on arm
Fixes #2983.
2018-11-01 03:07:37 +01:00
Fredrik Fornwall
266c6512a7 erlang&make: Bump revision after patches 2018-09-27 20:57:39 +02:00
Alexander Clouter
618037e8d6 stop make putting std{out,err} into append mode and tripping up SELinux 2018-09-27 20:56:06 +02:00
Fredrik Fornwall
2bb920e3e2 http -> https updates 2018-05-25 12:38:52 +02:00
Fredrik Fornwall
0ee3edf5f7 Improve various package descriptions 2017-12-05 22:33:04 +01:00
Fredrik Fornwall
9ddb35b2cb Add some source checksums 2017-02-08 00:12:36 +01:00
Fredrik Fornwall
722ed12d69 Switch from ftp.gnu.org to mirrors.kernel.org 2016-09-24 18:42:39 -04:00
Fredrik Fornwall
4747232c5c Remove old unused patch 2016-08-12 19:06:31 -04:00
Fredrik Fornwall
dd0b60867f make: Update from 4.2 to 4.2.1 2016-06-12 14:50:26 -04:00