This build was produced on Sun Solaris 8 SPARC 02/02 platform and
is compatible with newer releases of Solaris (e.g., Solaris 9).

If you encounter any problem with the package, you may contact
Alan DuBoff <alan.duboff@sun.com> or John Weeks <john.weeks@sun.com>.
Please assign bugs to Bugzilla ID <john.weeks@sun.com>.

This build was made from the THUNDERBIRD_0_5_RELEASE tag in the CVS
repository (http://www.mozilla.org/cvs.html).

Mozilla Thunderbird release notes are available at:

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

BuildID: 20040212

Installation notes:

  * Executables are dynamically linked against GTK. For your convenience,
    the executables have been linked with:

      -R/usr/sfw/lib -R/opt/sfw/lib -R/usr/local/lib

    This will automatically reference the GTK libraries if they
    have been installed from the Solaris Companion CD
    (http://sunfreeware.com), or if you have loaded them in /usr/local/lib.

    Please note that this Sun Studio 8 compiler was used for the build, i.e.,
    don't use GTK 1.2 shared objects built with GCC. 

The following tools/libraries were used for compilation:
    Solaris 8 SPARC Companion CD
    Sun Studio C   5.5 2003/03/12
    Sun Studio C++ 5.5 2003/03/12
    Sun Java SDK 1.4.1_06
    libIDL-0.6.8
    perl-5.8.0 (from www.sunfreeware.com)

The following commands were issued to check out and build the distribution:

  MOZ_THUNDERBIRD=1; export MOZ_THUNDERBIRD
  MOZILLA_OFFICIAL=1; export MOZILLA_OFFICIAL
  BUILD_OFFICIAL=1; export BUILD_OFFICIAL
  CFLAGS=""; export CFLAGS
  CXXFLAGS="-norunpath"; export CXXFLAGS
  LDFLAGS="-R/usr/sfw/lib -R/opt/sfw/lib -R/usr/local/lib"; export LDFLAGS

  $ cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -r THUNDERBIRD_0_5_RELEASE mozilla/client.mk
  $ cd mozilla
  $ make -f client.mk pull_all
  $ cat << EOF > .mozconfig
        ac_add_options --disable-accessibility
        ac_add_options --disable-activex
        ac_add_options --disable-activex-scripting
        ac_add_options --disable-debug
        ac_add_options --disable-installer
        ac_add_options --disable-jsd
        ac_add_options --disable-mathml
        ac_add_options --disable-necko-disk-cache
        ac_add_options --disable-oji
        ac_add_options --disable-profilesharing
        ac_add_options --disable-tests

        ac_add_options --x-includes=/usr/openwin/include
        ac_add_options --x-libraries=/usr/openwin/lib

        ac_add_options --enable-crypto
        ac_add_options --enable-extensions=spellcheck,xmlextras
        ac_add_options --enable-image-decoders=png,gif,jpeg
        ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data
        ac_add_options --enable-optimize="-xO3"

        mk_add_options MOZ_THUNDERBIRD=1
        mk_add_options BUILD_OFFICIAL=1
        mk_add_options MOZILLA_OFFICIAL=1
    EOF

  $ make -f client.mk build_all
  $ cd xpinstall/packager
  $ make MOZ_PKG_APPNAME="thunderbird" MOZILLA_BIN="$(DIST)/bin/thunderbird-bin"
