Leonid Plyushch
ee7fe4f054
reformat build.sh for some packages
* Packages where dependencies were sorted are bumped.
6 years ago
Leonid Plyushch
0250f6d986
coreutils: use breaks & replaces fields instead of just conflicts for busybox
6 years ago
Leonid Plyushch
ff13852c59
coreutils: conflict with older busybox
The utility 'env' was re-added back.
6 years ago
Leonid Plyushch
72a43eaa3a
use utility 'env' from coreutils
6 years ago
Leonid Plyushch
3880310066
specify essential packages
* libbz2 / bzip2
* coreutils
* libcurl / curl
* gzip
* less
* tar
* liblzma / xz-utils
6 years ago
Leonid Plyushch
9b72bfd4a2
coreutils: depend on libandroid-support
6 years ago
Henrik Grimler
06dc3728ea
coreutils: ac_cv_func_mbsrtowcs=no to fix segfault on arm and i686
6 years ago
Leonid Plyushch
94145252d1
add libiconv to dependencies where needed
6 years ago
Fredrik Fornwall
321b85b83f
coreutils: Update from 8.30 to 8.31
6 years ago
Leonid Plyushch
dafe279c14
coreutils: fix hardcoded paths
6 years ago
Wetitpig
b7a5b47775
Change permissions
6 years ago
Leonid Plyushch
4fd7ca06f6
[incomplete] set licenses for packages
6 years ago
Fredrik Fornwall
87108cd24a
coreutils: Build with --disable-xattr
Build with --disable-xattr to avoid linking in libattr.so.
7 years ago
Fredrik Fornwall
86af1159d0
coreutils: Fix broken 32-bit builds. Fixes #2608
7 years ago
Fredrik Fornwall
48a38d706b
coreutils: Update from 8.29 to 8.30
7 years ago
Henrik Grimler
95d2db7196
coreutils: commit f05fb1 removed host-build so this should be removed as well
Package doesn't build otherwise.
7 years ago
Fredrik Fornwall
f05fb116ee
coreutils: Update from 8.28 to 8.29
7 years ago
Fredrik Fornwall
bf4df9ee48
coreutils: Update from 8.27 to 8.28
7 years ago
Fredrik Fornwall
845a978a46
ndk-patches: Patch to 'define MB_CUR_MAX 4'
The platform headers has the following macro:
#define MB_CUR_MAX __ctype_get_mb_cur_max()
where __ctype_get_mb_cur_max() tries to handle UTF-8 encodings.
However, even in Android 7.0 setlocale(LC_ALL, ""), which many
programs do at startup, doesn't work in that it sets the locale
as non-utf8:
https://android.googlesource.com/platform/bionic/+/nougat-release/libc/bionic/locale.cpp#139
So we just always consider us being in an utf-8 locale.
Also rebuild coreutils to fix #1136 .
8 years ago
Fredrik Fornwall
63603681ca
coreutils: Remove debug patch ( fixes #1121 )
8 years ago
Fredrik Fornwall
2173f7301d
Drop -D_FILE_OFFSET_BITS=64 support for now
32-bit android uses 32-bit off_t by default. When building with
-D_FILE_OFFSET_BITS=64 with unified headers off_t are promoted
to 64-bit, but there are bugs in the toolchain and spotty support
for it in the platform (not all functions are available until
android-24, and the platform zlib is compiled with 32-bit off_t).
Also, unless every library&program is rebuilt with 64-bit off_t,
including user-built ones, we risk a mismatch between programs and
libraries which can cause serious (but sometimes subtle) runtime
failures.
As -D_FILE_OFFSET_BITS=64 is not that important for most users
(with mariadb requiring it as an exception), we drop the support
for now by patching it away in <sys/cdefs.h>.
8 years ago
Fredrik Fornwall
d7d48bac73
coreutils: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
67474349fd
coreutils: Bump revision after unified headers
8 years ago
Fredrik Fornwall
18c0db0797
coreutils: Avoid installing uptime
Uptime is provided by procps-ng.
8 years ago
Fredrik Fornwall
5f38a41ee3
coreutils: Fix deeply nested folder under docker
See:
- https://github.com/moby/moby/issues/13451
- https://bugzilla.yoctoproject.org/show_bug.cgi?id=7338
8 years ago
Fredrik Fornwall
2712833539
coreutils: Update from 8.26 to 8.27
8 years ago
Fredrik Fornwall
af4dc416ed
s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/
8 years ago
Fredrik Fornwall
5e174900b3
coreutils: Fix 32-bit issue with ST_BLKSIZE macro
Fixes https://github.com/termux/termux-app/issues/233
8 years ago
Fredrik Fornwall
7fa69461f0
coreutils: Reference issue in test
8 years ago
Fredrik Fornwall
627fdeb162
ndk_patches: Define _POSIX2_VERSION to 200809
coreutils looks at _POSIX2_VERSION and enables broken obsolete
behaviour if not set.
Fixes https://github.com/termux/termux-app/issues/232 .
8 years ago
Fredrik Fornwall
fb8471fb27
coreutils: Update from 8.25 to 8.26
8 years ago
Fredrik Fornwall
722ed12d69
Switch from ftp.gnu.org to mirrors.kernel.org
8 years ago
Fredrik Fornwall
aa01a42bf5
coreutils: Add back part of ls patch
Fixes #441 .
8 years ago
Fredrik Fornwall
ec64262da3
coreutils: Remove strange ls color patch
8 years ago
Fredrik Fornwall
7ce5638519
Cleanup of more packages
8 years ago
Fredrik Fornwall
e4ba46a8fe
Move $PREFIX/bin/env from coreutils to busybox
The busybox version of env should provide enough functionality, and
having $PREFIX/bin/env available out of the box is valuable.
9 years ago
Fredrik Fornwall
2637995c1e
coreutils: Fix sort&tac using /tmp ( closes #213 )
9 years ago
Fredrik Fornwall
d25beefc0e
coreutils: Bump build after MB_CUR_MAX change
9 years ago
Fredrik Fornwall
b54e054905
coreutils: Remove chroot
9 years ago
Fredrik Fornwall
e137a06fbd
coreutils: Update from 8.24 to 8.25
9 years ago
Fredrik Fornwall
00afbe13d4
coreutils: Do not install broken df
9 years ago
Fredrik Fornwall
629f805ba1
Patch NDK to define AT_EACCESS to 0
This fixes breakage for gnulib-using packages which otherwise
defines AT_EACCESS, which does not work on Android 6.
Bump build revisions for coreutils and emacs to rebuild them
with this patch.
9 years ago
Fredrik Fornwall
25faa518f9
coreutils: Avoid installing pinky (useless) and realpath(buggy)
9 years ago
Fredrik Fornwall
67f551171f
coreutils: Note that endpwent is not supported to avoid runtime warning
10 years ago
Fredrik Fornwall
bc82430bf3
Update coreutils from 8.23 to 8.24
10 years ago
Fredrik Fornwall
59f0d218a6
Initial push
10 years ago