diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
commit | 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch) | |
tree | 7842527232644d8f0fc76639a38e9596a910d381 /mail/ftrack/files/patch-src-help.cpp | |
parent | Convert to USES=libtool and add INSTALL_TARGET=install-strip (diff) |
Remove non staged ports without pending PR from ma*
Diffstat (limited to 'mail/ftrack/files/patch-src-help.cpp')
-rw-r--r-- | mail/ftrack/files/patch-src-help.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/ftrack/files/patch-src-help.cpp b/mail/ftrack/files/patch-src-help.cpp deleted file mode 100644 index 3de99b7b6bf2..000000000000 --- a/mail/ftrack/files/patch-src-help.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/help.cpp.orig Fri Aug 19 17:58:00 2005 -+++ src/help.cpp Fri Aug 19 17:59:15 2005 -@@ -1,7 +1,9 @@ - #include <stdio.h> - #include "constant.hpp" - #include "help.hpp" --#include <iostream.h> -+#include <iostream> -+ -+using namespace std; - - void Hello(void) { - cout << "\nFTrack " << FVersion << " " << Copyright << "\n"; |