[libvirt PATCH 08/11] docs: Update URL for MinGW

Andrea Bolognani abologna at redhat.com
Tue May 24 08:45:11 UTC 2022


The MinGW-w64 project has effectively replaced the original
MinGW project, and distributions such as Fedora have been shipping
packages based on the former for years now.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 build-aux/syntax-check.mk | 1 -
 ci/README.rst             | 6 +++---
 docs/windows.rst          | 4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/build-aux/syntax-check.mk b/build-aux/syntax-check.mk
index c914840f86..e0012ae82f 100644
--- a/build-aux/syntax-check.mk
+++ b/build-aux/syntax-check.mk
@@ -902,7 +902,6 @@ http_sites += herp.derp
 # HTTP-only sites
 http_sites += 0pointer.de
 http_sites += mah.everybody.org
-http_sites += mingw.org
 http_sites += munin.projects.linpro.no
 http_sites += www.nimbusproject.org
 http_sites += www.sflow.net
diff --git a/ci/README.rst b/ci/README.rst
index 6c6c6f95b3..e3c60c54d1 100644
--- a/ci/README.rst
+++ b/ci/README.rst
@@ -10,8 +10,8 @@ Cirrus CI integration
 =====================
 
 libvirt currently supports three non-Linux operating systems: Windows, FreeBSD
-and macOS. Windows cross-builds can be prepared on Linux by using `MinGW`_, but
-for both FreeBSD and macOS we need to use the actual operating system, and
+and macOS. Windows cross-builds can be prepared on Linux by using `MinGW-w64`_,
+but for both FreeBSD and macOS we need to use the actual operating system, and
 unfortunately GitLab shared runners are currently not available for either.
 
 To work around this limitation, we take advantage of `Cirrus CI`_'s free
@@ -61,7 +61,7 @@ repository as usual and you'll automatically get the additional CI coverage.
 .. _Cirrus CI GitHub app: https://github.com/marketplace/cirrus-ci
 .. _Cirrus CI settings: https://cirrus-ci.com/settings/profile/
 .. _Cirrus CI: https://cirrus-ci.com/
-.. _MinGW: http://mingw.org/
+.. _MinGW-w64: https://www.mingw-w64.org/
 .. _cirrus-run: https://github.com/sio/cirrus-run/
 
 
diff --git a/docs/windows.rst b/docs/windows.rst
index 5bfc2fa5ba..b9aa5626cf 100644
--- a/docs/windows.rst
+++ b/docs/windows.rst
@@ -104,8 +104,8 @@ desired <contact.html>`__.
 Compiling yourself
 ------------------
 
-Libvirt can be compiled on Windows using the free `MinGW
-compiler <http://www.mingw.org/>`__.
+Libvirt can be compiled on Windows using the free `MinGW-w64
+compiler <https://www.mingw-w64.org/>`__.
 
 MSYS Build script
 ~~~~~~~~~~~~~~~~~
-- 
2.35.3



More information about the libvir-list mailing list