pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/mysql80-cluster
Module Name: pkgsrc
Committed By: wiz
Date: Mon May 5 22:22:11 UTC 2025
Modified Files:
pkgsrc/databases/mysql80-cluster: distinfo
Added Files:
pkgsrc/databases/mysql80-cluster/patches:
patch-storage_ndb_src_ndbapi_NdbEventOperationImpl.cpp
Log Message:
mysql80-cluster: add missing header for std::numeric_limits
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/mysql80-cluster/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/databases/mysql80-cluster/patches/patch-storage_ndb_src_ndbapi_NdbEventOperationImpl.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/mysql80-cluster/distinfo
diff -u pkgsrc/databases/mysql80-cluster/distinfo:1.1 pkgsrc/databases/mysql80-cluster/distinfo:1.2
--- pkgsrc/databases/mysql80-cluster/distinfo:1.1 Mon Aug 5 01:23:58 2024
+++ pkgsrc/databases/mysql80-cluster/distinfo Mon May 5 22:22:11 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2024/08/05 01:23:58 jnemeth Exp $
+$NetBSD: distinfo,v 1.2 2025/05/05 22:22:11 wiz Exp $
BLAKE2s (boost_1_77_0.tar.bz2) = 11f9651d7078e67a69a97f46dce3131af1f1b3ba5976c26435cd17a66161cbf1
SHA512 (boost_1_77_0.tar.bz2) = 39b45c9b60bc5a2a4c669a4463d1272c1e093376b2fb374d7f20a84ea10a3e23bb04b335a735a83a04575731f874d9bff77e89acd947524b3fbbae1b26ae1f2f
@@ -34,4 +34,5 @@ SHA1 (patch-sql_join__optimizer_bit__uti
SHA1 (patch-sql_resourcegroups_platform_thread__attrs__api__apple.cc) = ff155def0b522b3c84ef06438d5e6d59336e6cbe
SHA1 (patch-storage_innobase_include_detail_ut_large__page__alloc-linux.h) = 195469587bfc24bc71ffc6814ccbd973170a3946
SHA1 (patch-storage_ndb_src_common_portlib_NdbHW.cpp) = 6ac23cfd535fa2cf14703cca84a865f93d574263
+SHA1 (patch-storage_ndb_src_ndbapi_NdbEventOperationImpl.cpp) = f254045b12424fed85bfe7d9dc4989c04bf78092
SHA1 (patch-vio_viosocket.cc) = 6aab7e41f0a34a212c91a61ffe1eb2e74090745e
Added files:
Index: pkgsrc/databases/mysql80-cluster/patches/patch-storage_ndb_src_ndbapi_NdbEventOperationImpl.cpp
diff -u /dev/null pkgsrc/databases/mysql80-cluster/patches/patch-storage_ndb_src_ndbapi_NdbEventOperationImpl.cpp:1.1
--- /dev/null Mon May 5 22:22:11 2025
+++ pkgsrc/databases/mysql80-cluster/patches/patch-storage_ndb_src_ndbapi_NdbEventOperationImpl.cpp Mon May 5 22:22:11 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-storage_ndb_src_ndbapi_NdbEventOperationImpl.cpp,v 1.1 2025/05/05 22:22:11 wiz Exp $
+
+Add missing header for std::numeric_limits.
+
+--- storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp.orig 2025-05-05 22:16:40.248400152 +0000
++++ storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp
+@@ -27,6 +27,7 @@
+ #include <ndb_global.h>
+ #include <NdbOut.hpp>
+ #include <cstring>
++#include <limits>
+ #include <vector>
+ #include "API.hpp"
+ #include "m_ctype.h"
Home |
Main Index |
Thread Index |
Old Index