pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/fifengine



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  9 15:30:24 UTC 2022

Modified Files:
        pkgsrc/devel/fifengine: distinfo
Added Files:
        pkgsrc/devel/fifengine/patches: patch-engine_core_vfs_zip_zipnode.cpp

Log Message:
fifengine: add missing header to fix compilation on -currenT


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/fifengine/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/fifengine/patches/patch-engine_core_vfs_zip_zipnode.cpp

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

Modified files:

Index: pkgsrc/devel/fifengine/distinfo
diff -u pkgsrc/devel/fifengine/distinfo:1.3 pkgsrc/devel/fifengine/distinfo:1.4
--- pkgsrc/devel/fifengine/distinfo:1.3 Tue Oct 26 10:14:38 2021
+++ pkgsrc/devel/fifengine/distinfo     Sun Jan  9 15:30:24 2022
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:14:38 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/01/09 15:30:24 wiz Exp $
 
 BLAKE2s (fifengine-0.4.2.tar.gz) = 8286aae95f0a05ffb3f97559d26f66202590b74e145a023896ba762fb74e3d1b
 SHA512 (fifengine-0.4.2.tar.gz) = 2b92e936d3f900532c5dee235a217c338941c44da479dceb3e48b3e8b93a402b31dc5501a6533391a01af53d6dbd51b6793c74e8ac81301ae6f1fa18271761a4
 Size (fifengine-0.4.2.tar.gz) = 15713939 bytes
 SHA1 (patch-CMakeLists.txt) = 5cc3ade95e7011c460107d87d95f4001dc563ae2
+SHA1 (patch-engine_core_vfs_zip_zipnode.cpp) = da9ac52079b7808efac8b8ba3acd22b3cc76e94a

Added files:

Index: pkgsrc/devel/fifengine/patches/patch-engine_core_vfs_zip_zipnode.cpp
diff -u /dev/null pkgsrc/devel/fifengine/patches/patch-engine_core_vfs_zip_zipnode.cpp:1.1
--- /dev/null   Sun Jan  9 15:30:24 2022
+++ pkgsrc/devel/fifengine/patches/patch-engine_core_vfs_zip_zipnode.cpp        Sun Jan  9 15:30:24 2022
@@ -0,0 +1,15 @@
+$NetBSD: patch-engine_core_vfs_zip_zipnode.cpp,v 1.1 2022/01/09 15:30:24 wiz Exp $
+
+Add missing header for std::find
+
+--- engine/core/vfs/zip/zipnode.cpp.orig       2019-01-11 17:24:38.000000000 +0000
++++ engine/core/vfs/zip/zipnode.cpp
+@@ -21,6 +21,8 @@
+ 
+ // Standard C++ library includes
+ 
++#include <algorithm>
++
+ // FIFE includes
+ // These includes are split up in two parts, separated by one empty line
+ // First block: files included from the FIFE root src directory



Home | Main Index | Thread Index | Old Index