69 Commits

Author SHA1 Message Date
Jeremy Drake
c53216a8c6 msys2-w32api: update to 13.0.0 2025-06-12 09:03:27 +02:00
Christoph Reiter
431643e693 msys2-w32api: remove dependency on mingw-w64-cross-gcc
Instead depend on only the cross compiler that is needed.
2024-08-30 18:20:32 +02:00
Christoph Reiter
5693cdfa99 msys2-w32api: Update to 12.0.0 2024-06-09 13:53:55 +02:00
Christoph Reiter
5eed0af836 update pkgver too 2024-05-17 14:50:37 +02:00
Christoph Reiter
c51403618b Fix mingw-w64 version numbers hackily
The newer versions are considered older since they have a different
older base tag, so hackily adjust the version to 11.0.1 for now
2024-05-17 13:51:22 +02:00
Christoph Reiter
a2303ef8eb msys2-w32api: Update to 11.0.0.r750.g05598db99 2024-05-17 10:26:28 +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
bd107f0c2e some cross toolchain rebuilds 2023-11-13 22:06:25 +01:00
Christoph Reiter
1f1a74cb26 Port everything away from PKGMETA
keep an empty PKGMETA.yml for now until all users are adjusted and
deployed.
2023-09-17 20:40:26 +02:00
Christoph Reiter
1ab7756686 msys2-w32api: Update to 11.0.1
some cleanup, pass --disable-dependency-tracking to speed things up
2023-05-22 22:52:55 +02:00
Christoph Reiter
e1b158ab04 Update msys2-w32api 2022-04-29 17:01:26 +02:00
Mehdi Chinoune
a440350e74 msys2-w32api: update to 10.0.0 2022-04-16 05:24:11 +01:00
Christoph Reiter
c764e41616 msys2-w32api: downgrade to 9.0.0
current master makes the msys2-runtime build fail and I don't want to
look into it right now.

Go with the last stable release instead.
2021-12-14 17:59:55 +01:00
Christoph Reiter
553117ed2a Update msys2-w32api
adjust versioning to mingw-w64 packages
2021-12-14 08:33:44 +01:00
Christoph Reiter
5bcd978cb0 Get rid of the msys2-devel group
For now adds a "provides=(msys2-devel)" to gcc to keep installation
working and install the same set of packages.

Next step is to makedepend on gcc where needed and remove msys2-devel
from the docs.
2021-12-13 20:35:56 +01:00
Christoph Reiter
38126d763e makedepend on autotools for packages using configure
In some cases this will introduce cycles which could likely be cleaned
up by only depending on some unix tools instead of the whole autotools.

