diff options
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/Makefile | 5 | ||||
-rw-r--r-- | games/wesnoth/distinfo | 6 | ||||
-rw-r--r-- | games/wesnoth/files/patch-CMakeLists.txt | 11 | ||||
-rw-r--r-- | games/wesnoth/files/patch-src_filesystem.hpp | 10 | ||||
-rw-r--r-- | games/wesnoth/files/patch-src_serialization_base64.cpp | 10 |
5 files changed, 26 insertions, 16 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 3c0c234da4bf..76db63c6ce2a 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,13 +1,12 @@ PORTNAME= wesnoth -PORTVERSION= 1.18.4 +PORTVERSION= 1.18.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ http://files.wesnoth.org/ \ http://ports.toco-domains.de/ -#PATCH_SITES+= https://github.com/wesnoth/wesnoth/commit/ - MAINTAINER= fluffy@FreeBSD.org COMMENT= Fantasy turn-based strategy game WWW= https://www.wesnoth.org/ diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo index 6418b57ed02c..b8c66ad5fc0a 100644 --- a/games/wesnoth/distinfo +++ b/games/wesnoth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741648592 -SHA256 (wesnoth-1.18.4.tar.bz2) = 2b95351729fcf1384d521d540aa0adfc80a9be2991aa4791f3b090678e4364ae -SIZE (wesnoth-1.18.4.tar.bz2) = 461847477 +TIMESTAMP = 1750757961 +SHA256 (wesnoth-1.18.5.tar.bz2) = e15db3caf446d91d389fc275f10c1a9e7ca3c6176c3b8ce94f5ee4a7a0c81bd6 +SIZE (wesnoth-1.18.5.tar.bz2) = 461916727 diff --git a/games/wesnoth/files/patch-CMakeLists.txt b/games/wesnoth/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..12e918ff6c45 --- /dev/null +++ b/games/wesnoth/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2025-02-17 21:50:08 UTC ++++ CMakeLists.txt +@@ -93,7 +93,7 @@ endif() + find_library(SECURITY_LIBRARY Security REQUIRED) + endif() + +-find_package(Boost ${BOOST_VERSION} REQUIRED COMPONENTS iostreams program_options regex system thread random coroutine locale filesystem graph) ++find_package(Boost ${BOOST_VERSION} REQUIRED COMPONENTS iostreams program_options process regex system thread random coroutine locale filesystem graph) + find_package(ICU REQUIRED COMPONENTS data i18n uc) + + # no, gettext executables are not required when NLS is deactivated diff --git a/games/wesnoth/files/patch-src_filesystem.hpp b/games/wesnoth/files/patch-src_filesystem.hpp deleted file mode 100644 index 570850ac9575..000000000000 --- a/games/wesnoth/files/patch-src_filesystem.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/filesystem.hpp.orig 2025-02-17 21:50:08 UTC -+++ src/filesystem.hpp -@@ -21,6 +21,7 @@ - #pragma once - - #include <ctime> -+#include <cstdint> - #include <fstream> - #include <iosfwd> - #include <memory> diff --git a/games/wesnoth/files/patch-src_serialization_base64.cpp b/games/wesnoth/files/patch-src_serialization_base64.cpp new file mode 100644 index 000000000000..28535fa62b83 --- /dev/null +++ b/games/wesnoth/files/patch-src_serialization_base64.cpp @@ -0,0 +1,10 @@ +--- src/serialization/base64.cpp.orig 2025-02-17 21:50:08 UTC ++++ src/serialization/base64.cpp +@@ -15,6 +15,7 @@ + + #include "serialization/base64.hpp" + ++#include <cstdint> + #include <string> + + namespace { |