pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/wesnoth



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 15 11:22:50 UTC 2024

Modified Files:
        pkgsrc/games/wesnoth: distinfo
Added Files:
        pkgsrc/games/wesnoth/patches: patch-src_filesystem.cpp

Log Message:
wesnoth: fix build with boost 1.85


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/games/wesnoth/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/games/wesnoth/patches/patch-src_filesystem.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/wesnoth/distinfo
diff -u pkgsrc/games/wesnoth/distinfo:1.88 pkgsrc/games/wesnoth/distinfo:1.89
--- pkgsrc/games/wesnoth/distinfo:1.88  Sun Apr  7 21:39:03 2024
+++ pkgsrc/games/wesnoth/distinfo       Wed May 15 11:22:50 2024
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.88 2024/04/07 21:39:03 adam Exp $
+$NetBSD: distinfo,v 1.89 2024/05/15 11:22:50 wiz Exp $
 
 BLAKE2s (wesnoth-1.18.0.tar.bz2) = ca0d74f326087e0cb1a554000523b294593b37aa247cbe4780d5c4471f1ad822
 SHA512 (wesnoth-1.18.0.tar.bz2) = 7c7cd1021d9af2e790f3973ae258d7e401b665102cfcdb9e7fb400471d8488b7fa3f35a17a32c53b646d707dcc0508fef379ae6ce2dc79f1d675a7b2ec0e50c2
 Size (wesnoth-1.18.0.tar.bz2) = 460686063 bytes
 SHA1 (patch-CMakeLists.txt) = e1c4f9bb90529e0a1025c3ce6751b50ddb8171fd
 SHA1 (patch-src_CMakeLists.txt) = 7917bd0a3aedf3523a73e4542cbdf54c08a78f77
+SHA1 (patch-src_filesystem.cpp) = 8154e9f4ed92ca5a536c936c96f5aa9a36601887
 SHA1 (patch-src_wesnoth.cpp) = 73fa69b47de231c5ce16f66a52b449d5242ffe67

Added files:

Index: pkgsrc/games/wesnoth/patches/patch-src_filesystem.cpp
diff -u /dev/null pkgsrc/games/wesnoth/patches/patch-src_filesystem.cpp:1.1
--- /dev/null   Wed May 15 11:22:50 2024
+++ pkgsrc/games/wesnoth/patches/patch-src_filesystem.cpp       Wed May 15 11:22:50 2024
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_filesystem.cpp,v 1.1 2024/05/15 11:22:50 wiz Exp $
+
+Fix build with boost 1.85.
+https://github.com/wesnoth/wesnoth/commit/55162c465405d55f03be0f89daf16818c552d506
+
+--- src/filesystem.cpp.orig    2024-05-15 10:55:40.456101659 +0000
++++ src/filesystem.cpp
+@@ -30,6 +30,7 @@
+ #include "serialization/unicode.hpp"
+ #include "utils/general.hpp"
+ 
++#include <boost/filesystem.hpp>
+ #include <boost/filesystem/fstream.hpp>
+ #include <boost/iostreams/device/file_descriptor.hpp>
+ #include <boost/iostreams/stream.hpp>



Home | Main Index | Thread Index | Old Index