diff options
author | kbyanc <kbyanc@FreeBSD.org> | 2000-07-17 16:19:34 +0800 |
---|---|---|
committer | kbyanc <kbyanc@FreeBSD.org> | 2000-07-17 16:19:34 +0800 |
commit | 34103e44fde8fc5c6f875eece45e6522e4b2b72d (patch) | |
tree | 95238607814099484a3f3e8093a9619d1c957158 /mail/pine4/Makefile | |
parent | 8ae46344e3180214b6068a7d80769bc70ab41efc (diff) | |
download | freebsd-ports-gnome-34103e44fde8fc5c6f875eece45e6522e4b2b72d.tar.gz freebsd-ports-gnome-34103e44fde8fc5c6f875eece45e6522e4b2b72d.tar.zst freebsd-ports-gnome-34103e44fde8fc5c6f875eece45e6522e4b2b72d.zip |
Update the pine4 port to utilize the new cclient port.
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
Diffstat (limited to 'mail/pine4/Makefile')
-rw-r--r-- | mail/pine4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index 3dfb296277ba..dbc379a3bf4d 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -20,6 +20,8 @@ Y2K= http://www.washington.edu/pine/QandA/sysadmins.html#Millenium MAN1= pine.1 pico.1 pilot.1 +LIB_DEPENDS= c-client4.7:${PORTSDIR}/mail/cclient + # Define "WITH_LDAP" to include ldap support. # If the ldap port is installed somewhere other than /usr/local, define # LDAP_PREFIX as well. |