13 Commits

Author SHA1 Message Date
Christoph Reiter
b38b2b78f4 Remove all cygwin CHOST changes
Since #5448 CHOST defaults to cygwin now, so this
is no longer needed.
2025-06-27 07:42:37 +02:00
Christoph Reiter
18a033d6e1 msys2-runtime-3.5: build for cygwin 2025-06-17 22:54:29 +02:00
Jeremy Drake
d0f1875587 msys2-runtime-3.5: update patch for w32api 13 support 2025-06-12 09:03:27 +02:00
Christoph Reiter
e7673212e1 Move msys2-runtime to msys2-runtime-3.5 2025-04-10 10:05:41 +02:00
Christoph Reiter
e1b333450b Remove msys2-runtime-3.5.3
msys2-runtime is now updated to 3.5, so this extra package is no
longer needed.
2024-05-03 16:11:17 +02:00
Christoph Reiter
11a162b0e5 repo: make file executable permissions match the cygwin derived status
In case we have a git clone from Linux that is accessed via cygwin git
the files executable status will be derived from the file content (shebang)
and won't match the git repo, leading to a initially dirty tree.

This can be worked around by setting "core.filemode=false", but let's try
to match the cygwin permissions with the in-repo permissions so this isn't
needed.
2024-04-14 15:17:42 +02:00
Johannes Schindelin
c51a01038d msys2-runtime-3.5: upgrade to v3.5.3
This corresponds to https://github.com/msys2/msys2-runtime/pull/211.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2024-04-07 15:04:23 +02:00
Christoph Reiter
a2ee04bf00 More CPEs 2024-03-24 20:09:34 +01:00
Christoph Reiter
174e938942 more CPEs 2024-03-22 19:04:22 +01:00
Christoph Reiter
d5e9a6f4bc msys2-runtime-3.5: fix some dependencies
it's not installable otherwise
2024-03-11 19:01:55 +01:00
Johannes Schindelin
5ad10f7c3c msys2-runtime-3.5: update the patches to v3.5.1
After adjusting the `PKGBUILD` to reflect that this package is supposed
to track Cygwin v3.5.x, this commit adjusts the patches accordingly (the
trick was performed by `./update-patches.sh`, of course).

This corresponds to https://github.com/msys2/msys2-runtime/pull/204.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2024-03-10 00:06:13 +01:00
Johannes Schindelin
49cd76ddb2 msys2-runtime-3.5: adjust some files
After copying the files verbatim from `msys2-runtime`, this change
reflects that we want to build the MSYS2 runtime v3.5.x in this package.

Note: To make things easier to review, the patches are not yet adjusted
by running `./update-patches.sh`. That will be left for the next commit.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2024-03-10 00:06:13 +01:00
Johannes Schindelin
96ef9fc317 msys2-runtime-3.5: branch off of msys2-runtime
Cygwin v3.5.0 has been released end of January 2024, and we were _about_
to be on the brink to switch to MSYS2 runtime based on the Cygwin
runtime v3.5.x.

However:

- That would leave Windows 7/8 compatibility behind.
- There have been a couple of hiccups in our testing, which led us to
  skip v3.5.0 already.
- We determined that a safer way would be to let users opt into using
  v3.5.x first, kicking the tires, so to say.

So let's establish a `msys2-runtime-3.5` package (much like
`msys2-runtime-3.3`) to be able to easily revert to a known state really
quickly, including the ability to run on Windows 7.

For now, this is merely a verbatim copy of the files in `msys2-runtime`,
and the next commits will modify them to reflect the version bump.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2024-03-10 00:02:00 +01:00