From 90413828609100e776e0a29720fce4820befed2b Mon Sep 17 00:00:00 2001 From: Jim Mock Date: Sun, 4 Aug 2002 20:41:04 +0000 Subject: Fix for those using POP3 servers that don't support the LAST command. PR: 38281 Submitted by: Daichi GOTO --- mail/wmpop3/Makefile | 1 + mail/wmpop3/files/patch-ab | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 mail/wmpop3/files/patch-ab (limited to 'mail/wmpop3') diff --git a/mail/wmpop3/Makefile b/mail/wmpop3/Makefile index aed0cd1edc75..7f13fad1a73e 100644 --- a/mail/wmpop3/Makefile +++ b/mail/wmpop3/Makefile @@ -7,6 +7,7 @@ PORTNAME= wmpop3 PORTVERSION= 0.5.6a +PORTREVISION= 1 CATEGORIES= mail windowmaker MASTER_SITES= http://www.cs.mun.ca/~scotth/download/ DISTFILES= WMPop3-${PORTVERSION}.tar.gz diff --git a/mail/wmpop3/files/patch-ab b/mail/wmpop3/files/patch-ab new file mode 100644 index 000000000000..177071a9d7c9 --- /dev/null +++ b/mail/wmpop3/files/patch-ab @@ -0,0 +1,15 @@ +--- Pop3Client.c.orig Sat Mar 2 13:18:27 2002 ++++ Pop3Client.c Sat Mar 2 13:23:11 2002 +@@ -153,7 +153,12 @@ + + if( temp[0] != '+' ){ + perror("Error Reciving Stats"); ++ perror("This pop3 server dose not support LAST command."); ++ perror("I use 0 instread of the unkown result."); ++ pc->numOfUnreadMessages = pc->numOfMessages; ++/* + return -1; ++*/ + } + return 1; + -- cgit v1.2.3