| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.5 23 Feb 2006 06:23:52
 |
marcus  |
Mark IGNORE on sparc64 due to core dump. |
1.5 01 Feb 2006 17:42:43
 |
marcus  |
Add an empty OPTIONS declaration to enable additional OPTIONS that are added
after bsd.port.pre.mk is included.
PR: 92106
Submitted by: jacula modyun <jacula@gmail.com> |
1.5 12 Jan 2006 05:54:32
 |
ahze  |
- Update thunderbird to 1.5 [1]
- Remove thunderbird-devel
- Remove thunderbird from supported geckos for 4.x
Release notes: http://www.mozilla.com/thunderbird/releases/1.5.html |
1.0.7_6 08 Jan 2006 19:44:30
 |
marcus  |
Mark not for ia64 since regchrome (and the application itself) dumps core.
Reported by: pointyhat via kris |
1.0.7_6 18 Dec 2005 23:39:27
 |
marcus  |
Fix packaging by forcing the isp files into the plist.
Reported by: pointyhat via kris |
1.0.7_5 03 Dec 2005 21:09:56
 |
marcus  |
* Re-enable movemail and RSS support [1]
* Remove a line that is no longer needed
PR: 89871 [1] |
1.0.7_4 02 Dec 2005 05:30:01
 |
mezz  |
Fix all those ports to find libnssckbi.so in the correct place to allow those
SSL certificates work again. Somehow, this patch was lost in the big change,
so bring it back. Bump PORTREVISION on all of those ports.
PR: ports/89796
Reported by: Christoph Moench-Tegeder <cmt@burggraben.net> |
1.0.7_3 30 Nov 2005 23:52:27
 |
ahze  |
- Fix typo in CONFLICTS
Submitted by: yattaran@gmail.com |
1.0.7_3 30 Nov 2005 07:02:59
 |
ahze  |
- Update WWW |
1.0.7_3 29 Nov 2005 21:12:29
 |
ahze  |
- Update firefox to 1.5
- Add Makefile.common
o A new build/install system for gecko ports, Makefile.common
includes many generic routines and common tasks.
o Fix ld-run-path in all gecko's by using -Wl,-rpath,${moz_libdir}
thus removing the need to have a startup script for ports that
depend on gecko. [2]
o Use system libm, nss, nspr in all gecko ports
- Add bsd.gecko.mk
o This is the predecessor to WITH_MOZILLA=[mozilla|firefox|...]
with a more robust way of detecting a gecko a end user wishs to
use.
o bsd.gecko.mk abstracts the selection of gecko-based backends. It
allows users and porters to support any available gecko backend(Only the first 15 lines of the commit message are shown above ) |
1.0.7_1 23 Nov 2005 22:41:05
 |
pav  |
- Add SHA256 checksums |
1.0.7_1 05 Nov 2005 05:22:06
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
1.0.7 30 Sep 2005 05:35:28
 |
marcus  |
Update to 1.0.7.
Security: See
http://www.mozilla.org/projects/security/known-vulnerabilities.html for security
bugs fixed in this release. |
1.0.6_3 23 Sep 2005 20:42:37
 |
mezz  |
- Fix the sed for libesd and kill the major version of library
(libesd.so.2 -> libesd.so). [1]
- Update Java plugins by remove old and correct Java 1.5 plugin path. [2]
- Bump the PORTREVISION.
PR: ports/86430 [1]
Submitted by: Mark Hobden <markhobden@gmail.com> [1]
glewis [2] |
1.0.6_2 07 Sep 2005 07:27:45
 |
mezz  |
- Fix the plist. [1]
- Fix the build to actually enable iconv, without it caused locale garbled in
some places. I accidented remove iconv hack in the big change. Oops!
- Bump the PORTREVISION.
Reported by: krismail [1], Junji Nakanishi <nakanishi@daemonfreaks.com>
Sharp eye: marcus (he found that I lost iconv hack) |
1.0.6_1 28 Aug 2005 08:00:01
 |
mezz  |
- 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.(Only the first 15 lines of the commit message are shown above ) |
1.0.6 21 Jul 2005 07:26:46
 |
ahze  |
- Update to 1.0.6 |
1.0.5 14 Jul 2005 04:53:06
 |
