Hi,

  Below is a diff for an updates to games/freeorion.
The patches have been updated to remove the changes that
had been needed to compile with Boost, it only has to remove
the -O3 optimization.

  Thanks,
  Tom

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/freeorion/Makefile,v
diff -u -p -r1.30 Makefile
--- Makefile    13 May 2026 10:07:06 -0000      1.30
+++ Makefile    27 Aug 2026 16:38:19 -0000
@@ -1,9 +1,8 @@
-V =            0.5.1.1
+V =            0.5.1.2
 COMMENT =      turn-based space empire and galactic conquest computer game
 PKGNAME =      freeorion-${V}
-DIST_TUPLE +=  github freeorion freeorion 
783080a1f40c3b2cba3690299fcf5b5ce6ce55f2 .
+DIST_TUPLE +=  github freeorion freeorion 
1d4211edeab19cf5f5096cda7c9f54e7b3b3dbf7 .
 CATEGORIES =   games
-REVISION =     1
 
 HOMEPAGE =     https://www.freeorion.org/
 MAINTAINER =   Tom Murphy <[email protected]>
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/freeorion/distinfo,v
diff -u -p -r1.10 distinfo
--- distinfo    7 Aug 2025 21:07:11 -0000       1.10
+++ distinfo    27 Aug 2026 16:38:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (freeorion-freeorion-783080a1f40c3b2cba3690299fcf5b5ce6ce55f2.tar.gz) = 
fLwl4V5Suov/rLpQViYyEbE2GDTQChQmWjF8esBz0rE=
-SIZE (freeorion-freeorion-783080a1f40c3b2cba3690299fcf5b5ce6ce55f2.tar.gz) = 
156641450
+SHA256 (freeorion-freeorion-1d4211edeab19cf5f5096cda7c9f54e7b3b3dbf7.tar.gz) = 
yTTLZw6AGhTU5iYPLebiP7CIvhqRGP9Qur9LNDdUyVs=
+SIZE (freeorion-freeorion-1d4211edeab19cf5f5096cda7c9f54e7b3b3dbf7.tar.gz) = 
156645943
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/games/freeorion/patches/patch-CMakeLists_txt,v
diff -u -p -r1.11 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt        10 May 2026 18:09:47 -0000      1.11
+++ patches/patch-CMakeLists_txt        27 Aug 2026 16:38:19 -0000
@@ -1,18 +1,9 @@
-Fix build with Boost 1.91
 Remove hardcoded optimisation option.
 
 Index: CMakeLists.txt
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -283,7 +283,6 @@ find_package(Boost ${MINIMUM_BOOST_VERSION}
-         log
-         log_setup
-         serialization
--        system
-         thread
-     REQUIRED)
- 
-@@ -515,7 +514,6 @@ target_compile_options(freeorionparseobj
+@@ -518,7 +518,6 @@ target_compile_options(freeorionparseobj
      PRIVATE
          $<$<CXX_COMPILER_ID:Clang>:-ftemplate-depth=512>
          $<$<CXX_COMPILER_ID:AppleClang>:-ftemplate-depth=512>
Index: patches/patch-GG_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/games/freeorion/patches/patch-GG_CMakeLists_txt,v
diff -u -p -r1.6 patch-GG_CMakeLists_txt
--- patches/patch-GG_CMakeLists_txt     10 May 2026 18:09:47 -0000      1.6
+++ patches/patch-GG_CMakeLists_txt     27 Aug 2026 16:38:19 -0000
@@ -1,18 +1,8 @@
-Fix build with Boost 1.91
 Add X11BASE include directory
 
 Index: GG/CMakeLists.txt
 --- GG/CMakeLists.txt.orig
 +++ 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 regex 
REQUIRED)
- 
- find_package(OpenGL REQUIRED)
- find_package(GLEW REQUIRED)
 @@ -89,6 +89,7 @@ endif()
  include_directories(
      ${CMAKE_CURRENT_SOURCE_DIR}

Reply via email to