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:   joerg
Date:           Wed Apr 15 22:52:09 UTC 2020

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

Log Message:
Add missing header


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/games/wesnoth/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/games/wesnoth/patches/patch-src_color__range.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.69 pkgsrc/games/wesnoth/distinfo:1.70
--- pkgsrc/games/wesnoth/distinfo:1.69  Thu Feb 20 17:58:02 2020
+++ pkgsrc/games/wesnoth/distinfo       Wed Apr 15 22:52:09 2020
@@ -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 @@ SHA512 (wesnoth-1.14.11.tar.bz2) = f0c93
 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

Added files:

Index: pkgsrc/games/wesnoth/patches/patch-src_color__range.cpp
diff -u /dev/null pkgsrc/games/wesnoth/patches/patch-src_color__range.cpp:1.1
--- /dev/null   Wed Apr 15 22:52:09 2020
+++ pkgsrc/games/wesnoth/patches/patch-src_color__range.cpp     Wed Apr 15 22:52:09 2020
@@ -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