aboutsummaryrefslogtreecommitdiff
path: root/audio/HVSC-Update/files
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2008-04-15 22:53:21 +0000
committerAnders Nordby <anders@FreeBSD.org>2008-04-15 22:53:21 +0000
commitd89c2e70d650925221ff88f7785c8b1453ac8775 (patch)
tree06f8eddd45653a93394521d73265f17b9e7b1984 /audio/HVSC-Update/files
parent58e3b7a68c242ae9d7b364f7442ba72952691deb (diff)
downloadports-d89c2e70d650925221ff88f7785c8b1453ac8775.tar.gz
ports-d89c2e70d650925221ff88f7785c8b1453ac8775.zip
Notes
Diffstat (limited to 'audio/HVSC-Update/files')
-rw-r--r--audio/HVSC-Update/files/patch-src-TextFile.h23
-rw-r--r--audio/HVSC-Update/files/patch-src-include-fformat.h16
2 files changed, 0 insertions, 39 deletions
diff --git a/audio/HVSC-Update/files/patch-src-TextFile.h b/audio/HVSC-Update/files/patch-src-TextFile.h
deleted file mode 100644
index 2d8fcfc01347..000000000000
--- a/audio/HVSC-Update/files/patch-src-TextFile.h
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/TextFile.h.orig Fri Mar 29 19:35:26 2002
-+++ src/TextFile.h Sun Feb 27 15:03:16 2005
-@@ -10,12 +10,18 @@
- #endif
- #include <ctype.h>
- #include <fstream.h>
--#include <iostream.h>
-+#include <iostream>
-+using namespace std;
- #include <string.h>
- #if defined(HAVE_STRSTREA_H)
- #include <strstrea.h>
- #else
--#include <strstream.h>
-+#include "strstream"
-+
-+using std::strstreambuf;
-+using std::istrstream;
-+using std::ostrstream;
-+using std::strstream;
- #endif
-
- #include "fformat.h" // strnicmp stuff
diff --git a/audio/HVSC-Update/files/patch-src-include-fformat.h b/audio/HVSC-Update/files/patch-src-include-fformat.h
deleted file mode 100644
index 3d58eb4c530e..000000000000
--- a/audio/HVSC-Update/files/patch-src-include-fformat.h
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/include/fformat.h.orig Fri Mar 29 19:35:26 2002
-+++ src/include/fformat.h Sun Feb 27 13:52:05 2005
-@@ -13,7 +13,12 @@
- #if defined(HAVE_STRSTREA_H)
- #include <strstrea.h>
- #else
-- #include <strstream.h>
-+ #include <strstream>
-+
-+ using std::strstreambuf;
-+ using std::istrstream;
-+ using std::ostrstream;
-+ using std::strstream;
- #endif
-
- #if defined(HAVE_STRCASECMP)