Leonid Plyushch
b0b09b1041
bash: update to 5.0.16
5 years ago
Fredrik Fornwall
87b6291ff1
bash: Update from 5.0.9 to 5.0.11
5 years ago
Fredrik Fornwall
5033d23f7d
bash: Update from 5.0.7 to 5.0.9
5 years ago
Leonid Plyushch
c4fde3b66c
bash: make "command-not-found" optional
Though, it will be pre-installed via bootstraps as previously.
Possible after changes to bashrc introduced in b45da7b8ba
.
Related issue: https://github.com/termux/termux-packages/issues/661
5 years ago
Leonid Plyushch
21b96d3b41
no more develsplit + provide static libraries as separate package
%ci:no-build
6 years ago
Leonid Plyushch
d535055ab5
bash: do not hardcode prefix/home paths
Use @TERMUX_PREFIX@ or @TERMUX_HOME@ where needed.
6 years ago
Leonid Plyushch
ee7fe4f054
reformat build.sh for some packages
* Packages where dependencies were sorted are bumped.
6 years ago
Fredrik Fornwall
64f85b9dd7
bash: Bump revision to get info page
6 years ago
Leonid Plyushch
94145252d1
add libiconv to dependencies where needed
6 years ago
Fredrik Fornwall
71dea77af2
bash: Update from 5.0.3 to 5.0.7
6 years ago
Leonid Plyushch
61e907742f
bash: update to 5.0.3
6 years ago
Fredrik Fornwall
ba95fbd385
Keep update to bash 5 and readline 8 in sync
6 years ago
Leonid Plyushch
d6a44e5a14
bash: use system readline
6 years ago
Leonid Plyushch
d1a60445ec
bash: do build in src directory
Fixes:
/usr/bin/install: cannot stat '/home/builder/.termux-build/bash/build/y.tab.h': No such file or directory
6 years ago
Yuvraj Saxena
dc0e578ff0
bash: Update from 4.4 to 5.0
bash 5.0 is no longer in beta or alpha stage
Signed-off-by: Yuvraj Saxena <infectedx27@gmail.com>
6 years ago
Wetitpig
8dcfd793a2
No backticks
6 years ago
Leonid Plyushch
e39ea9907f
specify CONFFILES for bash, nano, resolv-conf, tmux
Prevent overwriting user's configuration files if package was upgraded.
6 years ago
Wetitpig
b7a5b47775
Change permissions
6 years ago
Wetitpig
78b944ba05
Improve formatting of parantheses for functions
6 years ago
Leonid Plyushch
4fd7ca06f6
[incomplete] set licenses for packages
6 years ago
Leonid Plyushch
b78aae2b7d
bash: this core package should be essential
6 years ago
Fredrik Fornwall
26132b3bce
bash and zsh: Bump revision after PS1 addition
7 years ago
Leonid Plyushch
39f4558ac6
bash: fix default PATH
7 years ago
Henrik Grimler
84b372babc
Allow TERMUX_PKG_SRCURL and TERMUX_PKG_SHA256 to be arrays ( #2506 )
* build-package.sh: allow for arrays in TERMUX_PKG_{SRCURL,SHA256}
Packages that require several source archives can then set these parameters to
arrays instead of downloading them "manually" in termux_step_post_extract.
Downloaded files are extracted into subfolders in TERMUX_PKG_SRCDIR.
Tested for backward compatibility in a couple of packages and the combinations
tar + tar, zip + tar, tar + zip, zip + zip.
* perl: download perl-cross through TERMUX_PKG_SRCURL
* perl: remove $PREFIX/{lib/libperl.so,include/perl} before build
Otherwise building perl twice doesn't give the same results, symlinks are
messed up.
Also remove old remnant from when there was a Kid.pm.patch.
* bash: fix tiny typo
* ecj: remove hardcoded SHA256 and pkg version
* elfutils: download argp-standalone through TERMUX_PKG_SRCURL
* ldc: download all src archives through TERMUX_PKG_SRCURL
* libgc: download libatomic_ops through TERMUX_PKG_SRCURL
* libllvm: download all src archives through TERMUX_PKG_SRCURL
* linux-man-pages: download src archives through TERMUX_PKG_SRCURL
* ncurses: download all src archives through TERMUX_PKG_SRCURL
* pngquant: download lib sources through TERMUX_PKG_SRCURL
Use .zip for lib since the downloaded archives are otherwise both named
$TERMUX_PKG_VERSION.tar.gz and replace each other. This causes caching to
not work.
7 years ago
Fredrik Fornwall
2d7abf93c9
bash: Update from 4.4.19 to 4.4.23
7 years ago
Fredrik Fornwall
f952b3b801
bash: Update from 4.4.18 to 4.4.19
7 years ago
Fredrik Fornwall
0fe3ef4d3a
bash: Update from 4.4.12 to 4.4.18
7 years ago
Fredrik Fornwall
ca7699c169
Stand in srcdir for termux_step_pre_configure
8 years ago
Fredrik Fornwall
80f24036a0
Use more source checksums
8 years ago
Fredrik Fornwall
0e5edc8574
bash: Add source checksum
8 years ago
Fredrik Fornwall
6a15d2bb04
bash: Update from 4.4.10 to 4.4.12
8 years ago
Fredrik Fornwall
127f27e83d
bash: Update from 4.4.5 to 4.4.10
8 years ago
Fredrik Fornwall
2b8761e6a3
bash: Use termux_download instead of curl directly
8 years ago
Fredrik Fornwall
af4dc416ed
s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/
8 years ago
Fredrik Fornwall
f4eefdf906
bash: Read ~/.bashrc for interactive login shells
8 years ago
Fredrik Fornwall
4643d4be2c
bash: Specify bash_cv_getcwd_malloc=yes
When cross compiling bash assumes that getcwd is broken, so a
wrapper is used which does not work with non-accessible parent
directories (/data when running in Termux). We tell configure
that this is not necessary.
Fixes https://github.com/termux/termux-app/issues/200
8 years ago
Fredrik Fornwall
39d4570400
bash&readline: Update to latest patches
8 years ago
Fredrik Fornwall
722ed12d69
Switch from ftp.gnu.org to mirrors.kernel.org
8 years ago
Fredrik Fornwall
83d11d6e04
Update readline to v7 and bash to v4.4
As a consequence of updating readline to version 7 we bump the
build revision of all packaging linking to it as the soname has
changed.
8 years ago
Fredrik Fornwall
b5e2fe57e0
bash: Update from 4.3.42 to 4.3.46
9 years ago
Fredrik Fornwall
24cdd7d1fc
Build bash&openssh with the NDK r12 beta on i686
This allows exploring the Android N preview in the emulator a bit.
Fixes #223 .
9 years ago
Fredrik Fornwall
ab41f5b49c
bash: Fix process substitution (the <(...) thingy)
9 years ago
Fredrik Fornwall
aa55955510
bash: Update to 4.3.42 from 4.3.39
10 years ago
Fredrik Fornwall
f0d4e3805a
Patch a WIFCONTINUED definition to <sys/wait.h>
This fixes job control in bash and zsh
10 years ago
Fredrik Fornwall
b428c1fca5
bash: Source etc/bash.bashrc also for interactive login shells
10 years ago
Fredrik Fornwall
3cc4ef712e
Enable command-not-found for bash and zsh interactive shells
10 years ago
Fredrik Fornwall
49ca09e5e5
Fix wait3() function and bump build revisions
10 years ago
Fredrik Fornwall
e7fcdfa2bb
Remove broken WIFCONTINUED macro
Bump build revision on affected packages.
10 years ago
Fredrik Fornwall
d107ca288b
Make bash and zsh depend on termux-tools for chsh
10 years ago
Fredrik Fornwall
5b8bb72c57
Add etc/profile.d/* reading to bash package
10 years ago