diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-10-05 08:41:39 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-10-05 08:41:39 +0000 |
commit | 0faf48ffbef41b6d610ff192ba4fb74f26688f3d (patch) | |
tree | 8d80f4a0b007889a13ecca9565ceb3aa83ae2bbf /mail/pine4/files/patch-ak | |
parent | o update to 0.4.1. (diff) |
* Update to version 4.40, the latest and greatest from our friends
at UW. Improvements include TLS and SSL support fully integrated
into the code base (requires OpenSSL), support for remote address
books, improved rules-based filtering, and new filter options.
* Bugs fixed include longer folder names, temp file cleanup,
mail sorted by filters more accurately, et al.
* Re-generate almost all of the patches to clean out more of the fuzz.
Notes
Notes:
svn path=/head/; revision=48464
Diffstat (limited to 'mail/pine4/files/patch-ak')
-rw-r--r-- | mail/pine4/files/patch-ak | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/pine4/files/patch-ak b/mail/pine4/files/patch-ak index 663064e9940c..51484a42bed7 100644 --- a/mail/pine4/files/patch-ak +++ b/mail/pine4/files/patch-ak @@ -1,9 +1,9 @@ -*** imap/Makefile.orig Thu Jan 28 01:33:11 1999 ---- imap/Makefile Tue Feb 9 21:35:37 1999 +*** imap/Makefile.orig Mon Jul 2 23:25:17 2001 +--- imap/Makefile Fri Sep 28 00:19:45 2001 *************** -*** 379,390 **** +*** 362,373 **** + $(TOOLS)/$@ "$(LN)" src/ansilib c-client $(TOOLS)/$@ "$(LN)" src/charset c-client - sh -c '(test -d src/kerberos) && ($(LN) `pwd`/src/kerberos/* c-client) || true' $(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client ! $(TOOLS)/$@ "$(LN)" src/mtest mtest ! $(TOOLS)/$@ "$(LN)" src/ipopd ipopd @@ -13,10 +13,10 @@ ! build: OSTYPE rebuild rebuildclean bundled OSTYPE: - @echo Building c-client for $(OS)... ---- 379,390 ---- + @echo Building c-client for $(BUILDTYPE)... +--- 362,373 ---- + $(TOOLS)/$@ "$(LN)" src/ansilib c-client $(TOOLS)/$@ "$(LN)" src/charset c-client - sh -c '(test -d src/kerberos) && ($(LN) `pwd`/src/kerberos/* c-client) || true' $(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client ! # $(TOOLS)/$@ "$(LN)" src/mtest mtest ! # $(TOOLS)/$@ "$(LN)" src/ipopd ipopd @@ -26,4 +26,4 @@ ! build: OSTYPE rebuild rebuildclean # bundled OSTYPE: - @echo Building c-client for $(OS)... + @echo Building c-client for $(BUILDTYPE)... |