Commit Graph

160 Commits

Author SHA1 Message Date
Christoph Reiter
6735c1653e msys2-runtime: Fix popen() in chroot (#2003)
See https://github.com/msys2/Cygwin/pull/7

Fixes #1998
2020-06-06 11:55:41 +03:00
Alexey Pavlov
55701ce451 msys2-runtime: Dont create WSL symlinks 2020-06-02 15:37:20 +03:00
Alexey Pavlov
f6fd766e3d msys2-runtime: Update to 3.1.5 2020-06-02 11:19:10 +03:00
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
c43fc0c23d msys2-runtime: Updae pkgrel 2020-05-30 12:28:43 +03:00
Christoph Reiter
fa38d385cf Switch to zstd by default except for core packages (#1969)
PKGEXT in PKGBUILD wins over the value set in makepkg.conf
2020-05-22 08:51:02 +03:00
Johannes Schindelin
cc7a95b5a7 msys2-runtime: demote the "pseudo console" support to opt-in (#1964)
To make it easier to experiment with it, we now also support
`MSYS=enable_pcon` (in addition to the equivalent but unintuitive
`MSYS=nodisable_pcon`).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2020-05-20 15:18:57 +03:00
Johannes Schindelin
5dea2a9351 Upgrade the MSYS2 runtime to v3.1.4 (#1953)
* msys2-runtime: add a shell script to generate the patches from msys2/Cygwin

The idea is to commit a change incrementing the `pkgver`, then running
this script, and then amending the commit.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>

* msys2-runtime: work around Cygwin's source code containing symlinks

It is a bit unfortunate that MSYS2 substitutes symlinks by deep copies,
by default. Git, for example, claims that it cannot do symlinks, but
Cygwin now needs this. Let's make do with that default.

The strategy we use is simple: we override the auto-detected
`core.symlinks` setting. That will result in a dirty worktree, of
course: deep copies are not symlinks, and `git status` will detect it.
But that does not matter, as the build will now work ("deep" copies of
those header files will work just as well as real symlinks would have
done).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>

* msys2-runtime: upgrade to v3.1.4

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2020-05-18 08:55:21 +03:00
Alexey Pavlov
e21e7a9fe1 msys2-runtime: - Fix bug in sec_auth.
- Backport fixes for path conversion from git for windows project. THanks to @dscho.
- Fixes to build with gcc 8+
2019-07-11 15:13:56 +03:00
Ben
a2800be1d1 msys2-runtime: 0026-mkdir-always-check-for-existence.patch (#1687)
Temporary patch until cygwin 3.8.x is integrated.
2019-07-03 10:29:30 +03:00
Alexey Pavlov
2694b20600 msys2-runtime: Propagate TZ environment variable if possible to native applications 2019-06-20 23:40:20 +03:00
Alexey Pavlov
c4bff8a9ff msys2-runtime: Restore loading QueryUnbiasedInterruptTime but from kernel32 2019-05-27 10:10:04 +03:00
Alexey Pavlov
3064420ee3 msys2-runtime: Don't dynamically load QueryUnbiasedInterruptTime when
building with WINNT >= 0x601
2019-05-24 14:20:40 +03:00
J. Peter Mugaas
e96751b148 msys-runtime - 3.0.7 - Update to latest version (#1627) 2019-05-23 08:11:34 +03:00
Alexey Pavlov
d9310fcb58 msys2-runtime: Update to Cygwin's 3.0.6 release 2019-04-15 10:53:36 +03:00
Alexey Pavlov
279c1d2fba msys2-runtime: Update to 2.11.2 Cygwin release 2018-11-26 10:01:01 +03:00
Alexey Pavlov
e5eb8fa4a8 msys2-runtime: Fix using native symlink 2018-09-10 14:27:36 +03:00
Alexey Pavlov
b7ec2196aa msys2-runtime: Update to Cygwin's 2.11.1 release 2018-09-07 09:12:49 +03:00
Jeroen Ooms
5ff7e89abc msys2-runtime: build with crt from gcc, not clang
Fixes #1291.
2018-06-09 01:22:24 +02:00
Paul "TBBle" Hampson
168cdd5314 msys2-runtime: Cherry-pick gcc 7 suport from cygwin
This cherry-picks commit 67609efeb0bcb198463a952a6a214813794a9c2b from
cygwin upstream, see
https://www.mail-archive.com/cygwin-patches@cygwin.com/msg06820.html
2018-04-26 22:44:57 +10:00
Alexey Pavlov
033d66afe7 msys2-runtime: Remove unused options 2018-02-09 14:27:23 +03:00
JPeterMugaas
662327d429 As perl Alexpux's comment, change 3 to 2. 2018-02-09 00:27:28 -05:00
JPeterMugaas
ee00ecc6aa Drop the catgets library and facility from packages being offered. msys2-runtime 2.10 now has it's own facility and indicate that msys2-runtime replaces catgets
Todo: figure out what to do about the "man" package as that package depends upon the catgets library and will to link with catgets.  I would suggest replacing "man" with "man-db" for consistanstancy with Cygwin and Archlinux.
2018-02-08 15:48:07 -05:00
Alexey Pavlov
3c6ae6b0d7 msys2-runtime: Update to cygwin 2.10.0 release 2018-02-08 15:04:06 +03:00
Edward E
6c686620b5 msys2-runtime-devel: fix groups 2018-01-23 10:58:10 -06:00
Alexey Pavlov
89f462b599 msys2-runtime: Fix strnstr function with patch proposed by Johannes
Schindelin
2017-09-13 23:45:11 +03:00
Alexey Pavlov
b1fda0af0f msys2-runtime: Fix cygwin regressions 2017-09-13 16:00:29 +03:00
Holger Nahrstaedt
7118e08025 remove comments 2017-09-13 14:51:31 +02:00
Holger Nahrstaedt
560b4f66ab fix sha256 2017-09-13 14:45:00 +02:00
Holger Nahrstaedt
8cef5265a6 fix strnstr for msys2-runtime 2017-09-13 14:43:29 +02:00
Alexey Pavlov
bd7a7c9144 msys2-runtime: Update to cygwin 2.9.0 release 2017-09-07 14:45:24 +03:00
JPeterMugaas
45c49a7544 Switch to using git am instead of patch.
Update to newlib 2.8.2 - Latest version
2017-07-13 09:05:19 -04:00
JPeterMugaas
4d9a0e129a msys2-runtime/0002-Rename-DLL-from-cygwin-to-msys.patch - Update patch
msys2-runtime/PKGBUILD - Update newlib to 2.8.1
msys2-w32api-headers/PKGBUILD - Update to latest
msys2-w32api-runtime/PKGBUILD - Update to latest
2017-07-08 02:47:06 -04:00
Alexey Pavlov
4789fa428e msys2-runtime: Update to Cygwin's 2.7.0 release 2017-02-14 08:46:38 +03:00
Mateusz Mikula
914147e3d3 msys2-runtime: better workaround for GCC 6 2017-02-07 15:47:57 +01:00
Alexey Pavlov
80ef82a4de msys2-runtimw: Fix typo im base msys2 patches. Pass GCC6 error without patch 2017-01-30 13:06:15 +03:00
Alexey Pavlov
05c35754e1 msys2-runtime: Backport patch for FAST_CWD. Add workaround for gcc6 build.
Rebuild with gcc-6.3.0
2017-01-25 07:39:26 +03:00
Alexey Pavlov
ea5e15adca msys2-runtime: Fix commenting 2017-01-23 13:44:34 +03:00
Alexey Pavlov
dd5b47fc19 msys2-runtime: Rebase to cygwin 2.6.1 release. 2017-01-23 12:41:57 +03:00
Alexey Pavlov
79eddc9fdf msys2-runtime: Update to Cygwin's 2.6.0 release 2016-09-07 21:43:22 +03:00
Ray Donnelly
69035971a6 msys2-runtime: In machine/_types.h __blkcnt_t should be signed 2016-07-14 12:52:10 +01:00
Alexey Pavlov
6bbf65b6f1 msys2-runtime: Update to Cygwin's 2.5.2 release 2016-06-30 09:00:29 +03:00
Alexey Pavlov
a87ff6cc43 msys2-runtime: Switch to use released Cygwin sources 2016-05-16 10:42:41 +03:00
Ray Donnelly
2e9655d8be msys2-runtime: Update PKGBUILD and patches 2016-05-15 13:30:13 +01:00
Ray Donnelly
17aec0f602 msys2-runtime: Ignore zero length exclusions
Also use --committer-date-is-author-date to get sha1 consistency
2016-05-15 12:47:58 +01:00
Ray Donnelly
69ed9dac86 msys2-runtime: Added MSYS2_ENV_CONV_EXCL 2016-04-11 00:43:26 +01:00
Alexey Pavlov
adedcc0dbc msys2-runtime: Update to 2.5.0.17073.1439def 2016-04-05 13:07:12 +03:00
Alexey Pavlov
52587b5ecf msys2-runtime: Update to 2.5.0.17040.9d5d874 2016-03-28 14:35:53 +03:00
Alexey Pavlov
c95e96431c msys2-runtime: Update to 2.5.0.16933.ff9934a 2016-03-15 12:34:59 +03:00
Alexey Pavlov
1394fa520f msys2-runtime: Update to 2.5.0.16903.661fd28 2016-03-01 13:57:10 +03:00