Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/wesnoth Add missing header



details:   https://anonhg.NetBSD.org/pkgsrc/rev/837feb482d3e
branches:  trunk
changeset: 429074:837feb482d3e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Apr 15 22:52:09 2020 +0000

description:
Add missing header

diffstat:

 games/wesnoth/distinfo                           |   3 ++-
 games/wesnoth/patches/patch-src_color__range.cpp |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 36c286f09ca5 -r 837feb482d3e games/wesnoth/distinfo
--- a/games/wesnoth/distinfo    Wed Apr 15 22:51:51 2020 +0000
+++ b/games/wesnoth/distinfo    Wed Apr 15 22:52:09 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.69 2020/02/20 17:58:02 nia Exp $
+$NetBSD: distinfo,v 1.70 2020/04/15 22:52:09 joerg Exp $
 
 SHA1 (wesnoth-1.14.11.tar.bz2) = 04381df6391283da4aae5b5d4a8eab8800efbbc0
 RMD160 (wesnoth-1.14.11.tar.bz2) = 0267a0943b8277de89e4d1f518c13e4948a6c4de
@@ -6,4 +6,5 @@
 Size (wesnoth-1.14.11.tar.bz2) = 458916843 bytes
 SHA1 (patch-CMakeLists.txt) = 5c580a7b9719d769507c2c0ec3580d6cf523e7f0
 SHA1 (patch-src_CMakeLists.txt) = 5839663ab11a9fdc31e89b74ce2708a251155d9f
+SHA1 (patch-src_color__range.cpp) = bdce94054a0fb2972e63a968fdb78e34db1213a6
 SHA1 (patch-src_wesnoth.cpp) = 73fa69b47de231c5ce16f66a52b449d5242ffe67
diff -r 36c286f09ca5 -r 837feb482d3e games/wesnoth/patches/patch-src_color__range.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/wesnoth/patches/patch-src_color__range.cpp  Wed Apr 15 22:52:09 2020 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_color__range.cpp,v 1.1 2020/04/15 22:52:09 joerg Exp $
+
+--- src/color_range.cpp.orig   2020-04-14 20:36:13.908481410 +0000
++++ src/color_range.cpp
+@@ -24,6 +24,7 @@
+ #include "map/map.hpp"
+ 
+ #include <iomanip>
++#include <sstream>
+ #include <unordered_set>
+ 
+ color_range_map recolor_range(const color_range& new_range, const std::vector<color_t>& old_rgb)



Home | Main Index | Thread Index | Old Index