summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd22/files/patch-ad
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2001-03-13 11:15:12 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2001-03-13 11:15:12 +0000
commita3b3c78cee30ca1bdebb803e4a331952fda285d8 (patch)
treeaa69017d8db98437933a1d0ceb925562ca3daa51 /mail/cyrus-imapd22/files/patch-ad
parentPut a copy of distfile at my MASTER_SITE_LOCAL, because bento constantly (diff)
Add cyrus-imapd 2.0.12, the cyrus mail server, supporting POP3 and
IMAP4 protocols. PR: ports/25597 Submitted by: Christopher K Davis <ckd@ckdhr.com>
Notes
Notes: svn path=/head/; revision=39740
Diffstat (limited to 'mail/cyrus-imapd22/files/patch-ad')
-rw-r--r--mail/cyrus-imapd22/files/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/cyrus-imapd22/files/patch-ad b/mail/cyrus-imapd22/files/patch-ad
deleted file mode 100644
index bcd310e991d3..000000000000
--- a/mail/cyrus-imapd22/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in.orig Sun Apr 9 01:13:23 2000
-+++ configure.in Sun Apr 9 01:13:43 2000
-@@ -528,7 +528,7 @@
- # filename, it should be safe to add it (to the front of the line --
- # somef vendors have older, badly installed tclshs that we want to avoid
- # if we can)
-- AC_PATH_PROGS(TCLSH, [tclsh8.1 tclsh8.0 tclsh], "unknown")
-+ AC_PATH_PROGS(TCLSH, [tclsh8.2 tclsh8.1 tclsh8.0 tclsh], "unknown")
- fi
-
- # Do we know where to get a tclsh?