4fe7702b93
- Maildir quota is now enabled by default. The following options were deleted: - WITH_MAILDIRQUOTA - WITH_TRASHQUOTA - New option WITH_AUTHLIB is added, which provides optional support for Courier Auth Library (mail/courier-authlib port). - Userdb authentication, LDAP and MySQL support are provided through courier-authlib now, thus the following options - WITH_USERDB - WITH_LDAP - WITH_MYSQL have been superceded by WITH_AUTHLIB. WARNING! WARNING! WARNING! - Unfortunately, when maildrop is compiled using WITH_AUTHLIB knob, the resulting binary cannot properly locate libcourierauth.so.0 library: yasu@sugar[22]% ldd /usr/local/bin/maildrop /usr/local/bin/maildrop: libcourierauth.so.0 => not found (0x0) libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x2808e000) libm.so.2 => /usr/lib/libm.so.2 (0x280d3000) libc.so.4 => /usr/lib/libc.so.4 (0x280ee000) This is because libcourierauth.so.0 is not installed in the standard library path of dynamic linker. One possible solution is to add '-rpath ${LOCALBASE}/lib/courier-authlib' to linker flags. Unfortunately, this breaks the installation procedure. A solution to this problem is being actively sought, and I hope it will be fixed shortly. PR: ports/76786 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
41 lines
1.4 KiB
Text
41 lines
1.4 KiB
Text
@comment $FreeBSD$
|
|
bin/deliverquota
|
|
bin/lockmail
|
|
bin/mailbot
|
|
bin/maildirmake
|
|
bin/maildrop
|
|
bin/makemime
|
|
bin/reformail
|
|
bin/reformime
|
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.imapkeywords.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.maildirfilter.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.maildirquota.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.maildirquota.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.postfix
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.sharedfolders.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.sharedfolders.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/UPGRADE
|
|
%%PORTDOCS%%%%DOCSDIR%%/UPGRADE.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/deliverquota.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/lockmail.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/mailbot.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/maildir.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/maildirmake.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/maildirquota.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/maildrop.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/maildropex.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/maildropfilter.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/maildropgdbm.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/maildroptips.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/makemime.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/manpage.css
|
|
%%PORTDOCS%%%%DOCSDIR%%/reformail.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/reformime.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/rfc2045.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/rfc822.html
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|