pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/doxygen



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Aug 16 12:12:03 UTC 2022

Modified Files:
        pkgsrc/devel/doxygen: distinfo
Added Files:
        pkgsrc/devel/doxygen/patches: patch-src_cache.h

Log Message:
doxygen: add build fix from upstream


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/doxygen/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/doxygen/patches/patch-src_cache.h

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

Modified files:

Index: pkgsrc/devel/doxygen/distinfo
diff -u pkgsrc/devel/doxygen/distinfo:1.74 pkgsrc/devel/doxygen/distinfo:1.75
--- pkgsrc/devel/doxygen/distinfo:1.74  Mon May 23 13:08:02 2022
+++ pkgsrc/devel/doxygen/distinfo       Tue Aug 16 12:12:03 2022
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.74 2022/05/23 13:08:02 micha Exp $
+$NetBSD: distinfo,v 1.75 2022/08/16 12:12:03 tnn Exp $
 
 BLAKE2s (doxygen-1.9.4.src.tar.gz) = 7998739d5c73384efbfdc27257e9251226c5bb550a6a2da0063255976e4c9144
 SHA512 (doxygen-1.9.4.src.tar.gz) = 613f17800ebd05b66b1954af4d51282a1779678e7ade6c43046fc940742a697ebdf3af8e94ac70a3422bc96def663e70eaea8c4349d192e2fe5e516c57cc345a
 Size (doxygen-1.9.4.src.tar.gz) = 5196383 bytes
 SHA1 (patch-filesystem_filesystem.hpp) = 841ae28710d3fdbb75123dc804cbc13da8448d1b
+SHA1 (patch-src_cache.h) = 2c3250802fe8e98fe18ac4483d804b49fb187534
 SHA1 (patch-src_dirdef.cpp) = d10fb53e25cffac04129140e85bc836e5e7c8256

Added files:

Index: pkgsrc/devel/doxygen/patches/patch-src_cache.h
diff -u /dev/null pkgsrc/devel/doxygen/patches/patch-src_cache.h:1.1
--- /dev/null   Tue Aug 16 12:12:03 2022
+++ pkgsrc/devel/doxygen/patches/patch-src_cache.h      Tue Aug 16 12:12:03 2022
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_cache.h,v 1.1 2022/08/16 12:12:03 tnn Exp $
+
+https://github.com/doxygen/doxygen/commit/5198966c8d5fec89116d025c74934ac03ea511fa
+
+--- src/cache.h.orig   2022-04-28 17:56:07.000000000 +0000
++++ src/cache.h
+@@ -19,6 +19,7 @@
+ #include <list>
+ #include <unordered_map>
+ #include <mutex>
++#include <utility>
+ #include <ctype.h>
+ 
+ /*! Fixed size cache for value type V using keys of type K.



Home | Main Index | Thread Index | Old Index