Commit graph

80 commits

Author SHA1 Message Date
Joe Marcus Clarke
d4b6b688df Patch the various recently reported security vulnerabilities in Mozilla.
This is being done instead of the update to 0.8 since we're in a ports
freeze, and too many big changes is not a good idea.

This update covers the following Mozilla bugs:

245066
226669
250862
255067
256316
257317
258005

Thanks to nectar for scraping all of these patches together.

Obtained from:	Mozilla CVS
Approved by:	portmgr (implicit)
2004-09-28 03:26:29 +00:00
Joe Marcus Clarke
d06d89d9ec Update to 0.7.3 which fixes numerous possible security issues. See
http://bugzilla.mozilla.org/buglist.cgi?bug_id=251381,249004,250906,253121 for
more details.
2004-08-06 06:31:33 +00:00
Pav Lucistnik
42717d2b33 - Fix build with gcc-3.4
PR:		ports/69833
Submitted by:	Jake Hamby <jhamby@anobject.com>
2004-07-31 15:16:58 +00:00
Joe Marcus Clarke
9e94e6497f Fix global extension and theme installation by making sure the path to the
XPI file does no contain a leading "file://" when passed to the extension
manager.

See http://bugzilla.mozilla.org/show_bug.cgi?id=250847 for more details.

Reported by:	ale
2004-07-27 20:51:02 +00:00
Joe Marcus Clarke
08576a11f4 Fix DEBUG builds by checking for all error states from pthread_mutex_trylock().
See http://bugzilla.mozilla.org/show_bug.cgi?id=253080 for more details.

Submitted by:	green
2004-07-27 14:18:27 +00:00
Adam Weinberger
61088c5833 Update to 0.7.2.
Use a PLIST_SUB for the plist.
The port defines NO_MTREE, so mkdir ${PREFIX}/bin
to make sure it exists. (Necessary for installations
into prefixes [prefices?] that don't yet exist.)
2004-07-18 20:20:21 +00:00
Joe Marcus Clarke
0be8477e93 Update to 0.7.1. 2004-07-03 00:36:28 +00:00
Joe Marcus Clarke
583b43a085 Update to 0.7. A list of what's new can be found at
http://www.mozilla.org/products/thunderbird/releases.

This has the same limitation that Firefox 0.9 had where it needs to be run as
root first. I applied the same hacks to workaround that; however, some users
may need to run thunderbird twice before it starts correctly.
2004-06-24 18:15:44 +00:00
Alex Dupre
a9539469a0 The checksum is not changed, but the distfile yes :) 2004-05-24 17:41:36 +00:00
Joe Marcus Clarke
ad26255b44 The distfile was renamed on the server. The checksum has not changed,
however.
2004-05-24 15:11:54 +00:00
Joe Marcus Clarke
40926f0931 Fix a potential crash if thunderbird tries to load browser plug-ins.
PR:		66450
Submitted by:	Franz Klammer <klammer@webonaut.com>
2004-05-17 20:09:09 +00:00
Joe Marcus Clarke
152ab6f7af 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/
2004-05-03 19:10:34 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Joe Marcus Clarke
2e2a921591 Borrow from the OpenLDAP ports, and refuse to build if bind has been
installed with PORT_REPLACES_BASE_BIND defined.

PR:		61756
Obtained from:	OpenLDAP ports
2004-03-19 03:14:55 +00:00
Joe Marcus Clarke
dbe1712ce3 Fix build with freetype2-2.1.7. 2004-03-17 07:12:34 +00:00
Joe Marcus Clarke
61b3a6bec8 Chase the new location of libXft. 2004-03-16 22:54:05 +00:00
Joe Marcus Clarke
700b9acc7e Re-add the Perl patch to fix the build with Perl < 5.6. Looks like this was
need for Tunderbird after all.

Reported by:	many
2004-03-09 17:03:58 +00:00
Joe Marcus Clarke
2d6650ae38 If building with debugging, don't enable binary stripping. 2004-03-05 07:16:45 +00:00
Joe Marcus Clarke
68e3c7d8e1 * 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
2004-02-28 01:14:52 +00:00
Joe Marcus Clarke
6ddd2d3eaf Add ia64 to the list of unsupported platforms. 2004-02-26 17:58:48 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
fbd1108f49 Use the SORT macro from bsd.port.mk. 2004-01-22 11:06:02 +00:00
Joe Marcus Clarke
6bd449375a * Update to 0.4
* Add support for new options
* Don't include stuff after bsd.port.post.mk
2003-12-07 23:22:17 +00:00
Joe Marcus Clarke
71426eddfe Don't build this port on amd64.
Approved by:	portmgr (implicit)
2003-11-24 01:21:15 +00:00
Joe Marcus Clarke
cad4a555e6 Add a new patch-Double.cpp that fixes the recent core dumps during post-build
on Sparc64.

Submitted by:	tmm (bless that man)
2003-11-16 18:56:29 +00:00
Joe Marcus Clarke
83037c0e8c * Update to 0.3
* Remove GTK1 support

See the Thunderbird release notes at
http://www.mozilla.org/projects/thunderbird/release-notes.html for a list
of what's new and what's changed.
2003-10-15 19:26:39 +00:00
Joe Marcus Clarke
3a501d18b9 Mark IGNORE on -STABLE Alpha. 2003-10-12 22:03:10 +00:00
Joe Marcus Clarke
23dad2b555 Use ${PTHREAD_LIBS} instead of hardcoded -pthread and -lc_r in a few places.
This should help the KSE and libthr people use these applications (plus it
lets them build on -CURRENT).
2003-09-06 18:34:37 +00:00
Joe Marcus Clarke
58d83b343a Distfile was rerolled to remove the default .mozconfig file. 2003-09-04 17:41:56 +00:00
Joe Marcus Clarke
37e90a90a1 Add mozilla-thunderbird, a mail application based on the Mozilla mail
component.  More details on this project as well as the 0.2 release notes
can be found at:

http://www.mozilla.org/projects/thunderbird/
2003-09-04 06:31:09 +00:00