Bug 161281 - Claws-mail package doesn't have SSL support
Summary: Claws-mail package doesn't have SSL support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-04 14:00 UTC by Sebastian Chmielewski
Modified: 2011-10-04 19:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Chmielewski 2011-10-04 14:00:21 UTC
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.
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2011-10-04 16:44:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-10-04 18:55:16 UTC
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"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2011-10-04 18:55:51 UTC
State Changed
From-To: open->closed

Fix committed. Thanks for reporting!