diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-08-15 00:23:01 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-08-15 00:23:01 +0000 |
commit | 5a97fdb350dbce1c238bb5449818ffdb690fabcd (patch) | |
tree | b7d77ff7f6c43ac219924432c4e12b3fcc658f90 /net-mgmt/cflowd/files/patch-classes_include_CflowdAsMatrix.hh | |
parent | security/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_CflowdAsMatrix.hh')
-rw-r--r-- | net-mgmt/cflowd/files/patch-classes_include_CflowdAsMatrix.hh | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-mgmt/cflowd/files/patch-classes_include_CflowdAsMatrix.hh b/net-mgmt/cflowd/files/patch-classes_include_CflowdAsMatrix.hh deleted file mode 100644 index df1c42426a82..000000000000 --- a/net-mgmt/cflowd/files/patch-classes_include_CflowdAsMatrix.hh +++ /dev/null @@ -1,31 +0,0 @@ ---- classes/include/CflowdAsMatrix.hh.orig 2008-04-08 21:29:31.000000000 +0200 -+++ classes/include/CflowdAsMatrix.hh 2008-04-08 21:31:22.000000000 +0200 -@@ -55,7 +55,9 @@ - #include "CflowdAsMatrixTrafficCounter.hh" - #include "CflowdRawFlow.hh" - --typedef map<CflowdAsMatrixKey, CflowdAsMatrixTrafficCounter, less<CflowdAsMatrixKey> > CflowdAsMatrixMap_t; -+class iterator; -+ -+typedef std::map<CflowdAsMatrixKey, CflowdAsMatrixTrafficCounter, std::less<CflowdAsMatrixKey> > CflowdAsMatrixMap_t; - - //--------------------------------------------------------------------------- - // class CflowdAsMatrix : public CflowdAsMatrixMap_t -@@ -87,7 +89,7 @@ - // Reads the contents of a CflowdAsMatrix from an istream. Returns - // the istream. - //------------------------------------------------------------------------- -- istream & read(istream & is); -+ std::istream & read(std::istream & is); - - //------------------------------------------------------------------------- - // int read(int fd) -@@ -103,7 +105,7 @@ - // Writes the contents of a CflowdAsMatrix to an ostream. Returns - // the ostream. - //------------------------------------------------------------------------- -- ostream & write(ostream & os) const; -+ std::ostream & write(std::ostream & os) const; - - //------------------------------------------------------------------------- - // int write(int fd) const |