aboutsummaryrefslogtreecommitdiff
path: root/mail/sqwebmail
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2011-12-11 19:14:22 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2011-12-11 19:14:22 +0000
commit7c91da3b76b574c81d65b40ddcbc3f2252dcdca8 (patch)
tree38d0673b9da441667eb4c34f4f86fb92949e0c13 /mail/sqwebmail
parentdfec9ef948d3506834533f92263a0a4e6fac3d1e (diff)
downloadports-7c91da3b76b574c81d65b40ddcbc3f2252dcdca8.tar.gz
ports-7c91da3b76b574c81d65b40ddcbc3f2252dcdca8.zip
patchfile is no longer needed
Noted by: pav Feature safe: yes
Notes
Notes: svn path=/head/; revision=287209
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r--mail/sqwebmail/files/patch-sqwebmail::showmsg2html.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/sqwebmail/files/patch-sqwebmail::showmsg2html.c b/mail/sqwebmail/files/patch-sqwebmail::showmsg2html.c
deleted file mode 100644
index 0314733badcb..000000000000
--- a/mail/sqwebmail/files/patch-sqwebmail::showmsg2html.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./sqwebmail/showmsg2html.c.orig 2011-04-29 11:57:03.000000000 +0200
-+++ ./sqwebmail/showmsg2html.c 2011-04-29 11:57:26.000000000 +0200
-@@ -14,6 +14,12 @@
- #include <string.h>
- #include <errno.h>
-
-+void error(const char *p)
-+{
-+ fprintf(stderr, "%s\n", p);
-+ exit(1);
-+}
-+
- void rfc2045_error(const char *p)
- {
- fprintf(stderr, "%s\n", p);