marcus  |
Update to 1.0.5. This is primarily a security and stability fix release.
Security: See
http://www.mozilla.org/projects/security/known-vulnerabilities.html for a list
of vulnerabilities fixed in 1.0.5 |
1.0.2_1 08 Jul 2005 05:22:31
 |
marcus  |
Correct the GNOME menu icon location. I'm not bumping PORTREVISION as this
only affects GNOME users, and is a small change for such a long compilation.
PR: 80937
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> |
1.0.2_1 27 Apr 2005 11:33:51
 |
ahze  |
- Add missing quite to fix install
Reported by: verm@darkbeer.org |
1.0.2_1 26 Apr 2005 19:30:55
 |
ahze  |
- Install .desktop file in share/applications instead of
share/gnome/applications so we can remove the gnomehier
dependency so non-gnome users don't have to install a bunch
of un-needed gnome directories.
- Remove WITH_MENU option from mozilla[-devel], .desktop file
will always be installed now. |
1.0.2_1 14 Apr 2005 00:29:49
 |
ahze  |
- Remove mng support, it has never worked |
1.0.2_1 25 Mar 2005 05:53:04
 |
marcus  |
* Update to 1.0.2 to fix security issues (see
http://www.vuxml.org/freebsd/7d2aac52-9c6b-11d9-99a7-000a95bc6fae.html for
more details)
* Cleanup home directories to make migration easier [1]
* Add an improved startup script [1]
* Support GConf for external protocol handlers
PR: 75837 [1]
Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [1]
Approved by: portmgr (implicit) |
1.0_2 12 Mar 2005 10:54:27
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.0_1 10 Mar 2005 00:43:23
 |
marcus  |
Update freetype2 to 2.1.9, and patch Mozilla and friends accordingly.
Note: since 2.1.9 is ABI compatible with 2.1.7, no recompilation is
necessary.
PR: 78385
Submitted by: lesi |
1.0_1 29 Dec 2004 03:28:51
 |
ahze  |
- Fix expr usage for 4.x since expr on 4.x
is not POSIX compliant. [1]
Submitted by: girgen [1] |
1.0_1 28 Dec 2004 00:51:58
 |
ahze  |
- Remove WITH_NEW_ICON knob
- Mozilla license team has approved the FreeBSD Gnome team to
use official branding for firefox and thunderbird [1]
o Add --enable-official-branding to mozconfig
o Install official thunderbird/firefox icon as default.xpm icon
- Fix error when running firefox/thunderbird -v [2]
- Bump PORTREVISION
References:
http://www.mozilla.org/foundation/licensing.html [1]
http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt [1]
PR: ports/75262 [2]
Submitted by: girgen [2] |
1.0 13 Dec 2004 00:04:25
 |
ahze  |
Add Encoding type to desktop file to validate via desktop-file-validate |
1.0 08 Dec 2004 06:26:27
 |
marcus  |
Correct the MASTER_SITE_SUBDIR in order to fix fetching.
Submitted by: daichi |
1.0 08 Dec 2004 05:58:33
 |
marcus  |
Complete a more extensive upgrade to 1.0 that ensures the isp directory
is created, plus disables CUPS support until a better solution can be found
for the NSS/OpenSSL symbol conflict crash. |
1.0 08 Dec 2004 05:41:31
 |
adamw  |
Update to 1.0. |
1.0.rc 04 Dec 2004 20:34:06
 |
adamw  |
Update to 1.0rc. |
0.9_3 22 Nov 2004 04:16:26
 |
marcus  |
* Instead of using Xvfb, and evil black magic to create the extensions
repository, use the hidden "-register" option instead. This has the
advantage of not requiring an X DISPLAY and not modifying any
preferences.
* Add i18n support to the Thunderbird startup script [1]
* Link nss with -Bsymbolic to avoid symbol conflicts with OpenSSL. This
should help alleviate the CUPS printing problem
PR: 73839 [1]
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1] |
0.9_2 07 Nov 2004 23:29:33
 |
marcus  |
* Fix Movemail and RSS support
* Install a GNOME desktop icon [1]
* Correct installation when root's shell is non-standard (e.g.
/usr/local/bin/bash) [2]
Submitted by: ahze [1]
Clemens Fischer <ino-qc@spotteswoode.de.eu.org> [2] |
0.9_1 07 Nov 2004 22:37:47
 |
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
0.9 06 Nov 2004 06:11:37
 |
