diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-24 13:40:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-24 13:40:05 +0000 |
commit | 44c8eddbe202378691c6488efef505813fd17e26 (patch) | |
tree | 29f21d770537fee6ec1ad72892f46ca45be27cb6 /net/openwbem | |
parent | f733d0ed89c51373232a3f609d61b8ff6116403e (diff) | |
download | pkgsrc-44c8eddbe202378691c6488efef505813fd17e26.tar.gz |
Start fixing issues with newer GCC
Diffstat (limited to 'net/openwbem')
6 files changed, 67 insertions, 1 deletions
diff --git a/net/openwbem/distinfo b/net/openwbem/distinfo index 1220428783b..7506aed2eb0 100644 --- a/net/openwbem/distinfo +++ b/net/openwbem/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2010/02/11 22:46:18 joerg Exp $ +$NetBSD: distinfo,v 1.4 2011/11/24 13:40:05 joerg Exp $ SHA1 (openwbem-3.2.2.tar.gz) = 3272e5cbcfb2a864cccf71e15e0da0f6623420bb RMD160 (openwbem-3.2.2.tar.gz) = 31ce8c80d47ff7539315e3978b8c1c493bd17f35 @@ -8,3 +8,8 @@ SHA1 (patch-ab) = c83f632376f12d7378b1f013a0db5d4ae63f15bf SHA1 (patch-ac) = ea2f928b13eaef464e133b0e510fa4b8cfee95b9 SHA1 (patch-ad) = e8b7c3a3b7fbab6052a9e866c8a1c9f1653db590 SHA1 (patch-ae) = a9d923bdf6e52acff83588605f2913b196c92038 +SHA1 (patch-src_cim_OW__CIMDateTime.cpp) = 186db29470cbe526c4e18aca13604ab578b3bad3 +SHA1 (patch-src_common_OW__LogMessagePatternFormatter.cpp) = 8566874493e1c5def31dd0e27d42b65c6f3f3ff8 +SHA1 (patch-src_common_OW__PosixFile.cpp) = 865435218984a3106229cb74e72af1d6b29625db +SHA1 (patch-src_common_OW__StackTrace.cpp) = 14e3dbdaea069c5ae47d9e06f7e337dd74110b88 +SHA1 (patch-src_common_socket_OW__SocketAddress.cpp) = 64af2ecb1f5164bacef823d5769a52c513470db1 diff --git a/net/openwbem/patches/patch-src_cim_OW__CIMDateTime.cpp b/net/openwbem/patches/patch-src_cim_OW__CIMDateTime.cpp new file mode 100644 index 00000000000..3eab9c95fa9 --- /dev/null +++ b/net/openwbem/patches/patch-src_cim_OW__CIMDateTime.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-src_cim_OW__CIMDateTime.cpp,v 1.1 2011/11/24 13:40:05 joerg Exp $ + +--- src/cim/OW_CIMDateTime.cpp.orig 2011-11-24 02:50:22.000000000 +0000 ++++ src/cim/OW_CIMDateTime.cpp +@@ -44,6 +44,8 @@ + #include "OW_Assertion.hpp" + + #include <cstdio> ++#include <cstdlib> ++#include <cstring> + #if defined(OW_HAVE_ISTREAM) && defined(OW_HAVE_OSTREAM) + #include <istream> + #include <ostream> diff --git a/net/openwbem/patches/patch-src_common_OW__LogMessagePatternFormatter.cpp b/net/openwbem/patches/patch-src_common_OW__LogMessagePatternFormatter.cpp new file mode 100644 index 00000000000..326f13908bd --- /dev/null +++ b/net/openwbem/patches/patch-src_common_OW__LogMessagePatternFormatter.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-src_common_OW__LogMessagePatternFormatter.cpp,v 1.1 2011/11/24 13:40:05 joerg Exp $ + +--- src/common/OW_LogMessagePatternFormatter.cpp.orig 2011-11-24 02:52:41.000000000 +0000 ++++ src/common/OW_LogMessagePatternFormatter.cpp +@@ -44,6 +44,7 @@ + #include "OW_ThreadImpl.hpp" + + #include <vector> ++#include <climits> + #include <cstdlib> // for strtol + + extern "C" diff --git a/net/openwbem/patches/patch-src_common_OW__PosixFile.cpp b/net/openwbem/patches/patch-src_common_OW__PosixFile.cpp new file mode 100644 index 00000000000..1f2aba00069 --- /dev/null +++ b/net/openwbem/patches/patch-src_common_OW__PosixFile.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-src_common_OW__PosixFile.cpp,v 1.1 2011/11/24 13:40:05 joerg Exp $ + +--- src/common/OW_PosixFile.cpp.orig 2011-11-24 02:53:14.000000000 +0000 ++++ src/common/OW_PosixFile.cpp +@@ -36,6 +36,7 @@ + #include "OW_config.h" + #include "OW_File.hpp" + ++#include <string.h> + #ifdef OW_WIN32 + #include <io.h> + #include <stdlib.h> diff --git a/net/openwbem/patches/patch-src_common_OW__StackTrace.cpp b/net/openwbem/patches/patch-src_common_OW__StackTrace.cpp new file mode 100644 index 00000000000..b5d115f0a5a --- /dev/null +++ b/net/openwbem/patches/patch-src_common_OW__StackTrace.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-src_common_OW__StackTrace.cpp,v 1.1 2011/11/24 13:40:05 joerg Exp $ + +--- src/common/OW_StackTrace.cpp.orig 2011-11-24 02:53:47.000000000 +0000 ++++ src/common/OW_StackTrace.cpp +@@ -35,6 +35,7 @@ + #include "OW_config.h" + #include "OW_StackTrace.hpp" + ++#include <cstdlib> + #ifdef OW_WIN32 + #include <iostream> // for cerr + namespace OW_NAMESPACE diff --git a/net/openwbem/patches/patch-src_common_socket_OW__SocketAddress.cpp b/net/openwbem/patches/patch-src_common_socket_OW__SocketAddress.cpp new file mode 100644 index 00000000000..71e217cc9a4 --- /dev/null +++ b/net/openwbem/patches/patch-src_common_socket_OW__SocketAddress.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-src_common_socket_OW__SocketAddress.cpp,v 1.1 2011/11/24 13:40:05 joerg Exp $ + +--- src/common/socket/OW_SocketAddress.cpp.orig 2011-11-24 02:51:19.000000000 +0000 ++++ src/common/socket/OW_SocketAddress.cpp +@@ -50,6 +50,7 @@ extern "C" + #include <sys/param.h> + #include <sys/utsname.h> + #include <unistd.h> ++#include <string.h> + #endif + + #include <errno.h> |