summaryrefslogtreecommitdiff
path: root/mail/getmail/patches
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-04-19 16:31:45 +0000
committerzuntum <zuntum@pkgsrc.org>2001-04-19 16:31:45 +0000
commitecbbc4485151b40830a07821dde6339ca742c9e0 (patch)
tree44b74a5ddd472eb7960538159433d7883f2421fb /mail/getmail/patches
parent4681741c45f828ea3f390a9f082cf59754cbf2b6 (diff)
downloadpkgsrc-ecbbc4485151b40830a07821dde6339ca742c9e0.tar.gz
Version 2.0.19
18 April 2001 -add additional exception handling for POP3 protocol errors (server bugs) and socket errors after connect (network errors). Thanks to Jesper Andersen for the bug report. -add additional log message to make diagnosis of server problems easier. Apparently Mandrake Linux v.7.2 ships with a very broken POP3 server; several users sent me traces which I tracked down to gross violations of the POP3 protocol (RFC1939). o remove patch-aa, we can do substitution using sed o move getmailrc-example to standard place (PREFIX/share/examples), thus removing pkg/MESSAGE (it suggested taking a look at PREFIX/doc/getmail/getmailrc-example
Diffstat (limited to 'mail/getmail/patches')
-rw-r--r--mail/getmail/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/getmail/patches/patch-aa b/mail/getmail/patches/patch-aa
deleted file mode 100644
index d869a319e71..00000000000
--- a/mail/getmail/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/03/05 20:56:44 jtb Exp $
-
---- getmail.orig Tue Feb 20 23:24:07 2001
-+++ getmail
-@@ -1,7 +1,7 @@
- #!/bin/sh
-
- # Change this to your getmail directory; defaults to /usr/lib/getmail
--GETMAILPATH="/usr/local/lib/getmail"
-+GETMAILPATH="@PREFIX@/libexec/getmail"
-
- OLDPYTHONPATH=${PYTHONPATH}
- PYTHONPATH="${GETMAILPATH}:${PYTHONPATH}"