marcus  |
Update to 0.9. See http://www.mozilla.org/products/thunderbird/releases/
for all the wonderful new features. |
0.8_3 17 Oct 2004 21:40:11
 |
marcus  |
* Remove a patch that is no longer needed
* Change an instance of Firefox to Thunderbird [1]
* Workaround a potential crash with JavaScript pop-ups [2]
* Use Xvfb to initialize the extensions datastore as root
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=264557
Sbumitted by: Radek Kozlowski <radek@raadradd.com> [1] |
0.8_2 14 Oct 2004 00:37:47
 |
marcus  |
Fix build with Perl < 5.6.1. |
0.8_2 13 Oct 2004 16:18:00
 |
marcus  |
Fix build when PORTSDIR is read-only.
PR: 72629 |
0.8_2 12 Oct 2004 00:00:08
 |
marcus  |
The previous commit also added support for installing the new Thunderbird
brand icon by defining WITH_NEW_ICON.
PR: 71780
Submitted by: Radek Kozlowski <radek@raadradd.com> |
0.8_2 11 Oct 2004 23:45:43
 |
marcus  |
* Update to 0.8
* Now that the fake installation code from Firefox has stabilized, adapt it
here to eliminate the need for a static plist
See http://www.mozilla.org/products/thunderbird/releases/ for all the juicy
goodies in 0.8. |
0.7.3_1 28 Sep 2004 03:26:29
 |
marcus  |
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) |
0.7.3 06 Aug 2004 06:31:33
 |
marcus  |
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. |
0.7.2_1 31 Jul 2004 15:16:58
 |
pav  |
- Fix build with gcc-3.4
PR: ports/69833
Submitted by: Jake Hamby <jhamby@anobject.com> |
0.7.2_1 27 Jul 2004 20:50:11
 |
marcus  |
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 |
0.7.2 27 Jul 2004 14:18:27
 |
marcus  |
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 |
0.7.2 18 Jul 2004 20:20:21
 |
adamw  |
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.) |
0.7.1 03 Jul 2004 00:36:28
 |
marcus  |
Update to 0.7.1. |
0.7 24 Jun 2004 18:15:44
 |
marcus  |
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. |
0.6_1 24 May 2004 17:41:37
 |
ale  |
The checksum is not changed, but the distfile yes :) |
0.6_1 24 May 2004 15:11:54
 |
marcus  |
The distfile was renamed on the server. The checksum has not changed,
however. |
0.6_1 17 May 2004 20:09:09
 |
marcus  |
Fix a potential crash if thunderbird tries to load browser plug-ins.
PR: 66450
Submitted by: Franz Klammer <klammer@webonaut.com> |
0.6 03 May 2004 19:10:34
 |
marcus  |
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/ |
0.5_1 05 Apr 2004 03:31:02
 |
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.5 19 Mar 2004 03:45:20
 |
marcus  |
Forced commit to note why we don't build with a bind port that has
overridden the base. To quote from eik:
[Bind] overwrites /usr/include/netdb.h and give a wrong definition for
`h_errno' when _REENTRANT is defined. This causes link errors where
`__h_errno' is undefined.
Requested by: linimon |
0.5 19 Mar 2004 03:14:55
 |
marcus  |
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 |
0.5 17 Mar 2004 07:10:58
 |
marcus  |
Fix build with freetype2-2.1.7. |
0.5 16 Mar 2004 22:54:06
 |
marcus  |
Chase the new location of libXft. |
0.5 09 Mar 2004 17:03:58
 |
marcus  |
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 |
0.5 05 Mar 2004 07:16:45
 |
marcus  |
If building with debugging, don't enable binary stripping. |
0.5 28 Feb 2004 01:14:53
 |
marcus  |
* 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 |
0.4_1 26 Feb 2004 17:58:48
 |
marcus  |
Add ia64 to the list of unsupported platforms. |
0.4_1 14 Feb 2004 22:37:02
 |
marcus  |
Repo-copy mozilla-thunderbird to thunderbird to be consistent not only with
the Mozilla.org naming convention, but also with our own. We do not need
the mozilla- prefix since there are no other thunderbird ports in the tree.
Note: I am not updating to 0.5 at this time since the 0.5 source tarball was
released with all files in DOS text format, and even with the best conversion,
leaves the toolbars broken. I have notified the Thunderbird authors, but
they have not re-rolled the distfile at this time. |