claws-mail package installed by pkg_add -r claws-mail doesn't have SSL support. Package built from ports works fine with SSL. Fix: make a gnutls a required dependency (and config option for ones who want to disable it). How-To-Repeat: issue a command: pkg_add -r claws-mail then try to fetch mail from SSL enabled mail server.
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
pawel 2011-10-04 17:54:50 UTC FreeBSD ports repository Modified files: mail/claws-mail Makefile pkg-descr Log: - SSL support needs security/libgcrypt to work [1] - Remove WITH_ALL option - Make Makefile more readable - Cleanup pkg-descr PR: ports/161281 [1] Reported by: Sebastian Chmielewski <chmielsster@gmail.com> [1] Approved by: miwi, wen (mentors implicit) Revision Changes Path 1.175 +23 -14 ports/mail/claws-mail/Makefile 1.8 +1 -3 ports/mail/claws-mail/pkg-descr _______________________________________________ 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: open->closed Fix committed. Thanks for reporting!