From d60b7b66d643dc3870fea84d484377479ed6d14a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 30 Aug 2025 16:16:30 +0700 Subject: [PATCH] freeorion: for boost-1.89 --- srcpkgs/freeorion/patches/boost-1.89.patch | 21 +++++++++++++++++++++ srcpkgs/freeorion/template | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/freeorion/patches/boost-1.89.patch diff --git a/srcpkgs/freeorion/patches/boost-1.89.patch b/srcpkgs/freeorion/patches/boost-1.89.patch new file mode 100644 index 00000000000..6e3319a56b3 --- /dev/null +++ b/srcpkgs/freeorion/patches/boost-1.89.patch @@ -0,0 +1,21 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -283,7 +283,6 @@ find_package(Boost ${MINIMUM_BOOST_VERSI + log + log_setup + serialization +- system + thread + REQUIRED) + +--- a/GG/CMakeLists.txt ++++ b/GG/CMakeLists.txt +@@ -66,7 +66,7 @@ endif() + + set(MINIMUM_BOOST_VERSION 1.69.0) + +-find_package(Boost ${MINIMUM_BOOST_VERSION} COMPONENTS filesystem regex system REQUIRED) ++find_package(Boost ${MINIMUM_BOOST_VERSION} COMPONENTS filesystem REQUIRED) + + find_package(OpenGL REQUIRED) + find_package(GLEW REQUIRED) diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template index d8d58c9e4b3..f0df2170528 100644 --- a/srcpkgs/freeorion/template +++ b/srcpkgs/freeorion/template @@ -1,7 +1,7 @@ # Template file for 'freeorion' pkgname=freeorion version=0.5.1.1 -revision=2 +revision=3 build_style=cmake hostmakedepends="cppcheck doxygen python3-pycodestyle" makedepends="boost-devel-minimal boost-python3