diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
commit | 60aab665670e50cb18bba45ee25f2ed091759741 (patch) | |
tree | 924c1af9c149083e0626ceb279b67ad6ca69e630 /net/arts++/files/patch-apps::artsportms::artsportms.cc | |
parent | BROKEN on !i386: Does not compile (diff) |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
Diffstat (limited to 'net/arts++/files/patch-apps::artsportms::artsportms.cc')
-rw-r--r-- | net/arts++/files/patch-apps::artsportms::artsportms.cc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net/arts++/files/patch-apps::artsportms::artsportms.cc b/net/arts++/files/patch-apps::artsportms::artsportms.cc deleted file mode 100644 index 5dc183cb9242..000000000000 --- a/net/arts++/files/patch-apps::artsportms::artsportms.cc +++ /dev/null @@ -1,27 +0,0 @@ ---- ./apps/artsportms/artsportms.cc.orig Mon Oct 2 13:05:12 2000 -+++ ./apps/artsportms/artsportms.cc Wed Sep 25 16:38:09 2002 -@@ -51,13 +51,21 @@ - #include <errno.h> - } - --#include <fstream.h> --#include <string> -- - #include "ArtsPortMatrix.hh" - #include "ArtsIfIndexSelectionSet.hh" - #include "ArtsTimeIntervalSelectionSet.hh" - #include "ArtsPackageVersion.hh" -+ -+#ifdef HAVE_FSTREAM -+# include <fstream> -+# include <iterator> -+ using namespace std; -+#else -+# include <fstream.h> -+#endif -+ -+#include <string> -+ - - #ifndef NDEBUG - #include "ArtsDebug.hh" |