freebsd-ports/mail/pine4/files/patch-ak
Doug Barton 0faf48ffbe * 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.
2001-10-05 08:41:39 +00:00

30 lines
922 B
Plaintext

*** imap/Makefile.orig Mon Jul 2 23:25:17 2001
--- imap/Makefile Fri Sep 28 00:19:45 2001
***************
*** 362,373 ****
$(TOOLS)/$@ "$(LN)" src/ansilib c-client
$(TOOLS)/$@ "$(LN)" src/charset c-client
$(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client
! $(TOOLS)/$@ "$(LN)" src/mtest mtest
! $(TOOLS)/$@ "$(LN)" src/ipopd ipopd
! $(TOOLS)/$@ "$(LN)" src/imapd imapd
$(LN) $(TOOLS)/$@ .
! build: OSTYPE rebuild rebuildclean bundled
OSTYPE:
@echo Building c-client for $(BUILDTYPE)...
--- 362,373 ----
$(TOOLS)/$@ "$(LN)" src/ansilib c-client
$(TOOLS)/$@ "$(LN)" src/charset c-client
$(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client
! # $(TOOLS)/$@ "$(LN)" src/mtest mtest
! # $(TOOLS)/$@ "$(LN)" src/ipopd ipopd
! # $(TOOLS)/$@ "$(LN)" src/imapd imapd
$(LN) $(TOOLS)/$@ .
! build: OSTYPE rebuild rebuildclean # bundled
OSTYPE:
@echo Building c-client for $(BUILDTYPE)...