From 555ce3b9b8ce77bfa54819ec419620ddf27b6ffb Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 22 Nov 2022 06:27:35 +0200 Subject: [PATCH 11/11] Use "https" protocol for gnu.org URLs See osdn #46089 Signed-off-by: Marko Lindqvist --- client/gui-gtk-2.0/wldlg.c | 2 +- client/gui-gtk-3.0/wldlg.c | 2 +- client/gui-gtk-3.22/wldlg.c | 2 +- configure.ac | 2 +- data/themes/gui-sdl2/human/COPYING.fireflysung | 2 +- m4/sdl2-client.m4 | 2 +- utility/fciconv.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/gui-gtk-2.0/wldlg.c b/client/gui-gtk-2.0/wldlg.c index 3dceb0170e..899462b95a 100644 --- a/client/gui-gtk-2.0/wldlg.c +++ b/client/gui-gtk-2.0/wldlg.c @@ -1006,7 +1006,7 @@ static void populate_view(GtkTreeView *view, struct city **ppcity, intl_slist(ARRAY_SIZE(titles), titles, &titles_done); /* Case i == 0 taken out of the loop to workaround gcc-4.2.1 bug - * http://gcc.gnu.org/PR33381 + * https://gcc.gnu.org/PR33381 * Some values would 'stick' from i == 0 round. */ i = 0; diff --git a/client/gui-gtk-3.0/wldlg.c b/client/gui-gtk-3.0/wldlg.c index 696c37669b..5cd7bc0f0f 100644 --- a/client/gui-gtk-3.0/wldlg.c +++ b/client/gui-gtk-3.0/wldlg.c @@ -1014,7 +1014,7 @@ static void populate_view(GtkTreeView *view, struct city **ppcity, intl_slist(ARRAY_SIZE(titles), titles, &titles_done); /* Case i == 0 taken out of the loop to workaround gcc-4.2.1 bug - * http://gcc.gnu.org/PR33381 + * https://gcc.gnu.org/PR33381 * Some values would 'stick' from i == 0 round. */ i = 0; diff --git a/client/gui-gtk-3.22/wldlg.c b/client/gui-gtk-3.22/wldlg.c index 47320e0dd7..61d749db24 100644 --- a/client/gui-gtk-3.22/wldlg.c +++ b/client/gui-gtk-3.22/wldlg.c @@ -1011,7 +1011,7 @@ static void populate_view(GtkTreeView *view, struct city **ppcity, intl_slist(ARRAY_SIZE(titles), titles, &titles_done); /* Case i == 0 taken out of the loop to workaround gcc-4.2.1 bug - * http://gcc.gnu.org/PR33381 + * https://gcc.gnu.org/PR33381 * Some values would 'stick' from i == 0 round. */ i = 0; diff --git a/configure.ac b/configure.ac index 90583f69e0..58d9689b19 100644 --- a/configure.ac +++ b/configure.ac @@ -566,7 +566,7 @@ if test "x$iconv_disabled" != "xtrue" ; then FC_LIBCHARSET AM_LANGINFO_CODESET if test "$am_cv_func_iconv" != yes; then - AC_MSG_ERROR([Iconv is missing. You can get libiconv from http://gnu.org/, \ + AC_MSG_ERROR([Iconv is missing. You can get libiconv from https://gnu.org/, \ or try using --with-libiconv-prefix.]) fi LIBS="$LIBS $LIBICONV" diff --git a/data/themes/gui-sdl2/human/COPYING.fireflysung b/data/themes/gui-sdl2/human/COPYING.fireflysung index dab8843948..369f1c2214 100644 --- a/data/themes/gui-sdl2/human/COPYING.fireflysung +++ b/data/themes/gui-sdl2/human/COPYING.fireflysung @@ -1,4 +1,4 @@ -http://ftp.gnu.org/non-gnu/chinese-fonts-truetype/LICENSE +https://ftp.gnu.org/non-gnu/chinese-fonts-truetype/LICENSE ARPHIC PUBLIC LICENSE diff --git a/m4/sdl2-client.m4 b/m4/sdl2-client.m4 index 705e76448f..8f104c9f9f 100644 --- a/m4/sdl2-client.m4 +++ b/m4/sdl2-client.m4 @@ -32,7 +32,7 @@ AC_DEFUN([FC_SDL2_CLIENT], if test "x$sdl2_h_found" = "xyes" ; then dnl Version number here is as specified by libtool, not the main dnl freetype version number. - dnl See http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/VERSIONS.TXT + dnl See https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/VERSIONS.TXT PKG_CHECK_MODULES([FT2], [freetype2 >= 7.0.1], [freetype_found="yes"], [freetype_found="no"]) if test "$freetype_found" = yes; then gui_sdl2_cflags="$gui_sdl2_cflags $FT2_CFLAGS" diff --git a/utility/fciconv.c b/utility/fciconv.c index 3ee5991170..8ad065f0c6 100644 --- a/utility/fciconv.c +++ b/utility/fciconv.c @@ -130,7 +130,7 @@ void init_character_encodings(const char *my_internal_encoding, _("You are running Freeciv without using iconv. Unless\n" "you are using the UTF-8 character set, some characters\n" "may not be displayed properly. You can download iconv\n" - "at http://gnu.org/.\n")); + "at https://gnu.org/.\n")); #endif /* HAVE_ICONV */ is_init = TRUE; -- 2.35.1