notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: mail/thunderbird/files/patch-nsprpub-pr-src-io-prprf.c

Number of commits found: 3

Sunday, 28 Aug 2005
08:00 mezz search for other commits by this committer
- Repo copy a lot of changes from www/firefox/Makefile. The best part is that
  before it would install in the strange place like this.

        ${X11BASE}/lib/thunderbird/include/thunderbird-1.0.6

  Now it will install in the correct place like firefox:

        ${X11BASE}/include/thunderbird

  Also, get *.pc and idl files install.
- Didn't copy following from www/firefox/Makefile:
        * plugins stuff, because it's known cause the stability problem like
          crash.
        * EXTRA_SCRIPTS=${PORTNAME}.rb, thunderbird doesn't need it.
- Make portlint happier.
- Add Java 5 plugins support. [1]
- Use system's libm (/usr/src/lib/msun), nss, nspr and etc. Also, do
  not extract those. Better explain, use external dependencies. [1]
- Teach firefox-config and *.pc files for nspr that will making other
  third apps to buildable like epiphany, vlc-devel's mozilla plugins
  and etc. Have been tested with full GNOME 2.11.x build too.
- Add four patches: [1]

        patch-bugzilla243151:
                https://bugzilla.mozilla.org/show_bug.cgi?id=243151

        patch-jsosdep:
                Fix the FreeBSD define

        patch-oji-threads:
                64-bit wide pthread_t

        patch-xptcinvoke_x86_64_linux:
                Setting a possibly uninitialized variable (value).

- Fix a crash that can occur using gtk+-2.7 and possibly 2.6.10 when closing
  windows. https://bugzilla.mozilla.org/show_bug.cgi?id=3002 [2]
- Get rid of FIREFOX and FF_VER, best to use PORTNAME and PORTVERSION
  varibles that are arleady exist and lesser complicate.
- Change all hardcore of 'thunderbird' to PORTNAME.
- Change a manual loop for patch all.js to find(1), so we can sleep
  on it.

Submitted by:   mi [1], marcus [2]
Reviewed by:    my team, FreeBSD GNOME Team.
Original commit
Monday, 3 May 2004
19:10 marcus search for other commits by this committer
Update to 0.6.  The list of all that is good in this release can be found at:

http://www.mozilla.org/products/thunderbird/releases/
Original commit
Saturday, 28 Feb 2004
01:14 marcus search for other commits by this committer
* Update to 0.5
* Fix a potential hang with esound
* Fix some potential pthread issues
* Add more platform compatibility patches
* Fix libiconv support
* Pull in some patches from firefox to shorten the plist some

Special thanks to ale for getting a clean source tarball and hosting it.  For
the details on what's new in the release, please see:

http://www.mozilla.org/projects/thunderbird/release-notes.html
Original commit

Number of commits found: 3