Project

General

Profile

Feature #778 ยป 0014-Update-msys2-environment-to-240810-level.patch

Marko Lindqvist, 08/13/2024 05:16 AM

View differences:

.github/workflows/ci.yml
make
gettext
git
automake1.16
automake1.17
libtool
autoconf
mingw-w64-ucrt-x86_64-7zip
doc/README.msys2
==============
Current official premade MSYS2 environment version info:
[premade]: msys2-freeciv-win64-240516.7z
[upstream]: https://repo.msys2.org/distrib/x86_64/msys2-x86_64-20240507.exe
[premade]: msys2-freeciv-win64-240810.7z
[upstream]: https://repo.msys2.org/distrib/x86_64/msys2-x86_64-20240727.exe
See chapter "Premade environment" for what these mean. The info
is located here for quick reference for the specific freeciv revision.
......
freeciv.
- git
- automake1.16
- automake1.17
- libtool
- autoconf2.72
- autoconf-wrapper
......
- tar
- git
- patch
- automake1.16
- automake1.17
- libtool
- autoconf2.72
- autoconf-wrapper
platforms/windows/installer_msys2/Makefile.autotools
ifeq ($(CI),yes)
ICUVER=75
else
ICUVER=74
ICUVER=75
endif
#
......
libssl-${CRYPTOVERSUF}.dll \
libidn2-0.dll \
libnghttp2-14.dll \
libnghttp3-9.dll \
libssh2-1.dll \
libcurl-4.dll \
libgmp-10.dll \
......
libssl-${CRYPTOVERSUF}.dll \
libidn2-0.dll \
libnghttp2-14.dll \
libnghttp3-9.dll \
libssh2-1.dll \
libcurl-4.dll \
libgmp-10.dll \
......
libssl-${CRYPTOVERSUF}.dll \
libidn2-0.dll \
libnghttp2-14.dll \
libnghttp3-9.dll \
libssh2-1.dll \
libcurl-4.dll \
libgmp-10.dll \
platforms/windows/installer_msys2/Makefile.meson
ifeq ($(CI),yes)
ICUVER=75
else
ICUVER=74
ICUVER=75
endif
#
......
libssl-${CRYPTOVERSUF}.dll \
libidn2-0.dll \
libnghttp2-14.dll \
libnghttp3-9.dll \
libpsl-5.dll \
libssh2-1.dll \
libreadline8.dll \
    (1-1/1)