summaryrefslogtreecommitdiff
path: root/mail/pine4/files/patch-an (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Teach pine/pico about End keyAndrey A. Chernov1998-01-291-0/+32
| | | | | | | | Set proper directory for pico mail check Trust termcap more then built-in defaults Notes: svn path=/head/; revision=9514
* Don't build/install shared c-client library, because it is obsoletedAndrey A. Chernov1997-01-121-15/+0
| | | | | | | | | 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 Notes: svn path=/head/; revision=5326
* Some fixes :-Peter Wemm1996-08-091-0/+15
- 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) Notes: svn path=/head/; revision=3558