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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: mail/thunderbird/Makefile

Number of commits found: 652 (showing only 52 on this page)

«  1 | 2 | 3 | 4 | 5 | 6 | 7 

Wednesday, 1 Feb 2006
17:42 marcus search for other commits by this committer
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>
Original commit
Thursday, 12 Jan 2006
05:54 ahze search for other commits by this committer
- 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
Original commit
Sunday, 8 Jan 2006
19:44 marcus search for other commits by this committer
Mark not for ia64 since regchrome (and the application itself) dumps core.

Reported by:    pointyhat via kris
Original commit
Sunday, 18 Dec 2005
23:39 marcus search for other commits by this committer
Fix packaging by forcing the isp files into the plist.

Reported by:    pointyhat via kris
Original commit
Saturday, 3 Dec 2005
21:09 marcus search for other commits by this committer
* Re-enable movemail and RSS support [1]
* Remove a line that is no longer needed

PR:             89871 [1]
Original commit
Friday, 2 Dec 2005
05:30 mezz search for other commits by this committer
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>
Original commit
Wednesday, 30 Nov 2005
23:52 ahze search for other commits by this committer
- Fix typo in CONFLICTS

Submitted by:   yattaran@gmail.com
Original commit
Tuesday, 29 Nov 2005
21:12 ahze search for other commits by this committer
- 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
    without needing to build many conditional tests. ${USE_GECKO} is the
    list of backends that your port can handle, and ${GECKO} is set by
    bsd.gecko.mk to be the chosen backend. Users set ${WITH_GECKO} to the
    list of gecko backends they want on their system.

  Port Makefile example:

  USE_GECKO=firefox mozilla seamonkey thunderbird
  .include <bsd.port.pre.mk>
  .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"

  End user example:
  WITH_GECKO=seamonkey firefox

  We highly recommend moving away from using WITH_MOZILLA and switching to
  USE/WITH_GECKO.

PR:             89052 [2]
Submitted by:   vs [2]
Obtained from:  www/firefox
Thanks to:      adamw, marcus, and mezz for ideas, bug squashing, and more
                sajd from irc.freenode.org/#FreeBSD-Gnome for
                 pointing out many bugs
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Friday, 30 Sep 2005
05:35 marcus search for other commits by this committer
Update to 1.0.7.

Security:       See
http://www.mozilla.org/projects/security/known-vulnerabilities.html for security
bugs fixed in this release.
Original commit
Friday, 23 Sep 2005
20:42 mezz search for other commits by this committer
- 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]
Original commit
Wednesday, 7 Sep 2005
07:27 mezz search for other commits by this committer
- 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)
Original commit
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
Thursday, 21 Jul 2005
07:26 ahze search for other commits by this committer
- Update to 1.0.6
Original commit
Thursday, 14 Jul 2005
04:53 marcus search for other commits by this committer
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
Original commit
Friday, 8 Jul 2005
05:22 marcus search for other commits by this committer
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>
Original commit
Wednesday, 27 Apr 2005
11:33 ahze search for other commits by this committer
- Add missing quite to fix install

Reported by:    verm@darkbeer.org
Original commit
Tuesday, 26 Apr 2005
19:30 ahze search for other commits by this committer
- 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.
Original commit
Thursday, 14 Apr 2005
00:29 ahze search for other commits by this committer
- Remove mng support, it has never worked
Original commit
Friday, 25 Mar 2005
05:53 marcus search for other commits by this committer
* 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)
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Thursday, 10 Mar 2005
00:43 marcus search for other commits by this committer
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
Original commit
Tuesday, 28 Dec 2004
00:51 ahze search for other commits by this committer
- 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]
Original commit
Wednesday, 8 Dec 2004
06:26 marcus search for other commits by this committer
Correct the MASTER_SITE_SUBDIR in order to fix fetching.

Submitted by:   daichi
Original commit
05:58 marcus search for other commits by this committer
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.
Original commit
05:41 adamw search for other commits by this committer
Update to 1.0.
Original commit
Saturday, 4 Dec 2004
20:34 adamw search for other commits by this committer
Update to 1.0rc.
Original commit
Monday, 22 Nov 2004
04:16 marcus search for other commits by this committer
* 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]
Original commit
Sunday, 7 Nov 2004
23:29 marcus search for other commits by this committer
* 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]
Original commit
22:37 marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Original commit
Saturday, 6 Nov 2004
06:11 marcus search for other commits by this committer
Update to 0.9.  See http://www.mozilla.org/products/thunderbird/releases/
for all the wonderful new features.
Original commit
Sunday, 17 Oct 2004
21:40 marcus search for other commits by this committer
* 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]
Original commit
Thursday, 14 Oct 2004
00:37 marcus search for other commits by this committer
Fix build with Perl < 5.6.1.
Original commit
Wednesday, 13 Oct 2004
16:18 marcus search for other commits by this committer
Fix build when PORTSDIR is read-only.

PR:             72629
Original commit
Tuesday, 12 Oct 2004
00:00 marcus search for other commits by this committer
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>
Original commit
Monday, 11 Oct 2004
23:45 marcus search for other commits by this committer
* 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.
Original commit
Tuesday, 28 Sep 2004
03:26 marcus search for other commits by this committer
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)
Original commit
Friday, 6 Aug 2004
06:31 marcus search for other commits by this committer
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.
Original commit
Tuesday, 27 Jul 2004
20:50 marcus search for other commits by this committer
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
Original commit
Sunday, 18 Jul 2004
20:20 adamw search for other commits by this committer
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.)
Original commit
Saturday, 3 Jul 2004
00:36 marcus search for other commits by this committer
Update to 0.7.1.
Original commit
Thursday, 24 Jun 2004
18:15 marcus search for other commits by this committer
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.
Original commit
Monday, 24 May 2004
15:11 marcus search for other commits by this committer
The distfile was renamed on the server.  The checksum has not changed,
however.
Original commit
Monday, 17 May 2004
20:09 marcus search for other commits by this committer
Fix a potential crash if thunderbird tries to load browser plug-ins.

PR:             66450
Submitted by:   Franz Klammer <klammer@webonaut.com>
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
Monday, 5 Apr 2004
03:31 marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Original commit
Friday, 19 Mar 2004
03:45 marcus search for other commits by this committer
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
Original commit
03:14 marcus search for other commits by this committer
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
Original commit
Tuesday, 16 Mar 2004
22:54 marcus search for other commits by this committer
Chase the new location of libXft.
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
Thursday, 26 Feb 2004
17:58 marcus search for other commits by this committer
Add ia64 to the list of unsupported platforms.
Original commit
Saturday, 14 Feb 2004
22:37 marcus search for other commits by this committer
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.
Original commit

Number of commits found: 652 (showing only 52 on this page)

«  1 | 2 | 3 | 4 | 5 | 6 | 7