public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/files/
@ 2018-07-16  6:43 Lars Wendler
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Wendler @ 2018-07-16  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     16eb17fdaf41e561b228d0aaf50981f28c7496f4
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 06:43:13 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 06:43:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16eb17fd

games-strategy/freeciv: Minor patch improvement.

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 .../files/freeciv-2.5.11-freetype_pkgconfig.patch     | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/games-strategy/freeciv/files/freeciv-2.5.11-freetype_pkgconfig.patch b/games-strategy/freeciv/files/freeciv-2.5.11-freetype_pkgconfig.patch
index b41411c8a16..d2b321dde27 100644
--- a/games-strategy/freeciv/files/freeciv-2.5.11-freetype_pkgconfig.patch
+++ b/games-strategy/freeciv/files/freeciv-2.5.11-freetype_pkgconfig.patch
@@ -1,4 +1,4 @@
-From fe3eaf658c256a1ee1aac645c004625e9f345421 Mon Sep 17 00:00:00 2001
+From f2eafd087a20b4236c1f2f1324e8644cb5055bf9 Mon Sep 17 00:00:00 2001
 From: Lars Wendler <polynomial-c@gentoo.org>
 Date: Wed, 16 May 2018 20:41:22 +0200
 Subject: [PATCH] Use pkg-config to find freetype
@@ -6,11 +6,24 @@ Subject: [PATCH] Use pkg-config to find freetype
 As of freetype-2.9.1 the freetype-config script no longer gets installed
 by default.
 ---
+ Makefile.am      |   1 -
  m4/freetype2.m4  | 194 -----------------------------------------------
  m4/sdl-client.m4 |   2 +-
- 2 files changed, 1 insertion(+), 195 deletions(-)
+ 3 files changed, 1 insertion(+), 196 deletions(-)
  delete mode 100644 m4/freetype2.m4
 
+diff --git a/Makefile.am b/Makefile.am
+index 5d5a187d47..51791433ab 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -64,7 +64,6 @@ EXTRA_DIST =	autogen.sh 			\
+ 		m4/fcdb-postgres.m4		\
+ 		m4/fcdb-sqlite3.m4		\
+ 		m4/features.m4			\
+-		m4/freetype2.m4			\
+ 		m4/gettimeofday.m4		\
+ 		m4/ggz.m4			\
+ 		m4/freeciv-gettext.m4		\
 diff --git a/m4/freetype2.m4 b/m4/freetype2.m4
 deleted file mode 100644
 index 3d0ecb3554..0000000000
@@ -225,5 +238,5 @@ index 095cd0b287..015d948d95 100644
  	  gui_sdl_cflags="$gui_sdl_cflags $FT2_CFLAGS"
  	  gui_sdl_libs="$gui_sdl_libs $FT2_LIBS"
 -- 
-2.17.0
+2.18.0
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/files/
@ 2020-03-08 21:43 James Le Cuirot
  0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2020-03-08 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     e5adf0ab1c81659ccf7c28261cf7f16fdd038299
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Mar  6 07:48:50 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Mar  8 21:42:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5adf0ab

games-strategy/freeciv: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14843
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 .../files/freeciv-2.5.11-freetype_pkgconfig.patch  | 242 ---------------------
 1 file changed, 242 deletions(-)

