diff options
author | tron <tron@pkgsrc.org> | 1999-06-27 10:51:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-27 10:51:48 +0000 |
commit | ae9c33b6277aada12ccd5f5b568b5adda4d52e6f (patch) | |
tree | 70a76f8ea73db34b1319abf5b419e19cfc0efddc /mail/wmmail/patches/patch-ac | |
parent | a6681d7ab9a5c50242e6119ab1f237e7e5078165 (diff) | |
download | pkgsrc-ae9c33b6277aada12ccd5f5b568b5adda4d52e6f.tar.gz |
Update "wmmail" package to version 0.63a. Changes since version 0.62:
- fixed segfaults in wmmail.c
- added ability to use arbitrary TCP port for IMAP
- added ability to display message count when using multiple mailboxes;
thanks to Justin Dolske <dolske@reston.wcom.net> for patch
- added preliminary POP3 support (don't even try to fix it!)
- change mbox.c to take care of dummy messages put in your mailbox
by imapd, PINE, or whatever
- fixed imap.c to use CR-LF instead of just "\n"; thanks to Paul Bardo
<pbardo@bridge.com> for pointing this out
- fixed installation
- WMMail.defaults changed and moved to Defaults/WMMail.in
Diffstat (limited to 'mail/wmmail/patches/patch-ac')
-rw-r--r-- | mail/wmmail/patches/patch-ac | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/wmmail/patches/patch-ac b/mail/wmmail/patches/patch-ac deleted file mode 100644 index 75a7bacf6c0..00000000000 --- a/mail/wmmail/patches/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-ac,v 1.3 1999/02/22 01:53:15 tron Exp $ - ---- configure.orig Sat Jan 16 06:30:00 1999 -+++ configure Mon Feb 22 02:51:07 1999 -@@ -2459,12 +2459,13 @@ - s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF - $ac_vpsub - $extrasub --s%@CFLAGS@%$CFLAGS%g -+s%@CFLAGS@%$CFLAGS -DPREFIX=\\"$prefix\\"%g - s%@CPPFLAGS@%$CPPFLAGS%g - s%@CXXFLAGS@%$CXXFLAGS%g - s%@DEFS@%$DEFS%g - s%@LDFLAGS@%$LDFLAGS%g --s%@LIBS@%$LIBS%g -+s%@LIBS@%$LIBS -lSM -lICE%g -+s%@SHELL@%$SHELL%g - s%@exec_prefix@%$exec_prefix%g - s%@prefix@%$prefix%g - s%@program_transform_name@%$program_transform_name%g |