summaryrefslogtreecommitdiff
path: root/games/spacehulk/files/patch-src::smtp.cpp
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-28 21:29:56 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-28 21:29:56 +0000
commit21267bd437b32ca9fe6719ac3f2f68d57a4b29c2 (patch)
treeb601b5f1580e54555a5e68787c08c37b08f44945 /games/spacehulk/files/patch-src::smtp.cpp
parentOpenH323 depends on pwlib being built first (diff)
- Argh, author applied patches to sources and
rerolled the tarball. - Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=87934
Diffstat (limited to '')
-rw-r--r--games/spacehulk/files/patch-src::smtp.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/spacehulk/files/patch-src::smtp.cpp b/games/spacehulk/files/patch-src::smtp.cpp
deleted file mode 100644
index 25f64d23b0db..000000000000
--- a/games/spacehulk/files/patch-src::smtp.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/smtp.cpp.orig Thu Aug 21 12:03:45 2003
-+++ src/smtp.cpp Thu Aug 28 20:44:12 2003
-@@ -15,6 +15,7 @@
- #include <qtimer.h>
- #include <qapplication.h>
- #include <qmessagebox.h>
-+#include <ctype.h>
-
- #include <iostream>
- using namespace std;
-@@ -337,9 +338,6 @@
- char *outp = out;
- char buf[4];
-
-- if (inlen < 0)
-- inlen = INT_MAX;
--
- while (inlen >= 4 && *inp != '\0') {
- buf[0] = *inp++;
- inlen--;