diff --git a/games-strategy/freeciv/files/freeciv-2.5.11-freetype_pkgconfig.patch b/games-strategy/freeciv/files/freeciv-2.5.11-freetype_pkgconfig.patch
deleted file mode 100644
index d2b321dde27..00000000000
--- a/games-strategy/freeciv/files/freeciv-2.5.11-freetype_pkgconfig.patch
+++ /dev/null
@@ -1,242 +0,0 @@
-From f2eafd087a20b4236c1f2f1324e8644cb5055bf9 Mon Sep 17 00:00:00 2001
-From: Lars Wendler <polynomial-c@gentoo.org>
-Date: Wed, 16 May 2018 20:41:22 +0200
-Subject: [PATCH] Use pkg-config to find freetype
-
-As of freetype-2.9.1 the freetype-config script no longer gets installed
-by default.
----
- Makefile.am      |   1 -
- m4/freetype2.m4  | 194 -----------------------------------------------
- m4/sdl-client.m4 |   2 +-
- 3 files changed, 1 insertion(+), 196 deletions(-)
- delete mode 100644 m4/freetype2.m4
-
-diff --git a/Makefile.am b/Makefile.am
-index 5d5a187d47..51791433ab 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -64,7 +64,6 @@ EXTRA_DIST =	autogen.sh 			\
- 		m4/fcdb-postgres.m4		\
- 		m4/fcdb-sqlite3.m4		\
- 		m4/features.m4			\
--		m4/freetype2.m4			\
- 		m4/gettimeofday.m4		\
- 		m4/ggz.m4			\
- 		m4/freeciv-gettext.m4		\
-diff --git a/m4/freetype2.m4 b/m4/freetype2.m4
-deleted file mode 100644
-index 3d0ecb3554..0000000000
---- a/m4/freetype2.m4
-+++ /dev/null
-@@ -1,194 +0,0 @@
--# Configure paths for FreeType2
--# Marcelo Magallon 2001-10-26, based on gtk.m4 by Owen Taylor
--#
--# Copyright 2001, 2003, 2007, 2009 by
--# David Turner, Robert Wilhelm, and Werner Lemberg.
--#
--# This file is part of the FreeType project, and may only be used, modified,
--# and distributed under the terms of the FreeType project license,
--# LICENSE.TXT.  By continuing to use, modify, or distribute this file you
--# indicate that you have read the license and understand and accept it
--# fully.
--#
--# As a special exception to the FreeType project license, this file may be
--# distributed as part of a program that contains a configuration script
--# generated by Autoconf, under the same distribution terms as the rest of
--# that program.
--#
--# serial 3
--
--# AC_CHECK_FT2([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
--# Test for FreeType 2, and define FT2_CFLAGS and FT2_LIBS.
--# MINIMUM-VERSION is what libtool reports; the default is `7.0.1' (this is
--# FreeType 2.0.4).
--#
--AC_DEFUN([AC_CHECK_FT2],
--  [# Get the cflags and libraries from the freetype-config script
--   #
--   AC_ARG_WITH([ft-prefix],
--     dnl don't quote AS_HELP_STRING!
--     AS_HELP_STRING([--with-ft-prefix=PREFIX],
--                    [Prefix where FreeType is installed (optional)]),
--     [ft_config_prefix="$withval"],
--     [ft_config_prefix=""])
--
--   AC_ARG_WITH([ft-exec-prefix],
--     dnl don't quote AS_HELP_STRING!
--     AS_HELP_STRING([--with-ft-exec-prefix=PREFIX],
--                    [Exec prefix where FreeType is installed (optional)]),
--     [ft_config_exec_prefix="$withval"],
--     [ft_config_exec_prefix=""])
--
--   AC_ARG_ENABLE([freetypetest],
--     dnl don't quote AS_HELP_STRING!
--     AS_HELP_STRING([--disable-freetypetest],
--                    [Do not try to compile and run a test FreeType program]),
--     [],
--     [enable_fttest=yes])
--
--   if test x$ft_config_exec_prefix != x ; then
--     ft_config_args="$ft_config_args --exec-prefix=$ft_config_exec_prefix"
--     if test x${FT2_CONFIG+set} != xset ; then
--       FT2_CONFIG=$ft_config_exec_prefix/bin/freetype-config
--     fi
--   fi
--
--   if test x$ft_config_prefix != x ; then
--     ft_config_args="$ft_config_args --prefix=$ft_config_prefix"
--     if test x${FT2_CONFIG+set} != xset ; then
--       FT2_CONFIG=$ft_config_prefix/bin/freetype-config
--     fi
--   fi
--
--   if test "x$FT2_CONFIG" = x ; then
--     AC_PATH_PROG([FT2_CONFIG], [freetype-config], [no])
--   fi
--
--   min_ft_version=m4_if([$1], [], [7.0.1], [$1])
--   AC_MSG_CHECKING([for FreeType -- version >= $min_ft_version])
--   no_ft=""
--   if test "$FT2_CONFIG" = "no" ; then
--     no_ft=yes
--   else
--     FT2_CFLAGS=`$FT2_CONFIG $ft_config_args --cflags`
--     FT2_LIBS=`$FT2_CONFIG $ft_config_args --libs`
--     ft_config_major_version=`$FT2_CONFIG $ft_config_args --version | \
--       sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
--     ft_config_minor_version=`$FT2_CONFIG $ft_config_args --version | \
--       sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
--     ft_config_micro_version=`$FT2_CONFIG $ft_config_args --version | \
--       sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
--     ft_min_major_version=`echo $min_ft_version | \
--       sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
--     ft_min_minor_version=`echo $min_ft_version | \
--       sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
--     ft_min_micro_version=`echo $min_ft_version | \
--       sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
--     if test x$enable_fttest = xyes ; then
--       ft_config_is_lt=""
--       if test $ft_config_major_version -lt $ft_min_major_version ; then
--         ft_config_is_lt=yes
--       else
--         if test $ft_config_major_version -eq $ft_min_major_version ; then
--           if test $ft_config_minor_version -lt $ft_min_minor_version ; then
--             ft_config_is_lt=yes
--           else
--             if test $ft_config_minor_version -eq $ft_min_minor_version ; then
--               if test $ft_config_micro_version -lt $ft_min_micro_version ; then
--                 ft_config_is_lt=yes
--               fi
--             fi
--           fi
--         fi
--       fi
--       if test x$ft_config_is_lt = xyes ; then
--         no_ft=yes
--       else
--         ac_save_CFLAGS="$CFLAGS"
--         ac_save_LIBS="$LIBS"
--         CFLAGS="$CFLAGS $FT2_CFLAGS"
--         LIBS="$FT2_LIBS $LIBS"
--
--         #
--         # Sanity checks for the results of freetype-config to some extent.
--         #
--         AC_RUN_IFELSE([
--             AC_LANG_SOURCE([[
--
--#include <ft2build.h>
--#include FT_FREETYPE_H
--#include <stdio.h>
--#include <stdlib.h>
--
--int
--main()
--{
--  FT_Library library;
--  FT_Error  error;
--
--  error = FT_Init_FreeType(&library);
--
--  if (error)
--    return 1;
--  else
--  {
--    FT_Done_FreeType(library);
--    return 0;
--  }
--}
--
--             ]])
--           ],
--           [],
--           [no_ft=yes],
--           [echo $ECHO_N "cross compiling; assuming OK... $ECHO_C"])
--
--         CFLAGS="$ac_save_CFLAGS"
--         LIBS="$ac_save_LIBS"
--       fi             # test $ft_config_version -lt $ft_min_version
--     fi               # test x$enable_fttest = xyes
--   fi                 # test "$FT2_CONFIG" = "no"
--
--   if test x$no_ft = x ; then
--     AC_MSG_RESULT([yes])
--     m4_if([$2], [], [:], [$2])
--   else
--     AC_MSG_RESULT([no])
--     if test "$FT2_CONFIG" = "no" ; then
--       AC_MSG_WARN([
--
--  The freetype-config script installed by FreeType 2 could not be found.
--  If FreeType 2 was installed in PREFIX, make sure PREFIX/bin is in
--  your path, or set the FT2_CONFIG environment variable to the
--  full path to freetype-config.
--       ])
--     else
--       if test x$ft_config_is_lt = xyes ; then
--         AC_MSG_WARN([
--
--  Your installed version of the FreeType 2 library is too old.
--  If you have different versions of FreeType 2, make sure that
--  correct values for --with-ft-prefix or --with-ft-exec-prefix
--  are used, or set the FT2_CONFIG environment variable to the
--  full path to freetype-config.
--         ])
--       else
--         AC_MSG_WARN([
--
--  The FreeType test program failed to run.  If your system uses
--  shared libraries and they are installed outside the normal
--  system library path, make sure the variable LD_LIBRARY_PATH
--  (or whatever is appropriate for your system) is correctly set.
--         ])
--       fi
--     fi
--
--     FT2_CFLAGS=""
--     FT2_LIBS=""
--     m4_if([$3], [], [:], [$3])
--   fi
--
--   AC_SUBST([FT2_CFLAGS])
--   AC_SUBST([FT2_LIBS])])
--
--# end of freetype2.m4
-diff --git a/m4/sdl-client.m4 b/m4/sdl-client.m4
-index 095cd0b287..015d948d95 100644
---- a/m4/sdl-client.m4
-+++ b/m4/sdl-client.m4
-@@ -30,7 +30,7 @@ AC_DEFUN([FC_SDL_CLIENT],
-         missing_project="SDL_gfx"
-       fi
-       if test "x$sdl_h_found" = "xyes" ; then
--        AC_CHECK_FT2([2.1.3], [freetype_found="yes"], [freetype_found="no"])
-+        PKG_CHECK_MODULES(FT2, freetype2 >= 7.0.1, [freetype_found="yes"], [freetype_found="no"])
-         if test "$freetype_found" = yes; then
- 	  gui_sdl_cflags="$gui_sdl_cflags $FT2_CFLAGS"
- 	  gui_sdl_libs="$gui_sdl_libs $FT2_LIBS"
--- 
-2.18.0
-


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/files/
@ 2024-02-17 14:35 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2024-02-17 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     3bf39315fea027544e97da87d2f4e106f93ccb65
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Feb 17 14:35:21 2024 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 14:35:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf39315

games-strategy/freeciv: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../files/freeciv-3.1.0_beta2-lua-search.patch      | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/games-strategy/freeciv/files/freeciv-3.1.0_beta2-lua-search.patch b/games-strategy/freeciv/files/freeciv-3.1.0_beta2-lua-search.patch
deleted file mode 100644
index e7c8123f9985..000000000000
--- a/games-strategy/freeciv/files/freeciv-3.1.0_beta2-lua-search.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-This patches meson.build to enable it to find lua in any of its
-many wonderous hiding places. It also bumps the meson version so that
-there's a ton less boilerplate to do so.
---- a/meson.build
-+++ b/meson.build
-@@ -1,5 +1,5 @@
- 
--project('freeciv', ['c', 'cpp'], meson_version: '>= 0.57.0')
-+project('freeciv', ['c', 'cpp'], meson_version: '>= 0.60.0')
- 
- if not get_option('ack_experimental')
-   error('Autotools are still the only fully supported way to build freeciv.\nSet configure option "ack_experimental" to true if you really want to do experimental meson build.\n' +
-@@ -436,7 +436,7 @@ endif
- icu_dep = dependency('icu-uc')
- 
- syslua = get_option('syslua')
--lua_dep_tmp = dependency('lua-5.4', required:false)
-+lua_dep_tmp = dependency('lua-5.4', 'lua-54', 'lua54', 'lua5.4', required:false)
- 
- if syslua != 'false' and lua_dep_tmp.found()
-   lua_inc_path = []


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-17 14:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-08 21:43 [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/files/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2024-02-17 14:35 David Seifert
2018-07-16  6:43 Lars Wendler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox