Commit Graph

28 Commits

Author SHA1 Message Date
David Macek
19bd06b131 [RFC] Cleanup (#1984)
* Remove msys2-runtime dependencies

* Remove `base` group

* Remove some packages from `base-devel` group
2020-06-02 09:28:40 +03:00
Alexey Pavlov
371a46498f coreutils: Update to 8.32 2020-03-09 13:38:04 +03:00
Alexey Pavlov
fbe0324339 coreutils: Update to 8.31 2019-04-25 14:09:56 +03:00
Peter Budai
2b4f88f81a coreutils: Update to 8.30 (#1416) 2018-09-26 07:20:42 +03:00
Alexey Pavlov
40f1f66574 coreutils: Rebuild 2018-05-31 11:39:39 +03:00
Alexey Pavlov
b35eb1c61a coreutils: Fix bash syntax 2017-10-03 11:55:06 +03:00
Johannes Schindelin
7e7afe0922 coreutils: fix libstdbuf.so.exe problem once and for all
The `stdbuf.exe` program links to a `libstdbuf.so` file, so if that does
not exist, there is a problem.

In d9773f0a (coreutils: Update to 8.24, 2015-08-28), a sed call was
introduced to ensure that `libstdbuf.so` is built and installed under
that name, without `.exe` suffix.

As reported in https://github.com/Alexpux/MSYS2-packages/issues/541,
however, that fix no longer works, the `libstdbuf.so.exe` file is in
coreutils 8.26-1.

Let's just rename the `libstdbuf.so.exe` file after it has been
installed into the `pkgdir` tree.

Note: we still have to muck around with `Makefile.in` so that the build
does not break with

	make[2]: *** No rule to make target 'src/libstdbuf.so', needed
	by 'all-am'.  Stop.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-09-30 02:18:19 +02:00
Alexey Pavlov
b6fa9fd7e2 coreutils: Update to 8.26 2017-02-14 11:20:14 +03:00
Andrew Chadwick
8c86454b53 Fix bashisms: alternative test command
dash doesn't support [[ foo ]], just [ foo ].
2016-06-01 15:55:38 +01:00
Andrew Chadwick
38f70672b9 install scripts: succeed even if info isn't installed
A number of install scripts were testing for install-info to no effect,
then calling it regardless. For minimal installs, this makes pacman fail
on them visibly.

This fix replicates what other MSYS2 packages, e.g. autoconf, do.
Also none of these packages actually depend on GNU info.
2016-06-01 15:53:56 +01:00
Alexey Pavlov
8d751c4bfe coreutils: Update to 8.25 2016-03-18 13:47:37 +03:00
Viktor Szakats
ab64a4ef6c switch to sha256 checksums
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* use stable url for ncurses
* some whitespace fixes

Remaining md5sums either didn't download or
didn't pass checksum tests.
2016-02-25 14:45:55 +01:00
Viktor Szakats
2b119ae43f use secure urls
* follow some redirects
2016-02-23 10:26:02 +01:00
Alexey Pavlov
d9773f0a8c coreutils: Update to 8.24 2015-08-28 23:05:07 +03:00
Renato Silva
b176b369d3 Trailing whitespace cleanup. 2015-02-09 18:47:01 -02:00
Alexpux
ad112a7a0d coreutils: Rollback to previous cygwin patch 2014-11-07 11:32:22 +03:00
Alexpux
3cb8371bcc coreutils: Update to latest cygwin patchset 2014-11-05 13:50:02 +03:00
Alexpux
35664ecbf2 coreutils: Return losted part of patch 2014-09-01 20:01:59 +04:00
Alexpux
61ff57c053 coreutils: Import patch from cygwin. Remove obsolete. 2014-09-01 19:29:23 +04:00
Alexpux
5c64d6da84 coreutils: Update to 8.23 2014-07-20 21:29:13 +04:00
Alexpux
91d57eb54c coreutils: Prepare to move system to real /usr 2014-06-14 20:36:45 +04:00
Alexpux
58dc53637a coreutils: Add new patches. 2014-05-05 22:13:30 +04:00
Alexpux
34ac3cdf22 Fix format in PKGBUILD's 2014-04-28 09:52:34 +04:00
Alexpux
f620cffe86 coreutils: Update to 8.22 2014-02-02 19:21:20 +04:00
Alexpux
5b0cc4d55d coreutils: fix patches lineendings. 2013-11-11 08:16:02 +04:00
Alexpux
69cff9799f Relocate libexec dir to lib 2013-11-06 23:58:38 +04:00
Alexpux
25e11913dd Fix package names 2013-11-02 12:42:07 +04:00
Alexpux
3ade1f55b2 Add coreutils package 2013-11-01 07:06:47 +04:00