CVS log for ports/mail/pine4/files/Attic/patch-an
Up to [FreeBSD] / ports / mail / pine4 / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7
Wed Oct 12 00:20:19 2005 UTC (6 years, 4 months ago) by dougb
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.6: +0 -0 lines
Update Pine and Pico to 4.64, the latest from UW. This version contains mostly bug fixes, with a few small new features. See the following for details: http://www.washington.edu/pine/changes/4.63-to-4.64.html I also updated the Pine port to stop building Pico, and instead depend on the Pico port. This solves a CONFLICTS situation, and is arguably the more logical way to handle this. Also, if you use an alternate editor for Pine, you no longer have to install Pico if you don't want it. Make the dependency on ispell conditional. [1] This is not exactly what the PR originator requested, but it will accomplish basically the same thing. Use these new things called variables to help ensure that the maildir patches can be found from version to version. [2] PR [1]: ports/75569 Submitted by [1]: Jeremy Chadwick <freebsd@jdc.parodius.com> PR [2]: ports/86960 Submitted by [2]: Lewis Thompson <lewiz@compsoc.man.ac.uk>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 5 14:46:35 2003 UTC (8 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +15 -3 lines
* Don't do patch + sed for PREFIX-related changes, just use sed in one pass * Update to Makefile COMMENT * Take advantage of pkg-message to hit both ports and package installs * Thanks to work done by winter to make ispell do reasonable things when invoked as 'spell', properly define the speller for pico, and add a default speller for the pine.conf. The reason for the latter is to take advantage of the (arguably) superior behavior of ispell when files are piped to it. * Do to the speller updates, grow a dependency on ispell and bump the revision. * Add readme and copyright to portdocs
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Oct 5 08:41:39 2001 UTC (10 years, 4 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -21 lines
* 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.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jul 18 05:49:11 1998 UTC (13 years, 6 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_4_0_0, RELEASE_3_5_0, RELEASE_3_4_0, RELEASE_3_3_0, RELEASE_3_2_0, RELEASE_3_1_0, RELEASE_3_0_0, RELEASE_2_2_8, RELEASE_2_2_7
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +23 -19 lines
Pine 4.00 port Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jan 29 19:53:06 1998 UTC (14 years ago) by ache
Branches: MAIN
CVS tags: RELEASE_2_2_6
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +32 -15 lines
Teach pine/pico about End key Set proper directory for pico mail check Trust termcap more then built-in defaults
Revision 1.2
Sun Jan 12 17:35:06 1997 UTC (15 years, 1 month ago) by ache
Branches: MAIN
FILE REMOVED
Changes since revision 1.1: +0 -0 lines
Don't build/install shared c-client library, because it is obsoleted with imapd port and used only for pine Don't build/install mtest, already done in imapd port now Add missing -lcrypt for pine build
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Aug 9 08:04:47 1996 UTC (15 years, 6 months ago) by peter
Branches: MAIN
Some fixes :- - add -DPOSIX to pico build so that it doesn't use the sgtty cruft. - clean freebsd-specific files too. - correctly specify wait() as taking an int, rather than configuring it for "union wait *" and adding patches to cast them to int's. - use POSIX counterparts for pine proper (signals, non-blocking, termios) - correct path to /usr/bin/passwd (not /bin/passwd) - revert 3-char identifier to "BSF" not "BSI" (originally, BSN = NetBSD, BSF=FreeBSD, BSI=BSDI) - use more usual paths for news files. both cnews and inn* default to /var/news (usually), and the inn ports default to /usr/local/news/lib/active (cnews uses /usr/local/lib/news/active) None of our ports use /usr/spool/news or /usr/lib/news/active. Partly Submitted by: Chris Timmons <skynyrd@opus.cts.cwu.edu> (PR#1458)
