Bug 117734 - mail/thunderbird built without GSSAPI support
Summary: mail/thunderbird built without GSSAPI 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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-01 04:40 UTC by Nathan Whitehorn
Modified: 2008-02-28 04:50 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 Nathan Whitehorn 2007-11-01 04:40:04 UTC
Thunderbird's auth module isn't build, preventing the use of Kerberos authentication.

Fix: 

Add the auth module to MOZ_EXTENSIONS in the Makefile.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-11-01 06:57:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2008-01-10 18:03:43 UTC
State Changed
From-To: open->patched

Patched in MC CVS[1] that will be merging into FreeBSD ports tree to avoid 
multi-bump for the users. Thanks! 

[1] http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/ports/mail/thunderbird/
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-02-28 04:40:08 UTC
mezz        2008-02-28 04:40:05 UTC

  FreeBSD ports repository

  Modified files:
    mail/thunderbird     Makefile 
  Log:
  - Add "--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA}" to fix other
    applications in the runtime. Some applications required to have set
    MOZILLA_FIVE_HOME or/and LD_LIBRARY_PATH to make it works in the runtime. Now,
    it's no longer need to set these variables, which this flag takes care of it.
    The MOZILLA_FIVE_HOME still works with this flag if someone need to use
    different one. I have learned about this flag from RPM, Debian, Gentoo ebuild
    and other packages.
  - Add two extensions, auth[1] and transformiix[2].
  
  Have been tested in MC CVS since Dec.
  
  PR:             ports/117734 [1]
  Submitted by:   Nathan Whitehorn <nathanw@uchicago.edu> [1]
  Reported by:    Juan Pablo Roig <juan.roig@globant.com> [2]
  
  Revision  Changes    Path
  1.87      +5 -4      ports/mail/thunderbird/Makefile
_______________________________________________
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 4 Jeremy Messenger freebsd_committer freebsd_triage 2008-02-28 04:40:44 UTC
State Changed
From-To: patched->closed

Committed, thanks for report!