pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/pingus



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 19 22:15:10 UTC 2019

Modified Files:
        pkgsrc/games/pingus: distinfo
Added Files:
        pkgsrc/games/pingus/patches: patch-src_pingus_pingus__level.hpp
            patch-src_util_file__reader.hpp

Log Message:
Add missing <string>.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/games/pingus/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/games/pingus/patches/patch-src_pingus_pingus__level.hpp \
    pkgsrc/games/pingus/patches/patch-src_util_file__reader.hpp

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

Modified files:

Index: pkgsrc/games/pingus/distinfo
diff -u pkgsrc/games/pingus/distinfo:1.12 pkgsrc/games/pingus/distinfo:1.13
--- pkgsrc/games/pingus/distinfo:1.12   Mon May 27 16:07:30 2019
+++ pkgsrc/games/pingus/distinfo        Thu Dec 19 22:15:09 2019
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2019/05/27 16:07:30 maya Exp $
+$NetBSD: distinfo,v 1.13 2019/12/19 22:15:09 joerg Exp $
 
 SHA1 (pingus-0.7.6.tar.gz) = c888c277995bed84052b62d0eacbd77d0346a276
 RMD160 (pingus-0.7.6.tar.gz) = e58ced4252caea3ca642a82a47468ed49eaa7851
@@ -19,7 +19,9 @@ SHA1 (patch-src_pingus_components_check_
 SHA1 (patch-src_pingus_components_choice__box.hpp) = 4d2faefe2db205c8cbc695c6b45df4ee549261e8
 SHA1 (patch-src_pingus_components_slider__box.hpp) = 0c247a42dcf17a214fb2347177e95e0a5393807d
 SHA1 (patch-src_pingus_config__manager.hpp) = 3aa3c4947accec1360ee71d03aec8582c68c226a
+SHA1 (patch-src_pingus_pingus__level.hpp) = 8b23df869e11bdad0be778baf98fe91513f718e2
 SHA1 (patch-src_pingus_pingus__main.cpp) = c3e4e20c2ffe8000761a79f72711ab7c5e88c583
 SHA1 (patch-src_pingus_screens_demo__session.hpp) = 4f601d78e7962d93ee5610e60e9f1d9e7df1c303
 SHA1 (patch-src_pingus_screens_option__menu.hpp) = bf7da1b212fde00b9dd3d2f972ec587f629771da
 SHA1 (patch-src_pingus_screens_pingus__menu.cpp) = 18c2f3762fd5d7adf6a6a9b4561cc6af1289ff15
+SHA1 (patch-src_util_file__reader.hpp) = 1acf1c9534594465d3c7f98489bc02cf15238295

Added files:

Index: pkgsrc/games/pingus/patches/patch-src_pingus_pingus__level.hpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_pingus_pingus__level.hpp:1.1
--- /dev/null   Thu Dec 19 22:15:10 2019
+++ pkgsrc/games/pingus/patches/patch-src_pingus_pingus__level.hpp      Thu Dec 19 22:15:10 2019
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_pingus_pingus__level.hpp,v 1.1 2019/12/19 22:15:10 joerg Exp $
+
+--- src/pingus/pingus_level.hpp.orig   2019-12-19 20:15:26.796566528 +0000
++++ src/pingus/pingus_level.hpp
+@@ -18,6 +18,7 @@
+ #define HEADER_PINGUS_PINGUS_PINGUS_LEVEL_HPP
+ 
+ #include <map>
++#include <string>
+ 
+ #include "util/file_reader.hpp"
+ 
Index: pkgsrc/games/pingus/patches/patch-src_util_file__reader.hpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_util_file__reader.hpp:1.1
--- /dev/null   Thu Dec 19 22:15:10 2019
+++ pkgsrc/games/pingus/patches/patch-src_util_file__reader.hpp Thu Dec 19 22:15:10 2019
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_util_file__reader.hpp,v 1.1 2019/12/19 22:15:10 joerg Exp $
+
+--- src/util/file_reader.hpp.orig      2019-12-19 20:16:23.201191068 +0000
++++ src/util/file_reader.hpp
+@@ -18,6 +18,7 @@
+ #define HEADER_PINGUS_UTIL_FILE_READER_HPP
+ 
+ #include <memory>
++#include <string>
+ #include <vector>
+ 
+ class Size;



Home | Main Index | Thread Index | Old Index