Rebuilding doesn't make much sense at this point since it just adds a subset
of base-devel which is still installed by default.
2021-12-12 14:20:50 +01:00
Jeremy Drake
b9af899401 Update mingw-w64 packages to commit 1c773877.
This should include fixes for msys2/CLANG-packages#6,
msys2/CLANG-packages#21, and msys2/MINGW-packages#8310
2021-04-08 17:30:45 -07:00
Christoph Reiter
e015994a30 msys2-w32api: Update 2021-03-16 18:35:57 +01:00
Alexey Pavlov
93abcf3718 Update win32 api for msys2 to latest from mingw-w64 git 2020-03-19 15:01:12 +03:00
Alexey Pavlov
d55888b69c Update mingw-w64 runtime for msys/mingw-w64-cross to latest from git 2019-07-04 23:40:46 +03:00
Alexey Pavlov
0980a63bf6 Update mingw-w64 runtime for msys2 to latest from git 2019-05-24 14:21:45 +03:00
Alexey Pavlov
f34be6b73f Update mingw-w64 runtime for msys2 to latest from git. Fix installing headers 2019-04-24 11:05:14 +03:00
Alexey Pavlov
a4207f5fcd Update mingw-w64 runtime to latest from git 2018-09-07 09:11:07 +03:00
Alexey Pavlov
157d1ff726 msys2-w32-api: Update mingw-w64 runtime to 6.0.0.5141 2018-06-13 09:43:04 +03:00
Alexey Pavlov
29a75df27a mingw-w64 runtime for MSYS2 update to latest from git 2018-01-30 09:31:25 +03:00
JPeterMugaas
316e7725dd This commit includes packages that depend upon each other so they are in the same pull-request. The original idea was to rebuild GCC 6.4.0 with the latest Cygwin patches and with the latest updated libraries that GCC uses as well an updated mingw-w64 from git. In addition, I also wanted to update the mingw-w64-cross toolchain so that the latest newlib library, 3.0.0 (included in Cygwin 2.10) can built using that. Unfortunately, the MPFR library will break GCC itself and gawk. To work around the issue, I had to copy the .DLL with the version number to the old name. I then rebuilt gawk with the latest version dropping an unneeded patch in the process.
gawk –  4.2.0-1 - Update to latest 4.2.0 version, remove unnecessary patch, rebuild with MPRF 4.0.0.1-3
gcc – 6.4.0-2 – rebuild 6.4.0 with isl 0.18, mpc 1.1.0-1 and mpfr 4.0.0.1-3
isl - 0.18-1 – Update to 0.18 version 4.0.0.1-3
Mingw-w64-crt-git – Update to latest mingw-w64 from git
mingw-w64-gcc – 6.4.0-2 – Update to gcc 6.4.0 – rebuild with isl 0.18-1 and mfpr 4.0.0.1-3. Skipped 1 rev to match gcc 6.4.0-2
mingw-w64-headers-git – Update to latest mingw-w64 from git
mingw-w64-tools-git – Update to latest mingw-w64 from git
mingw-w64-winpthreads-git – Update to latest mingw-w64 from git
mingw-w64-winstorecompat-git – Update to latest mingw-w64 from git
mpc – 1.1.0-1 – Update to mpc 1.1.0
mpr - 4.0.0.1-3 – Update to mpfr 4.0.0.1 – added workaround for issue I described above, rekey patches
msys2-w32api-headers-git – Update to latest mingw-w64 from git
msys2-w32api-runtime-git – Update to latest mingw-w64 from git
2018-01-26 08:14:19 -05:00
Viktor Szakats
746a478425 switch to HTTPS where available 2017-09-16 03:45:32 +00:00
Alexey Pavlov
c7e3cd6174 Update mingw-w64 runtime for MSYS2 2017-09-13 16:01:29 +03:00
Alexey Pavlov
0336db7154 msys2-w32api: Update to latest from mingw-w64 2017-07-14 10:37:39 +03: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
J. Peter Mugaas
7f517ba488 Fixes for comments mentioned earlier. 2017-06-09 02:11:46 -04:00
J. Peter Mugaas
b94dded77c w32api-headers - update to latest version
w32api-runtime - Update to latest version
2017-06-08 17:00:35 -04:00
Alexey Pavlov
717aee42c0 Update mingw-w64 runtime for MSYS2 to latest from git 2017-06-02 12:12:21 +03:00
atom.long
da06983d05 msys2-w32api-runtime: Update to 5.0.0.4828.7608124 2017-05-30 23:28:53 +08:00
Viktor Szakats
12598003a2 switch to sourceforge.io homepages
after: https://sourceforge.net/blog/introducing-https-for-project-websites/
2017-03-09 18:05:12 +00:00
Viktor Szakats
6c4260b841 switch to secure Git/SVN checkouts with sf.net
after: https://sourceforge.net/blog/small-but-significant-changes-to-project-pages/
2017-03-09 17:49:51 +00:00
Alexey Pavlov
e8055a07d8 Update mingw-w64 runtime for msys2 2017-01-24 09:37:48 +03:00
Alexey Pavlov
98c9a0fea6 Update mingw-w64 runtime for MSYS2 to 5.0.0.4732.6172d2f 2016-09-07 21:42:48 +03:00
Alexey Pavlov
e2ab743f1e Update mingw-w64 for msys2 to 5.0.0.4633.4926421 2016-03-31 12:42:12 +03:00
Alexey Pavlov
00f330e965 Update mingw-w64 runtime for msys2 and cross-gcc to 5.0.0.4624.4c13e3f 2016-03-01 11:46:57 +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
Alexey Pavlov
5a8d2cc74d Update mingw-w64 runtime to 5.0.0.4574.ce1ad45 2015-09-15 10:30:37 +03:00
Alexey Pavlov
91dc5627ef Update mingw-w64 to 5.0.0.4569.764b0e3 2015-09-04 10:30:29 +03:00
Alexey Pavlov
3685dc5be1 Update mingw-w64 runtime for cygin to 5.0.0.4560 2015-08-27 23:28:08 +03:00
Alexpux
f6d2a4b492 Update mingw-w64 runtime to git SHA [5495a11] 2015-06-08 22:23:36 +03:00
Alexpux
8ba639b60a Update mingw-w64 runtime for MSYS2/Cygwin 2015-05-12 11:01:05 +03:00
Alexpux
a049147404 Update mingw-w64 runtime for MSYS2 to git SHA [c8b6742] 2015-03-04 09:40:07 +03:00
Renato Silva
b176b369d3 Trailing whitespace cleanup. 2015-02-09 18:47:01 -02:00
Alexpux
8c699427b2 Update mingw-w64 runtime for MSYS2 2014-12-19 13:57:58 +03:00