summaryrefslogtreecommitdiff
path: root/net-mgmt/cflowd/files/patch-classes_include_CflowdUint16Uint16Key.hh
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-08-15 00:23:01 +0000
committerRene Ladan <rene@FreeBSD.org>2014-08-15 00:23:01 +0000
commit5a97fdb350dbce1c238bb5449818ffdb690fabcd (patch)
treeb7d77ff7f6c43ac219924432c4e12b3fcc658f90 /net-mgmt/cflowd/files/patch-classes_include_CflowdUint16Uint16Key.hh
parentsecurity/bro: Add su flags so pkg initialization works (diff)
Remove expired ports:
2014-08-15 www/phpgedview: Superceded by www/webtrees 2014-08-15 graphics/luxrays: No longer needed as luxrender bundles its own verion now 2014-08-15 net-mgmt/cflowd: Unmaintained 10 years, requires dozens of patches, unverifiable
Notes
Notes: svn path=/head/; revision=364877
Diffstat (limited to 'net-mgmt/cflowd/files/patch-classes_include_CflowdUint16Uint16Key.hh')
-rw-r--r--net-mgmt/cflowd/files/patch-classes_include_CflowdUint16Uint16Key.hh28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-mgmt/cflowd/files/patch-classes_include_CflowdUint16Uint16Key.hh b/net-mgmt/cflowd/files/patch-classes_include_CflowdUint16Uint16Key.hh
deleted file mode 100644
index 0aba707c3973..000000000000
--- a/net-mgmt/cflowd/files/patch-classes_include_CflowdUint16Uint16Key.hh
+++ /dev/null
@@ -1,28 +0,0 @@
---- ./classes/include/CflowdUint16Uint16Key.hh.orig Wed Aug 11 18:11:35 1999
-+++ ./classes/include/CflowdUint16Uint16Key.hh Mon Apr 9 00:03:09 2007
-@@ -52,6 +52,7 @@
- }
-
- #include <map>
-+#include <iostream>
-
- #include "ArtsPrimitive.hh"
-
-@@ -136,7 +137,7 @@
- //.........................................................................
- // Reads the key from an istream. Returns the istream.
- //-------------------------------------------------------------------------
-- inline istream & read(istream & is)
-+ inline std::istream & read(std::istream & is)
- {
- g_CfdArtsPrimitive.ReadUint16(is,this->_src,sizeof(this->_src));
- g_CfdArtsPrimitive.ReadUint16(is,this->_dst,sizeof(this->_dst));
-@@ -177,7 +178,7 @@
- //.........................................................................
- // Writes the key to an ostream. Returns the ostream.
- //-------------------------------------------------------------------------
-- inline ostream & write(ostream & os) const
-+ inline std::ostream & write(std::ostream & os) const
- {
- g_CfdArtsPrimitive.WriteUint16(os,this->_src,sizeof(this->_src));
- g_CfdArtsPrimitive.WriteUint16(os,this->_dst,sizeof(this->_dst));