summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2016-05-23 05:06:09 +0000
committerbsiegert <bsiegert>2016-05-23 05:06:09 +0000
commitd0bf6544fedcd4f59b7b1b095e2f0765ad5af813 (patch)
tree4e9161782fc347156c0ffe8d44b49abfdd72d297
parent8f58cf2b7d6b3d9b342544fc2ce99e210ba6eb34 (diff)
downloadpkgsrc-d0bf6544fedcd4f59b7b1b095e2f0765ad5af813.tar.gz
Pullup ticket #5001 - requested by joerg
net/openwbem: build fix Revisions pulled up: - net/openwbem/distinfo 1.8 - net/openwbem/patches/patch-src_common_OW__CommonFwd.hpp 1.2 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 10:08:07 UTC 2016 Modified Files: pkgsrc/net/openwbem: distinfo pkgsrc/net/openwbem/patches: patch-src_common_OW__CommonFwd.hpp Log Message: Include the right header for std::less.
-rw-r--r--net/openwbem/distinfo4
-rw-r--r--net/openwbem/patches/patch-src_common_OW__CommonFwd.hpp7
2 files changed, 6 insertions, 5 deletions
diff --git a/net/openwbem/distinfo b/net/openwbem/distinfo
index 1c43357d142..4e9fb300882 100644
--- a/net/openwbem/distinfo
+++ b/net/openwbem/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 00:35:18 agc Exp $
+$NetBSD: distinfo,v 1.7.4.1 2016/05/23 05:06:09 bsiegert Exp $
SHA1 (openwbem-3.2.2.tar.gz) = 3272e5cbcfb2a864cccf71e15e0da0f6623420bb
RMD160 (openwbem-3.2.2.tar.gz) = 31ce8c80d47ff7539315e3978b8c1c493bd17f35
@@ -14,7 +14,7 @@ SHA1 (patch-src_cim_OW__CIMDateTime.cpp) = 186db29470cbe526c4e18aca13604ab578b3b
SHA1 (patch-src_cimom_server_OW__Platform.cpp) = f7a2f848f565c0c33810bc90ff1455598c024769
SHA1 (patch-src_cimom_server_OW__PlatformSignal.cpp) = f6d2427d1a2f0bce8cbbc558583bd7d429cfc515
SHA1 (patch-src_common_OW__COWReference.hpp) = f67f64de56a8745d24a0d738b9c546f5edf249d8
-SHA1 (patch-src_common_OW__CommonFwd.hpp) = 1f1a721f7da14eb0d4ac08f56f1b8086e9d5795a
+SHA1 (patch-src_common_OW__CommonFwd.hpp) = 11caf3255cb37709026ad6076e4762e19c422737
SHA1 (patch-src_common_OW__HashMap.hpp) = 37475181bf6e979bde55ef717f14ce62ab730aed
SHA1 (patch-src_common_OW__HashMultiMap.hpp) = 3d94543356bf0837996a9faf4075ccc6965bd462
SHA1 (patch-src_common_OW__List.hpp) = e106aca83db05b484ad573cb8da889453321836f
diff --git a/net/openwbem/patches/patch-src_common_OW__CommonFwd.hpp b/net/openwbem/patches/patch-src_common_OW__CommonFwd.hpp
index 2ec73590489..11e7ca72377 100644
--- a/net/openwbem/patches/patch-src_common_OW__CommonFwd.hpp
+++ b/net/openwbem/patches/patch-src_common_OW__CommonFwd.hpp
@@ -1,8 +1,8 @@
-$NetBSD: patch-src_common_OW__CommonFwd.hpp,v 1.1 2013/05/23 14:58:09 joerg Exp $
+$NetBSD: patch-src_common_OW__CommonFwd.hpp,v 1.1.24.1 2016/05/23 05:06:09 bsiegert Exp $
---- src/common/OW_CommonFwd.hpp.orig 2013-05-23 13:15:41.000000000 +0000
+--- src/common/OW_CommonFwd.hpp.orig 2005-11-04 22:34:12.000000000 +0000
+++ src/common/OW_CommonFwd.hpp
-@@ -38,19 +38,7 @@
+@@ -38,19 +38,8 @@
#include "OW_ArrayFwd.hpp"
#include "OW_IntrusiveReference.hpp"
@@ -20,6 +20,7 @@ $NetBSD: patch-src_common_OW__CommonFwd.hpp,v 1.1 2013/05/23 14:58:09 joerg Exp
-}
-#endif
+#include <algorithm>
++#include <functional>
namespace OW_NAMESPACE
{