| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Pine has historically built against an internal copy of the c-client library,
however c-client development has progressed beyond what is shipped with pine.
(It would appear that all new development work is being done via UW's imap
server codebase.) This change allows pine to utilize improvements/bugfixes in
the c-client library. In addition, the cclient port builds c-client as a
a shared library. Now, pine links against this shared library. As a result,
pine binaries are approximately 550k smaller. On the other hand, the c-client
library itself is a good 650k. The real benefit here is that c-client may be
shared amongst multiple binaries (i.e. imap-uw, php, and perl scripts using the
p5-Mail-CClient module), thereby potentially reducing the overall disk and
memory usage.
PR: 19731
Submitted by: kbyanc@posi.net
Reviewed by: will
|
| |
|
|
|
|
|
| |
PR: 15120
Submitted by: Matt Behrens <matt@zigg.com>
|
|
|
|
|
| |
PR: 14313
Submitted by: jack@germanium.xtalwind.net
|
|
|
|
|
| |
PR: 10286
Submitted by: maintainer
|
|
|
|
|
|
| |
and fixing up a new patch.
Submitted by: maintainer
|
|
|
|
|
| |
PR: 7993, 8151
Submitted by: maintainer
|
|
|
|
|
| |
PR: 7593
Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
| |
Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
|
|
|
|
| |
not exists in FreeBSD and _not_ work with "ispell"
|
|
|
|
|
| |
Set proper directory for pico mail check
Trust termcap more then built-in defaults
|
|
|
|
|
| |
2) Do not convert 8bit to binary for large text messages with many 8bit chars,
it cause large Russian mail to be always BASE64 encoded.
|
| |
|
|
|
|
| |
but for external programs too
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Tag quoting not implemented properly cause '\377' chars skipped
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
Submitted by: "Matthew N. Dodd" <winter@jurai.net>
|