After mail/fetchmail has updated to 6.3.16 om my -current box, I was unable to login to my pop3 server using APOP. I found that the fetchmail linked the libmd5.so, which was installed with www/libwww, and it caused the problem. Fix: The libmd5.so, which was installed with www/libwww, was linked to the fetchmail, and it caused the problem. Linking the libmd.so included in the base system fixes the problem. How-To-Repeat: # portmaster www/libwww # portmaster mail/fetchmail run fetchmail with apop access.
Maintainer of mail/fetchmail, Please note that PR ports/146002 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146002 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Sorry, I seem to have forgotten to attach a patch. -- mkgt00@gmail.com
Responsible Changed From-To: freebsd-ports-bugs->sylvio I'll take it.
sylvio 2010-05-23 14:40:19 UTC FreeBSD ports repository Added files: mail/fetchmail/files patch-configure Log: - Fix when run fetchmail with apop access. PR: ports/146002 Submitted by: mkgt00@gmail.com Approved by: maintainer (timeout > 14days) Revision Changes Path 1.10 +11 -0 ports/mail/fetchmail/files/patch-configure (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!